@charset "utf-8";
/* CSS Document */
html { color:#333;}
div,dl,dt,dd,ul,li,h1,h2,h3,form,legend,input,button,textarea,select,p,th,td { margin: 0;padding: 0;}
table { border-collapse: collapse;border-spacing: 0;}
img { border: none;}
button,em,input,option,select,textarea,th { font:inherit;}
li {list-style: none;}
h1,h2,h3,h4 { font-weight: normal; /*font-size:100%;*/}
body { margin:0; padding:0; font-size:12px; color:#333; font-family: Microsoft YaHei,Simsun,SimHei,Arial; }
a{ color:#333; text-decoration:none;cursor: pointer;/*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;*/}
a:hover{ text-decoration: none; color:#333;}
input{ outline:none;}

/****公用****/
.fl{ float:left;}
.fr{ float:right;}
.txtcenter{ text-align:center;}
.bor{ border:1px solid #CCC;}
.rel{ position:relative;}
.red{ color:#FF0000;}
.white{ color:#FFF;}
.block { display:block;}
.in-block{display: inline-block;}
.hide{ display:none;}

.transparent_class{ filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;}
.dotted{ border-bottom:1px dotted #CCCCCC; font-size:0; line-height:0; padding:0; margin:0; clear:both;}

.pm0{ padding:0!important; margin:0!important;}

.pd5{ padding:5px;}
.pd10{ padding:10px;}
.pd15{ padding:15px;}
.pd20{ padding:20px;}

.m5{ margin:5px;}
.m10{ margin:10px;}
.m15{ margin:15px;}
.m20{ margin:20px;}

.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb20{ margin-bottom:20px;}
.ml5{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.mr5{ margin-right:5px;}
.mr10{ margin-right:10px;}
.mr15{ margin-right:15px;}
.mr20{ margin-right:20px;}

.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt60{ padding-top:60px;}
.pb5{ padding-bottom:5px;}
.pb10{ padding-bottom:10px;}
.pb15{ padding-bottom:15px;}
.pb20{ padding-bottom:20px;}
.pl5{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pr5{ padding-right:5px;}
.pr10{ padding-right:10px;}
.pr15{ padding-right:15px;}
.pr20{ padding-right:20px;}
.wi1200{
    width: 1200px;
    margin: auto;
}
/*清除浮动1*/
.clear { clear:both;height:0;overflow:hidden;clear:both!important;}
.clear.both {height:10px;}

/*清除浮动2*/
.clearfix:after{ visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}  
.clearfix { display: inline-block; }  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }
/**
* 文字溢出显示省略号
* 1. Chrome 21+ bug https://bugs.webkit.org/show_bug.cgi?id=121902
*/
.ellipsis {
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.ellipsis_dh{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.wrap{ margin: 0 auto;}
.blank20 {margin: 0 auto; width: 100%; height: 20px; font-size: 1px; clear: both;}
/*input[type=text]:focus, input[type=password]:focus, textarea:focus {-webkit-box-shadow: 0 0 0 1000px#03659c inset;outline:none;}*/


/* CSS Document */
body{
    background: #eaeaec;
}
.mar_t20{
    margin-top: 20px;
}
.mar_t15{
    margin-top: 15px;
}


/*头部*/
.nybk-head{
    width: 100%;
    height: 563px;
    background: url("../img/20201221_ny-head_01.jpg") no-repeat center ;
}
.nybk-head img{

    display: block;
    margin: auto;

}
 .m_h_img1 {
     -webkit-animation: bounce 1.7s ease-out both;
     animation: bounce 1.7s ease-out both;

}

.ny_intord h2 {
    text-align: center;
    margin-top: 28px;
}
.ny_intord h2 a{
    color: #0b4a78;
    font-size: 40px;
    font-weight: bold;
}
.ny_intord p{
    line-height: 33px;
    margin-top: 24px;
    margin-bottom: 48px;
    text-indent: 34px;
}
.ny_intord p a{
    font-size: 18px;
    color: #1f2625;
}

/*要闻聚焦*/
.ywjj_head{
    position: relative;
}
.ywjj .more{
    font-size: 12px;
    color: #48714d;
    position: absolute;
    top: 54px;
    left: 375px;
}
.hpssw_con{
    width: 570px;
}
.hpssw_con .hpssw_con_a h2{
    font-size: 20px;
    color: #333333;
    font-weight: bolder;
    padding-top: 23px;
    padding-left: 26px;
    width: 520px;
}

.hpssw_con_a p{
    color: #666666;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 520px;
    margin-left: 24px;
    margin-top: 10px;
    line-height: 26px;
}
.hpssw_con .hpssw_con_a h2:hover{
    color: #ae0502;
}
.hpssw_con_b h2{
    padding-top: 23px;
    width: 520px;
}
.hpssw_con_b h2 a{
    font-size: 22px;
    color: #333333;
}
.hpssw_con_b h2:hover{
    color: #ae0502;
}
.hpssw_con_b p{
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    margin-top: 10px;
    line-height: 28px;
    margin-bottom: 21px;
}
.hpssw_con_b p a{
    color: #666666;
    font-size: 15px;
}
.hpssw_con li{
    border-bottom: 1px dotted #d3cfcb;
}
.hpssw_con,.hpssw_con .no_line{
    border-bottom: none;
}

/*第二屏   视频播报*/
.second_screen{
    background: url("../img/20201221_bg_10.jpg") center no-repeat;
    width: 100%;
    height: 907px;
    margin-top: 45px;
}
.spbb_box img{
   margin-top: 163px;
}
.spbb_box{
    position: relative;
}

.spbb_box .more{
    font-size: 14px;
    color: #FFFFFF;
    position: absolute;
    top: 237px;
    left: 740px;
}

/**视频播报内容部分**/
.latestPolicySlides_father{
	position: relative;
}

.latestPolicySlides{
	position: relative;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.rmt_wrap{
    padding-top: 40px;
}

.rmt_wrap .clearfix ul li img{
    width: 386px;
    height: 396px;
    display: block;
}
.clearfix .hd_tit h3{
    font-size: 16px;
    color: #666666;
    line-height: 61px;
    padding-left: 15px;
    padding-right: 15px;
}
.rmt_wrap ul li{
    float: left;
    margin-right: 26px;
    padding-bottom: 13px;
    position: relative;
}

.rmt_wrap .next{
    display: block;
    width: 42px;
    height: 69px;
    cursor: pointer;
    background: url("../img/20200927_index_btn01.png") no-repeat center;
    position: absolute;
    top: 101px;
    left: 0px;
    z-index: 999;

}
.rmt_wrap .prve{
    display: block;
    width: 42px;
    height: 69px;
    cursor: pointer;
    background: url("../img/20200927_index_btn02.png") no-repeat center;
    position: absolute;
    top: 101px;
    left: 1131px;
    z-index: 999;
}
.rmt_wrap .clearfix li img{
    display: block;
    width: 374px;
}
.rmt_wrap .bd{
    position: relative;
}

.hd_tit{
    display: block;
    width: 373px;
    height: 61px;
    background: #e0ecd9;
}

/*第三屏*/
/*观点评论*/
.third_screen{
    margin-top: -40px;
    overflow: hidden;
    margin-bottom: 80px;
}
.gdpl_head{
    position: relative;
}
.gdpl_head .more{
    font-size: 12px;
    color: #48714d;
    position: absolute;
    top: 54px;
    left: 375px;
}


.gcpl_con ul li{
    font-size: 18px;
    width: 573px;
    line-height: 53px;
}
.gcpl_con ul li a:hover{
    color: #ae0502;
}
.gcpl_con ul li img{
    padding-right: 10px;
}
.gcpl_ul{

    background: url(../img/lhsd_bj2.png) 4px 0 repeat-y;
    margin: 18px 0 0 0;
}
.jdcs_img{
    margin-top: 31px;
    width: 573px;
}
.zjhf_li{
    width: 573px;

}
.zjhf_li li {
    font-size: 18px;
    background: url(../img/ico_list.png) 0 center no-repeat;
    padding-left: 20px;
    line-height: 36px;
    margin-bottom: 5px;
}
.zjhf_li .list{
    margin-top: 14px;
}













.translate-body {
    background: #fff;
}
.translate-body .nybk-head{
    background: url(../images/translate_head_banner.jpg) no-repeat center;
    height: 860px;
}
.translate-body .translate-head p{
    text-indent: 2em;
    font-size: 16px;
    color: #1b1b1b;
    line-height: 30px;
}
.translate-body .translate-head h4{
    color: #0175b5;
    font-size: 30px;
    margin-bottom: 26px;
    text-align: center;
}
.translate-body .translate-head{
    width: 80%;
    margin: -400px auto 0;
    height: 500px;
    background: url(../images/translate_page_title.png);
    background-position: center;
    background-repeat: no-repeat;
}
.translate-body .translate-head .translate-page-title{
    padding: 30px 200px 0;
}
.translate-body .focusing-title h2{
    margin-top: 24px;
}
.translate-body .focusing-title p{
    padding-left: 24px;
    margin-bottom:28px;
    color: #646464;
}

.translate-body .hpssw_con li{
    border: none;
}
.translate-body .hpssw_con .focusing-title{
    border-bottom: 1px dotted #5594c3;
}
.translate-body .focusing--bt h2 a{
    font-size: 18px;
    color: #121212;
}   
.translate-body .focusing--bt{
    padding-left: 30px;
}
.translate-body .second_screen{
    background: url(../images/translate_video_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}
.translate-body .third_screen{
    background: url(../images/translate_opinion_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 455px;
    margin-top: 115px;
}
.opinion img{
    margin: 0;
    
}
.second_screen .spbb_box img{
    margin-top: 70px;
}
.rmt_wrap{
    padding-top: 70px;
}
.opinion .opinion-sj li{
    height: 58px;
    width: 506px;
    border: 2px solid #b7e5ff;
    font-size: 18px;
    line-height: 58px;
}
.opinion-sj li img{
    vertical-align: middle;
    margin: 0 20px;
}
.opinion .opinion-sj{
    width: 90%;
    margin: 98px auto 0;
}
.rmt_wrap .prve{
    top: 175px;
    left: 1200px;
    background: url(../images/index_btn01.png);
    height: 80px;
}
.rmt_wrap .next{
    top: 175px;
    left: -70px;
    height: 80px;
    background: url(../images/index_btn02.png);

}
.translate-body .hpssw_con .spot-icon{

    background: url(../images/translate-spot-icon.png);
    background-repeat: no-repeat;
    background-position: 0 30px;

}

.translate-body .hd_tit{
    background:rgba(167, 200, 226, 0.6);
    background: #b6d4e6\0;
    }