
*{
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
    margin: 0;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
img {
    border: none;
    vertical-align: middle;
}

.center{
    width: 1200px;
    margin: 0 auto;
}

.head1200{
    margin-top: 10px;
}
.head1200 img{
    width: 1200px;
    height: 500px;
    border-radius: 10px;
}




/*轮播图*/
.swiper {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

.swiper-slide {
    font-size: 18px;
    background: #fff;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 660px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    width: 900px;
    float: left;
}

.mySwiper {
    width: 290px;
    box-sizing: border-box;
    padding: 10px 0;
    float: right;
}

.mySwiper .swiper-slide {
    width: 90%;
    opacity: 0.4;
    margin: 0 auto;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mySwiper2 .artLink{
    margin-top: 22px;
}
.mySwiper2 .artLink a{
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 32px;
    color: #a44f47;
    width: 886px;
    border-bottom: 1px solid #a44f47;
    position: relative;
    padding-left: 25px;
    margin-top: 22px;
    text-align: left;
}
.mySwiper2 .artLink a:before{
    content: "";
    width: 8px;
    height: 40px;
    background: #a44f47;
    position: absolute;
    left: 0;
    top: 0;
}
.mySwiper2 .artLink p{
    text-align: left;
    font-size: 20px;
    color: #a44f47;
    line-height: 30px;
    height: 87px;
    overflow: hidden;
    margin-top: 22px;
}
.mySwiper2 .swiper-slide img{
    width: 880px;
    height: 500px;
    margin: 0 auto;
}


/*各地活动*/
.chaLogo {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 20px;
    background: url("chaLogo.png") no-repeat center center;
}
.chaLogo a{
    text-align: center;
    color: rgb(203,30,39);
    font-size: 40px;
    font-weight: bold;
}
.gdhd li{
    float: left;
    width: 376px;
    height: 306px;
    overflow: hidden;
    margin: 15px 12px;
}
.gdhd li img{
    width: 377px;
    height: 213px;
}
.gdhd .gdhdTit{
    background: url(http://www.news.cn/video/zmls/images/lb_bg.jpg) no-repeat;
    height: 92px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    line-height: 30px;
}

/*评论解读*/
.pljd{
    background: url(bg2.png) no-repeat;
    height: 500px;
    margin-top: 40px;
    overflow: hidden;
}
.pljd li{
    border-bottom: 1px dashed #d5c4b5;
    color: #c92f1e;
    height: 80px;
    line-height: 80px;
    width: 580px;
    font-size: 22px;
    font-weight: bold;
    margin-left: 3em;
    position: relative;
}
.pljd li a{
    color: #c92f1e;
}
.pljd .num1:after{
    background: url(num1.png) no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: -2em;
    top: 25px;
}
.pljd .num2:after{
    background: url(num2.png) no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: -2em;
    top: 25px;
}
.pljd .num3:after{
    background: url(num3.png) no-repeat;
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    left: -2em;
    top: 25px;
}
.pljd ul{
    float: left;
}
.pljd img{
    float: right;
    margin-top: 32px;
    margin-right: 15px;
    border-radius: 10px;
}
