*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}


/*头部*/
.head{
    width: 100%;
}
.header{
    position: relative;
    width: 100%;
}
.header img{
    width:100%;
    border: 0;
}

/*动态*/
.center{
    width: 1200px;
    margin: 0 auto;
}
.headlines {
    width: 100%;
    margin-top: 20px;
}
.headlines-flag {
    width: 84px;
    height: 100%;
    background: url(../headlines-flag.png) no-repeat center center;
    float: left;
    margin-right: 10px;
}
.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
}
.headlines-content h1 a{
    color: #40993f;
}

.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #111111;
    position: relative;
    margin-top: 20px;
}

.headlines-list{
    width: 1200px;
}
.headlines-list-left{
    width: 48%;
    float: left;
}
.headlines-list-left li{
    height: 50px;
    padding: 0 10px;
}
.headlines-list-left li:nth-child(2n-1){
    background: url(libg.jpg) no-repeat;
}
.headlines-list-left li a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 50px;
}

/*轮播图*/
.headlines-list-right{
    width: 50%;
    height: 350px;
    float: right;
}

.swiper{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper .swiper-slide p{
    display: block;
    height: 60px;
    line-height: 40px;
    text-indent: 1em;
    width: 100%;
    color: #fff;
    position: absolute;
    bottom: 0;
    background-color: rgba(10,10,10,0.5);
    text-align: center;
}
.swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet{
    width:12px;
    height:12px;
    background-color: #ccc;
}
.swiper-button-next,.swiper-button-prev{
    color: #eeeeee;
    display: none;

}
.swiper:hover .swiper-button-next,.swiper:hover .swiper-button-prev{
    display: block;
}


/*图片故事、记者手记*/
.storyLeft{
    float: left;
    width: 49%;
}
.storyLeft li{
    height: 160px;
    background: url(red.jpg) no-repeat;
    margin-top: 20px;
}
.storyLeft li a{
    display: flex;
    justify-content: space-between;
}
.storyLeft li img{
    width: 240px;
    height: 160px;
    object-fit: cover;
}
.storyLeft li dl{
    width: 400px;
    padding: 20px;
}
.storyLeft li dl dt{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.storyLeft li dl dd{
    margin-top: 10px;
    font-size: 16px;
    color: #ffcdcd;
    max-height: 48px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.titleCha a{
    font-size: 24px;
    font-weight: bold;
    color: rgb(198,28,28);
    margin-bottom: 10px;
}
.notesRight{
    width: 49%;
    float: right;
}
.notesRight ul{
    font-size: 18px;
    line-height: 60px;
    margin-top: 20px;
}
.notesRight ul li{
    height: 60px;
    background: url(sjred.jpg) no-repeat;
    margin-top: 17px;
}
.notesRight ul li a{
    display: block;
    width: 570px;
    margin-left: 76px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*底部*/
.footer {
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
    margin-top: 70px;
}


@media screen and (max-width: 767px) {
    .center{
        width: 100%;
    }
    .headlines-list{width: 100%}
    .headlines-list-left{width: 100%;}
    .headlines-list-right{width: 100%}
    .swiper .swiper-slide img{object-fit: scale-down;}
    .storyLeft{width: 100%;}
    .notesRight{width: 100%;margin-top: 40px}
    .titleCha{text-indent: 2em}
    .storyLeft li img{width: 38%}
    .storyLeft li dl {
        width: 58%;
        padding: 2%;
    }
    .notesRight ul li a{width: 88%;
        margin-left: 12%;}
}