/*base*/
body{font-family:'Microsoft YaHei'}
/*布局*/
.fl {float: left;}
.fr {float: right;}
.harf {width: 50%;}
.w_100p {width: 100%;}
.w_1000 {width: 1000px;}
.mg_ct {margin-left: auto;margin-right: auto;}
.hidden {display: none;}
.bd_bt_no {border-color: transparent !important;}
/*顶部导航*/
.top {height: 35px; line-height: 35px; overflow: hidden; background: #922; text-decoration: none; opacity:0.9}
.topNav {font-size: 12px;}
.topNav li {float:left;}
.topNav a {color: #fff; padding: 0 11px; font-family: "宋体"; }
/*banner*/
.banner {height: 480px; margin-top: -35px;background: url('//www.xinhuanet.com/politics/2016lzqh/img/banner.png') center top no-repeat}
/*subnav*/
.subnav-wrapper {height: 50px; margin-top:-50px; border-bottom: 2px solid #733;line-height: 47px; background: #B90000; text-decoration: none;}
.subnav-wrapper{
    background: -moz-linear-gradient(270deg, #d60000 0%, #970000 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 270deg, color-stop(0%, #d60000), color-stop(100%, #970000));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(270deg, #d60000 0%, #970000 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradien
    t(270deg, #d60000 0%, #970000 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(270deg, #d60000 0%, #970000 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d60000', endColorstr='#970000', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #d60000 0%, #970000 100%);/* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=180, Color=#4f0000)";/*IE 8*/
    -moz-box-shadow: 0px 5px 20px #4f0000;/*FF 3.5+*/
    -webkit-box-shadow: 0px 5px 20px #4f0000;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0px 5px 20px #4f0000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=20, Direction=180, Color=#4f0000); /*IE 5.5-7*/
}
.subnav {font-size:18px;}
.subnav li {float:left;width:14%; margin-left: 0.285%; background-color: transparent;border-top:3px solid transparent; text-align:center;transition: all 0.1s;}
.subnav li:hover,.subnav li.active{background-color: #f5d97d;border-top:3px solid #fefdd1;}
.subnav li:hover,.subnav li.active{
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=22, Direction=90, Color=#d7b958)";/*IE 8*/
    -moz-box-shadow: inset 3px 0px 30px #d7b958;/*FF 3.5+*/
    -webkit-box-shadow: inset 3px 0px 30px #d7b958;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: inset 3px 0px 30px #d7b958;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=30, Direction=90, Color=#d7b958); /*IE 5.5-7*/
}
.subnav li a {color: #f5d97d; text-decoration: none;}
.subnav li:hover a, .subnav li.active a{color: #333; font-weight: bold;}
/*footer*/
.footer { background: #f1f1f1; margin-top:100px; padding: 2em 0; text-align: center;font-size:12px; color:#999;line-height: 2;border-top: 2px solid #ccc;}
