
img{
    -webkit-user-drag: none;
}
/* 版心 */
.wrap{
    width: 1200px;
    margin: 0 auto;
    /* background-color: pink; */
}
a{
    color: #000;
}
/* 头部 */
.header{
    width: 100%;
   
}
.header img{
    width: 100%;
}

/* 导航栏 */
.nav{
    width: 100%;
    height: 96px;
    background-color: #E4EFFF;  
    margin-bottom: 48px;
}
.nav ul {
    display: flex;
    padding: 0 25px ;
    box-sizing: border-box;
    justify-content: space-between;
}
.nav ul li{
    height: 96px;
    line-height: 96px;
    font-size: 24px;
    color: #000;  
    font-weight: bold;
}

.news_img{
    margin-left: 20px;
}
.newsphoto_title{
    height: 72px;
    font-size: 28px;
    font-weight: bold;
    line-height: 72px;
    text-align: center;
}

.newsphoto_content{
    font-size: 16px;
    color: #4F4E4E;
    line-height: 30px;
text-indent:32px;
}
.newsphoto{
    height: 329px;
    position: relative;
}

.flow{
    position: absolute;
    bottom: 0;
}

/* 现场图片标题 */
.live_title{
    height: 40px;
    background: url(../images/live_title.png) no-repeat 0 center;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: flex; 
     justify-content: space-between;
}
.live_title_content{
    width: 90%;
    height: 40px;
    font-size: 24px;
    color: #3366CC;
    line-height: 40px;
    background:url(../images/live_title2.png) no-repeat 118px ;
}
.live_title_more a{
    height: 40px;
    /* font-size: 14px; */
    color: #0066CC;
    line-height: 40px;
    margin-right: 20px;
 
}
.lives{
    /* padding-right: 30px; */
    margin-left: 20px;
    box-sizing: border-box;
    height: 269px;
}
.lives li{
    /* width: 33.3%; */
    margin-right: 32px;
    margin-bottom: 29px;
    float: left;
}
.lives li a img{
width:202px;
height:140px;
}


.speech_title{
    height: 40px;
    background: url(../images/leader_title.png) no-repeat 0;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.speech_title_content{
    width: 100%;
    height: 40px;
    font-size: 24px;
    color: #3366CC;
    line-height: 40px;
    background:url(../images/title.png) no-repeat 106px center ;
}
.leader{
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #1B1B1B;
    line-height: 40px;
    background-color: #DBEAFF;
    text-align: center;
    margin-bottom: 30px ;
}
.leader_content{
    text-indent: 32px;
    font-size: 15px;
}
.leader_speech{
    /* border-bottom: 1px dashed #ccc; */
    height: 140px;
}
.dian img{
    width: 100%;
    margin-bottom: 30px;
}

.news_list li{
    width: 90%;
    height: 37px;
    line-height: 37px;
    display: flex;
    justify-content: space-between;
    color: #6A6969;
    background: url(../images/list.png)no-repeat 15px center;
    text-indent: 27px;
}
.news_list li span{
    font-size: 14px;
}
.news_list li p a{
    color: #6A6969;
}


.sample_title{
    height: 40px;
    background: url(../images/leader_title.png) no-repeat 0;
    padding-left: 20px;
    margin-top: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.sample_title_content{
    width: 90%;
    height: 40px;
    font-size: 24px;
    color: #3366CC;
    line-height: 40px;
    background:url(../images/title.png) no-repeat 106px center ;
}
.sample_title_more a{
    height: 40px;
    /* font-size: 14px; */
    color: #0066CC;
    line-height: 40px;
}

.sample_list li{
    height: 36px;
    line-height: 36px;
    display: flex;
    justify-content: space-between;
    color: #6A6969;
    background: url(../images/list.png)no-repeat 15px center;
    text-indent: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.sample_list li a{
    width: 100%;
    color: #6A6969;
}


.partner{
    display: flex;
    justify-content: space-evenly;
    margin-top: -20px;
    line-height: 50px;
    font-size: 18px;
    color: #023E8A;
}
.partner p a{
    color: #023E8A;
}
/* 列表页 */
.current_position{
    background-color: #F0F4F7;
    height: 44px;
    line-height: 44px;
    display: flex;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 9px!important;
}
.current_position p{
    margin-left: 5px;
}

.current_list ul{
    /* padding-left: 68px; */
    margin-top: 40px;
}
.current_list ul li{
    background: url(../images/list.png)no-repeat 10px center;
    text-indent: 25px;
    height: 50px;
    color: #000000;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}
.current_list ul li p{
     font-size: 18px;
}
/* 文章页 */
.content_title{
    text-align: center;
}
.content_title p{
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
}

.content_title div{
font-size: 22px;
}
.content_title span{
    margin-right: 10px;
    color: #000;
}
.content_title span:nth-child(4){
    margin-right: 20px;
}
.hr-line{ 
    height: 1px;
    background-color: #A5ACB1;
    margin: 0 51px;  
    box-sizing: border-box;
    margin-top: 31px;
    margin-bottom: 50px;
}
.content_img{
    text-align: center;
    margin-top: 42px;
    margin-bottom: 77px;
}


.content_main div{ 
    font-size: 18px;
    color: #2F2F2F;
    line-height: 36px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.content_main p{ 
    font-size: 18px;
    color: #2F2F2F;
    line-height: 36px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
/* 底部 */
.footer{
    background-color: #0087D6;
}
.footer img{
    width: 100%;
}
@media (max-width:1200px) {
    .header img{
        width: 1200px;
        }
        .nav{
            width: 1200px;
        }
}

@media (max-width:499px) {
    .header img{
    width: 1200px;
    }
    .nav{
        width: 1200px;
    }
}
