﻿
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 微软雅黑, serif;
}

li {
    list-style: none;

}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    min-width: 1200px;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url("/image/banner.jpg") no-repeat center top;
    width: 100%;
    min-width: 1200px;
    height: 760px;
}

.headline {
    width: 1200px;
    text-align: center;
    font-size: 50px;
    color: #c81317;
    margin: 50px auto;
}

.news {
    margin: 0 auto;
    width: 1200px;
}

.news .newsPic {
    width: 578px;
    height: 364px;
    position: relative;
}

.news .newsPic .swiper-container1 {
    width: 578px;
    height: 364px;
}

.news .newsPic .swiper-container1 .swiper-slide {
    display: block;
    position: relative;
}

.news .newsPic .swiper-container1 .swiper-slide img {
    width: 578px;
    height: 364px;
}

.news .newsPic .swiper-container1 .swiper-slide p {
    position: absolute;
    width: 574px;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    padding-left: 16px;
    padding-right: 120px;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.6);
	

}

.news .newsPic .pagination {
    position: absolute;
    right: 20px;
    text-align: center;
    bottom: 20px;
    z-index: 10;
    width: 15%;
}

.news .newsPic .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #dbdbdb;
    margin: 0 5px;
    cursor: pointer;
}

.news .newsPic .swiper-active-switch {
    background: #c81317;
}

.news .newsList {
    width: 580px;
}

.news .newsList .abstract {
    border-bottom: 1px dashed #dedede;
    padding-bottom: 20px;
    margin-bottom: 14px;
}

.news .newsList .abstract h5 {
    font-size: 24px;
    color: #c81317;
    margin: 10px 0 16px;
}

.news .newsList .abstract p {
    font-size: 16px;
    color: #727272;
    line-height: 30px;
	height:56px;
	margin-bottom:5px;
	overflow:hidden;
}

.news .newsList ul.list li {
    font-size: 18px;
    padding: 12px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .newsList ul.list li a:hover {
    color: #c81317;
}

.news .newsList ul.list li a span {
    width: 8px;
    height: 8px;
    background: #c81317;
    border-radius: 4px;
    margin-right: 10px;
    display: inline-block;
}

/*代表风采*/
.voice {
    width: 100%;
    min-width: 1200px;
    margin: 60px auto 50px;
    padding: 40px 0;
    height: 788px;
    background: url("/image/voice_bg.jpg") no-repeat top center;
    box-sizing: border-box;
}

.voice .title {
    background: url("/image/voice_title.png") no-repeat center center;
    height: 120px;
    width: 100%;
    min-width: 1200px;
}

.voice .content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.voice .person {
    background: #f0f0f0;
    position: relative;
    width: 1200px;
    height: 296px;
    margin-top: 56px;
    margin-bottom: 40px;
}

.voice .person img {
    top: -56px;
    left: 30px;
    position: absolute;
}

.voice .person .describe {
    margin: 40px 34px 0 380px;
}

.voice .person .describe h5 {
    color: #c81317;
    font-size: 34px;

}

.voice .person .describe h6 {
    font-weight: normal;
    font-size: 20px;
    margin: 14px 0 26px;
}

.voice .person .describe p {
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.slider-nav div img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.slick-prev:before {
    background: url("/image/left.png") no-repeat;
}

.slick-next:before {
    background: url("/image/right.png") no-repeat;
}

/*影像记录*/
.record {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    padding-bottom: 40px;
}

.record .title {
    background: url("/image/record_title.png") no-repeat center center;
    height: 120px;
    width: 100%;
    min-width: 1200px;
}

.record .content {
    width: 1200px;
    margin: 50px auto 0;

}
.record .content .videoBox{
    display: inline-block;
    width: 580px;
    position: relative;
    height: 406px;
}
.record .content .videoBox .play{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    margin-left: -23px;
    left: 50%;
}
.record .content .sectionBox{
    width: 620px;
}

.record .content .section{
    float: left;
    width: 292px;
    height: 194px;
    position: relative;
    margin-left: 17px;
    margin-bottom: 17px;
}
.record .content .section .play{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    margin-left: -23px;
    left: 50%;
}
/*溶媒看点*/
.viewpoint {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    padding-bottom: 40px;
}

.viewpoint .title {
    background: url("/image/viewpoint_title.png") no-repeat center center;
    height: 120px;
    width: 100%;
    min-width: 1200px;
}

.viewpoint .content {
    width: 1200px;
    margin: 50px auto 0;

}

.viewpoint .content .reportBox {
    margin-right: -20px;
}

.viewpoint .report {
    padding-right: 20px;
    display: inline-block;
    width: 383px;
}

.viewpoint .report img {
    width: 383px;
}
/*盛会实况*/
.company {
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    background: url("/image/company_bg.jpg") no-repeat top center;
    padding: 40px 0;
}

.company .title {
    background: url("/image/company_title.png") no-repeat center center;
    height: 120px;
    width: 100%;
    min-width: 1200px;
}

.company .content {
    width: 1200px;
    height: 390px;
    margin: 40px auto 0;
    position: relative;
}

.company .pic {
    position: relative;
    height: 390px;
    overflow: hidden;
    width: 660px;
}

.company .pic img {
    height: 390px;
    width: 660px;
}

.company .pic a {
    display: block;
}

.company .pic p {
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    padding-left: 16px;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.5);
}

.company .swiper-container {
    width: 1200px;
    height: 414px;
}

.company .swiper-slide {
    height: 100%;
    opacity: 0.4;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.company .swiper-slide-visible {
    opacity: 0.7;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.company .swiper-slide-active {
    top: 0;
    opacity: 1;
    margin: 0 auto;
    margin-left: -30px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.company .content .arrow-left {
    background: url(/image/left1.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    width: 34px;
    z-index: 9999;
    height: 64px;
    margin-top: -28px;
}

.company .content .arrow-right {
    background: url(/image/right1.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -28px;
    width: 34px;
    z-index: 9999;
    height: 64px;
}


.review {
    width: 100%;
    min-width: 1200px;
    margin: 60px auto;

}

.review .title {
    background: url("/image/review_title.png") no-repeat center center;
    height: 120px;
    width: 100%;
    margin-bottom: 40px;
    min-width: 1200px;
}

.review .title img {
    margin: 0 auto 40px;
    display: block;
}

.review .content {
    width: 1200px;
    margin: 0 auto;
}

.reviewList {
    background: #ffffff;
    border: 1px solid #d85759;
    border-radius: 10px;
    width: 580px;
}

.reviewList li {
    border-bottom: 1px dashed #ffdcdd;
    line-height: 64px;
    padding: 0 10px 0 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reviewList li a:hover {
    color: #c81317;
}

.reviewList li:last-child {
    border-bottom: none;
}

.reviewList li span {
    width: 8px;
    height: 8px;
    background: #c81317;
    border-radius: 4px;
    margin-right: 4px;
    display: inline-block;
}
.ywmore{
	text-align: right;
	display: block;
	height: 32px;
	width: 98%;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #CC0000;
	text-decoration: none;
	float: right;
	border-top: 1px dashed #ffdcdd;
}
.more1{
	text-align: right;
	display: block;
	height: 110px;
	width: 1200px;
	margin:0px auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 110px;
	font-weight: 400;
	color: #CC0000;
	text-decoration: none;
}