@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
        overflow-x: hidden;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p, ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}

/*头部*/

.container {
	padding: 0;
}

.container1 {
width:100%;
max-width:1660px;
	padding: 0;
margin:0 auto;
}

.header-img {
	margin-top: -126px;
	position: relative;
	z-index: 8;
}

.header-img img {
	width: 100%;
	margin-top: -126px;
}

.logo {
	display: block;
	width: 20%;
	float: left;
	margin-top: 26px;
	position: relative;
	z-index: 9;
max-width:250px;
}
.logo img{
max-width:100%;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	
	margin-top: 18px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
       z-index: 22;
}

/*导航*/

.nav {
	width: 100%;
	margin-top: -72px;
	position: relative;
	z-index: 33;
	background: #b70e17;
	
}

.nav ul li {
	float: left;
	width: 25%;
	/*margin-left: 1.5%;*/
	height: 72px;
	line-height: 72px;
	position: relative;
	text-align: center;
	
}




.nav ul li a {
	font-size: 18px;
	color: #fff;
	height: 72px;
	display: block;
	position: relative;
        margin-left: 2px;
}

.nav ul li:hover a{
   background: #7a0203;
   color:#fef2cc;
   
}

/*.nav ul li.active a{
   background: #7a0203;
   
}*/

.nav ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 30%;
	height: 4px;
	width: 0;
	background-color: #fef2cc;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li:hover a::after {
	width: 40%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/*.nav ul li.active a::after {
	width: 40%;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}*/

/*首页内容部分*/

.index-content .container {
	padding: 0 0px;
}

.index-title {
	margin: 35px 0;
	position: relative;
}

.index-title h3 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.index-title.index-title2 h3 {
	text-align: left;
}

.index-title.index-title2 h3::before {
	display: none;
}

.index-title h3::before {
	content: '';
	width: 42.5%;
	height: 13px;
	
	position: absolute;
	left: 0;
	bottom: 12px;
}

.index-title.index-title1 h3::before {
	
}

.index-title h3::after {
	content: '';
	width: 38.5%;
	height: 13px;
	
	
	position: absolute;
	right: 3.7%;
	bottom: 7px;
}

.index-title.index-title1 h3::after {
	
}

.index-title.index-title2 h3::after {
	display: none;
}

.index-title.index-title2 h3 .index-title-left2 {
	margin-left: 10px;
}

.index-title.index-title5 h3::before{
      width: 38%;
}

.index-title.index-title5 h3::after {
	width: 34.5%;
}

.index-title h3 span {
	color: #bf2223;
}

.index-title .more {
	position: absolute;
	right: 0%;
	top: 30px;
	font-size: 14px;
	color: #bf2223;
	padding: 0 11px 0 6px;
	
	background-position: center;
	background-repeat: no-repeat;
}

.index-title.index-title1 .more{
   color: #cab395;
  
}

.index-title.index-title2 .more {
	font-size: 16px;
	color: #f2660f;
	border-radius: 20px;
	border: 1px solid #f2660f;
	background: none;
	padding: 3px 20px;
}

/*头条新闻轮播*/

.xiaobanner {
	padding-right: 1.68%;
	margin-bottom: 60px;
}

#full-width-slider {
	width: 100%;
	min-height: 460px;
	color: #000;
	border-radius: 5px;
	overflow: hidden;
}

#full-width-slider .rsGCaption {
	font-size: 18px;
	color: #fee516;
	width: 100%;
	height: 50px;
	line-height: 60px;
	padding-left: 15px;
	background: url(xiao-title.png) no-repeat bottom;
	position: absolute;
	left: 0;
	bottom: 0;
        padding-right: 16%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 9;
}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 25px;
	right: 20px;
	z-index: 9;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	height: 8px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 6px 3px 6px 3px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #c6c6c6;
}

.rsMinW .rsBullet.rsNavSelected {
	width: 20px;
}

.rsMinW .rsBullet.rsNavSelected span {
	width: 20px;
	border-radius: 10px;
	background: #bf2223;
}

/* 头条新闻 */

.news-text {
	margin-bottom: 60px;
}







.news-text ul li {
	width: 97%;
	float: left;
	margin-left: 3%;
	background: #fff;
	margin-bottom: 17px;
	box-shadow: 0px 3.5px 7px #c19968;
     
}

.news-text ul li:hover{
   background: #bf2223;
  
}

.news-text ul li a {
	display: block;
	padding: 11px 20px 11px 22px;
	height: 62px;
	position: relative;
}

.news-text ul li:hover a{
   color:#fdd283;
}

.news-text ul li a::before {
	content: '';
	width: 11px;
	height: 11px;
	background: #e23217;
	background-size: 100%;
	position: absolute;
	left: -6px;
	bottom: 28px;
}

.news-text ul li:hover a::before{
  background: #fce3ac;
}

.news-text ul li a p {
	width: 97%;
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 40px;
       overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.news-text ul li:hover a p{
   color: #fdd283;
}

.news-text ul li a span {
	width: 14%;
	float: left;
	font-size: 13px;
	line-height: 40px;
	color: #adadad;
	text-align: right;
}

.news-text ul li:hover a span{
   color: #fdd283;
}




/* 重要论述 */

.importante-content {
	
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 40px;
}

.index-title.index-title4 {
	margin: 20px 0 35px;
}

.index-title.index-title4 h3::before {
	background: none;
}

.index-title.index-title4 h3::after {
	background: none;
}

.index-title.index-title4 h3 {
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	
}

.importante-text ul {
	margin-left: -3%;
	overflow: hidden;
}

.importante-text ul li {
	width: 47%;
	float: left;
	margin-left: 3%;
	background: #fff;
	margin-bottom: 10px;
	box-shadow: 0px 3.5px 7px #c19968;
     
}

.importante-text ul li:hover{
   background: #bf2223;
  
}

.importante-text ul li a {
	display: block;
	padding: 12px 18px 12px 18px;
	height: 64px;
	position: relative;
}

.importante-text ul li:hover a{
   color:#fdd283;
}

.importante-text ul li a::before {
	content: '';
	width: 11px;
	height: 11px;
	background: #e23217;
	background-size: 100%;
	position: absolute;
	left: -6px;
	bottom: 28px;
}

.importante-text ul li:hover a::before{
  background: #fce3ac;
}

.importante-text ul li a p {
	width: 87%;
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 40px;
       overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.importante-text ul li:hover a p{
   color: #fdd283;
}

.importante-text ul li a span {
	width: 13%;
	float: left;
	font-size: 12px;
	line-height: 40px;
	color: #adadad;
	text-align: right;
}

.importante-text ul li:hover a span{
   color: #fdd283;
}


.importante-text .more {
	display: block;
	width: 15%;
	font-size: 16px;
	background: #bf2223;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	margin: 27px auto 0;
	box-shadow: 0px 3.5px 7px #dca695;
}

/* 工作动态&通知公告 */

.dynamic {
	padding-right: 1.6%;
	margin-bottom: 78px;
}

.notice {
	padding-left: 1.6%;
	margin-bottom: 78px;
}

.dynamic-text ul li, .notice-text ul li {
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 0 20px 0 15px;
}

.dynamic-text ul li:first-child, .notice-text ul li:first-child {
	border-top: 1px solid #e3e3e3;
}

.dynamic-text ul li .pull-left, .notice-text ul li .pull-left {
	margin-right: 15px;
	width: 70px;
	text-align: center;
	padding: 8px 0;
	margin-top: 5px;
}

.dynamic-text ul li .pull-left p, .notice-text ul li .pull-left p {
	font-size: 14px;
	color: #c6382e;
}

.dynamic-text ul li .pull-left h3, .notice-text ul li .pull-left h3 {
	font-size: 24px;
	color: #c6382e;
	font-weight: normal;
	margin: 0;
	line-height: 26px;
}

.dynamic-text ul li .media-body p, .notice-text ul li .media-body p {
	font-size: 16px;
	line-height: 70px;
	color: #333;
	height: 70px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dynamic-text ul li:hover .media-body p, .notice-text ul li:hover .media-body p {
	color: #bf2223;
}

/* 腰线 */
.yaoxian img{
  width: 100%;
}

/* 实践活动 */

.activity-content {
	background-color: #fff;
	
        background-position: right bottom;
	/*background-position: center;*/
	background-repeat: no-repeat;
	/* background-size: 100% 100%;*/
	padding-bottom: 100px;
}

#full-width-slider1 {
	width: 100%;
}

#full-width-slider1 .rsGCaption {
	font-size: 18px;
	color: #333;
	margin: 20px 0 45px;
	height: 25px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: left;
	padding-left: 12px;
}

.actbanner-fullWidth {
	border: 1px solid #f1f1f1;
}

.actbanner-fullWidth .rsMinW .rsBullets {
	bottom: -80px;
	right: 10px;
}

.actbanner-fullWidth .rsMinW .rsBullet span {
	width: 14px;
	height: 14px;
}

.actbanner-fullWidth .rsMinW .rsBullet.rsNavSelected {
	width: 14px;
}

.activity ul li {
	width: 48%;
	float: left;
	margin-left: 2%;
	background: #fff;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.activity ul li:first-child {
	border-top: 1px solid #ddd;
}

.activity ul li+li {
	border-top: 1px solid #ddd;
}

.activity ul li+li+li {
	border-top: none;
}

.activity ul li:nth-child(3), .activity ul li:nth-child(4), .activity ul li:nth-child(7), .activity ul li:nth-child(8) {
	background: #f5f5f5;
}

.activity ul li:hover {
	background: #bf2223;
}

.activity ul li a {
	display: block;
	font-size: 16px;
	height: 48px;
	line-height: 24px;
	color: #333;
	margin: 18px 30px 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.activity ul li:hover a {
	color: #fdd283;
}

/* 专家观点 */

.viewpoint-content {
	
        background-color: #fff;
	padding: 0 0 70px;
	background-position: center;
	background-repeat: no-repeat;
}

.viewpoint-list ul {
   margin-left: -1.6%;
    margin-top: 80px;
    overflow: hidden;
}


.viewpoint-list ul li {
    width: 31.7%;
    float: left;
    margin-left: 1.6%;
    border: 1px solid #e4e4e4;
    margin-bottom: 14px;   
}

.viewpoint-list ul li:hover{
   background: #bf2223;
}


.viewpoint-list ul li a{
    display: block;
   padding: 12px 25px 10px;
}


.viewpoint-list ul li a .viewpoint-author {
    font-size: 18px;
    line-height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 0 6px;
    color: #333;
}


.viewpoint-list ul li:hover a .viewpoint-author{
   color: #fff;
}


.viewpoint-list ul li a .viewpoint-title {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 ;
    color: #333;
}


.viewpoint-list ul li:hover a .viewpoint-title{
   color: #fff;
}


.viewpoint-content .index-title {
	margin-top: 40px;
}

.viewpoint-content .swiper-container {
	margin: 0 30px;
}

.viewpoint-content .swiper-container .swiper-wrapper .swiper-slide {
	background: #fff;
	padding: 30px 39px 30px 26px;
	margin-top: 20px !important;
	border: 1px solid #ededed;
}

.viewpoint-content .swiper-container .swiper-wrapper .swiper-slide .viewpoint-author {
	font-size: 24px;
	color: #333;
	margin: 0 0 10px;
	font-weight: bold;
}

.viewpoint-content .swiper-container .swiper-wrapper .swiper-slide .viewpoint-title {
	font-size: 18px;
	color: #333;
	margin: 0 0 10px;
	font-weight: bold;
            height: 19px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.viewpoint-content .swiper-container .swiper-wrapper .swiper-slide .viewpoint-abstract {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.viewpoint-content .container {
	position: relative;
	overflow-x: hidden;
}

.viewpoint-content .container.container-button {
	overflow: initial;
}

.viewpoint-content .container .swiper-button-prev {
	width: 28px;
	height: 54px;
	left: 0px;
	top: -185px;
	
}

.viewpoint-content .container .swiper-button-next {
	width: 28px;
	height: 54px;
	right: 0px;
	top: -185px;
	
}

.viewpoint-content .swiper-pagination-bullet {
	width: 53px;
	height: 6px;
	border-radius: 10px;
	margin: 0 3px;
	background: #facc77;
	opacity: 1;
}

.viewpoint-content .swiper-pagination-bullet-active {
	background: #c94544;
}

.viewpoint-content .swiper-pagination {
	position: initial;
	margin-top: 20px;
}

/* 学习资料 */
.study-content {
	background-color: #fff;
	
       background-position: left 0px;
	
	background-repeat: no-repeat;
}
.study {
	padding-bottom: 50px;
}

.study ul {
	margin-left: -2.5%;
}

.study ul li {
	width: 47.5%;
	float: left;
	margin-left: 2.5%;
	padding-left: 40px;
	padding-right: 10px;
	
	
	height: 69px;
	position: relative;
box-shadow: 0px 3.5px 7px #c19968;
margin-bottom:12px;
}

.study ul li:hover{
background: #bf2223;
  
}

.study ul li a {
	display: block;
	font-size: 18px;
	width: 100%;
	height: 69px;
	line-height: 69px;
	color: #333;
}

.study ul li:hover a{
   color: #fdd283;
}

.study ul li a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
       width:100%;
           overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 视频栏目 */

.video-content {
	
	background-size: 100% 100%;
        padding-bottom: 70px;

}

.video {
    background-color: #bf2223;
   
    background-position: left top;
    background-repeat: no-repeat;
    padding: 22px;
}

.video-box {
        width: 69.2%;
    float: left;
    margin-right: 3.65%;
}

#u12 {
    width: 100%!important;
}

#u12 video {
    width: 100%!important;
}


.video-inlist {
    width: 27.15%;
    float: left;
}

.video-inlist ul li {
    border-bottom: 1px solid #d16060;
    margin-bottom: 5px;
    padding-left: 18px;
    padding-top: 26px;
    padding-bottom: 5px;
}

.video-inlist ul li:hover{
 background: #faa753;
}

.video-inlist ul li a p {
    font-size: 18px;
    padding-right: 30px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.video-inlist ul li a  span{
        font-size: 14px;
    color: #f1a9aa;
    text-align: right;
    display: block;
    line-height: 24px;
}

.video-inlist ul li:hover a span{
   color: #fff;
}




/* 相关链接 */

.link {
	margin: 35px 0 20px;
}

.link h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 22px;
}

.link ul li {
	float: left;
	width: 15%;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	border-left: 2px solid #dfdfdf;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}

.link ul li:first-child {
	border-left: none;
}

/*子页面大图片*/

.x-banner {
	position: relative;
}

.x-banner-img {
	width: 100%;
}

/* 内页左侧 */

.left-box {
	padding-right: 3.2%;
}

.left-box .left-nav {
	
	background-size: 99%;
	margin-top: -70px;
	padding: 30px 40px;
}

.left-box .left-nav .column {
	height: 53px;
	margin-bottom: 21px;
}

.left-box .left-nav .column .nav-bolid {
	width: 62px;
	display: block;
	float: left;
}

.left-box .left-nav .column .nav-column {
	display: block;
	font-size: 24px;
	color: #2b58a7;
	font-weight: bold;
	margin-left: 74px;
	padding: 9px 0 9.5px;
	
	background-size: 100%;
}

.left-box .left-nav ul li {
	border-bottom: 1px solid #ebebeb;
	padding: 8px 0;
	margin-bottom: 3px;
	position: relative;
}

.left-box .left-nav ul li::after {
	-webkit-transition: all .4s;
	transition: all .4s;
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #2b58a7;
	z-index: 10;
}

.left-box .left-nav ul li.active::after {
	-webkit-transition: width .4s;
	transition: width .4s;
	left: 0;
	width: 100%;
}

.left-box .left-nav ul li:hover::after {
	-webkit-transition: width .4s;
	transition: width .4s;
	left: 0;
	width: 100%;
}

.left-box .left-nav ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	
	padding: 0 15px 0 0;
}

.left-box .left-nav ul li.active a {
	color: #2b58a7;
	
}

.left-box .left-nav ul li:hover a {
	color: #2b58a7;
	
}

/* 内页右侧 */

.content-box {
	
	background-size: 100% 100%;
	margin-top: -42px;
	padding-top: 42px;
}

.location {
	font-size: 14px;
	color: #8e8e8e;
	margin-top: 20px;
}

.location a {
	font-size: 14px;
	color: #8e8e8e;
}

.location span {
	margin: 0 3px;
}

.columntitle {
	margin: 30px 0 20px;
	height: 53px;
	position: relative;
}

.columntitle::before {
	content: '';
	width: 83%;
	height: 53px;
	
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0px;
}

.columntitle span {
	float: left;
	font-size: 24px;
	padding: 13.5px 58.5px;
	color: #fff;
	background: #b70e17;
	position: relative;
}

.columntitle span::before {
	content: '';
	width: 28px;
	height: 26px;
	
	background-size: 100%;
	position: absolute;
	left: 0;
	bottom: 13px;
}

.right-content {
	margin-bottom: 50px;
}

/* 简介 */

.about {
	padding: 20px 70px;
	background: #fff;
	margin-bottom: 37px;
}

.about p {
	font-size: 16px;
	color: #666;
	line-height: 28px;
}

.about img {
	max-width: 100%;
}

.about p img {
	max-width: 100%;
}

.about .bdsharebuttonbox .bds_mshare {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	
	background-position: left center;
	margin: 0;
}

.about .bdsharebuttonbox .bds_weixin {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	
	background-position: -45px center;
	margin: 0px;
}

.about .bdsharebuttonbox .bds_tsina {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	
	background-position: -90px center;
	margin: 0px;
}

.about .bdsharebuttonbox .bds_qzone {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	
	background-position: -140px center;
	margin: 0;
}

.about .bdsharebuttonbox a:hover {
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}

.about .bdsharebuttonbox p {
	float: right;
	margin-top: 7px;
}

/* 列表 */

.list ul li {
	width: 100%;
	border-bottom: 1px solid #c7c7c7;
}

.list ul li a {
	display: block;
	
	line-height: 68px;
	height: 68px;
	padding-left: 45px;
	
}

.list ul li a p{
	 width: 70%;
	 float: left;
	font-size: 18px;
	color: #555;
	line-height: 68px;
	box-sizing: border-box;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.list ul li:hover a p{
	color: #b70e17;
	font-weight: bold;
	text-decoration: none;
}

.list ul li span {
	 float: left;
	 width: 30%;
	color: #d25c51;
	text-align: right;
	font-size: 16px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list ul li:hover span {
	padding-left: 8px;
}



/*图片列表页 */
.list-img {
	margin-top: 30px;
}

.list-img ul {
	margin-left: -4.7%;
	overflow: hidden;
	padding-top: 20px;
}

.list-img ul li {
	width: 20.3%;
	float: left;
	margin-left: 4.7%;
	margin-bottom: 45px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-img ul li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.list-img ul li .list-img-box {
	width: 100%;
	height: 167px;
	overflow: hidden;
}

.list-img ul li .list-img-box img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-img ul li:hover .list-img-box img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.list-img ul li .list-img-title {
	padding: 16px 0px 6px;
	position: relative;
	border-bottom: 2px solid #f5cc82;
}

.list-img ul li .list-img-title ::after {
    content: '';
    width: 0;
    height: 2px;
    background: #b70e17;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-img ul li:hover .list-img-title ::after {
    width: 100%;
}

.list-img ul li .list-img-title p {
	color: #555;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;
}

.list-img ul li:hover .list-img-title p {
	color: #b70e17;
}

.list-img ul li .list-img-title .date{
	font-size: 16px;
	color: #bc9144;
}

.list-img ul li:hover .list-img-title .date{
	color: #b70e17;
}


/*视频列表页 */
.list-video{
	margin-top: 30px;
}
.list-video ul {
	margin-left: -2.99%;
	overflow: hidden;
	padding-top: 20px;
}

.list-video ul li {
	width: 22.01%;
	float: left;
	margin-left: 2.99%;
	margin-bottom: 45px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-video ul li:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.list-video ul li .list-video-box {
	width: 100%;
	height: 152px;
	overflow: hidden;
	position: relative;
}

.list-video ul li .list-video-box .list-video-img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-video ul li:hover .list-video-box .list-video-img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.list-video ul li .list-video-box .list-play{
	position: absolute;
	left: 42%;
	bottom: 38%;
}

.list-video ul li .list-video-title {
	padding: 16px 0px 6px;
	position: relative;
	border-bottom: 2px solid #f5cc82;
}

.list-video ul li .list-video-title ::after {
    content: '';
    width: 0;
    height: 2px;
    background: #b70e17;
    position: absolute;
    left: 0;
    bottom: -2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list-video ul li:hover .list-video-title ::after {
    width: 100%;
}

.list-video ul li .list-video-title p {
	color: #555;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 25px;
}

.list-video ul li:hover .list-video-title p {
	color: #b70e17;
}


/*分页栏*/

.pagebar {
	background: #f4f4f4;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 90px;
	margin-top: 30px;
}

.p_first_d, .p_last_d {
	display: none;
}

.p_first, .p_last {
	display: none;
}

.p_prev_d, .p_prev {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}

.p_no {
	padding: 2px 8px;
	margin: 0px 4px;
	color: #333;
}

.p_no a {
	color: #333;
}

.p_no_d {
	background: #b70e17;
	color: #fff;
	padding: 2px 8px;
	margin: 0px 4px;
	border-radius: 20px;
}

.p_next, .p_next_d {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}

.p_next a:hover, .p_next_d a:hover{
	color: #808080;
}

/* 内容页 */

.article {
	/* padding-top: 20px; */
	padding: 20px 70px;
	background: #fff;
	margin-bottom: 37px;
}

.article h1.intro {
	text-align: left;
	font-size: 18px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
    padding: 0 10px;
}

.article h2.title {
	/*text-align: left;*/
        text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	font-family: "微软雅黑";
	line-height: 36px;
	margin: 0 0 15px;
	border-bottom: none;
	background: none;
	padding: 0 10px;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 0;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #666666;
	padding: 10px 0;
	border-top: 1px solid #dfe1e1;
	border-bottom: 1px solid #dfe1e1;
	margin-bottom: 20px;
}

.article .content {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	min-height: 250px;
	margin-bottom: 50px;
	padding: 10px 0px;
}

.article .content img{
  max-width: 100%;
}

.article .bdsharebuttonbox .bds_mshare {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	
	background-position: left center;
	margin: 0;
}

.article .bdsharebuttonbox .bds_weixin {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	
	background-position: -45px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_tsina {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	
	background-position: -90px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_qzone {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	
	background-position: -140px center;
	margin: 0;
}

.article .bdsharebuttonbox a:hover {
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}

.article .bdsharebuttonbox p {
	float: right;
	margin-top: 7px;
}

/*尾部*/

.footer {
	background-color: #bf2223;
	
	padding: 35px 0;
	text-align: center;
}

.footer p {
	font-size: 16px;
	color: #fff;
}






.dtt_box {
   
    margin: 0 auto;
   
    background: #e00b22;
    padding: 20px 30px;
    margin-top: 50px;
}

.dtt {
    min-height: 90px;
    position: relative;
    padding-left: 80px;
    overflow: hidden;
}

.dtt:before {
    content: '';
    width: 54px;
    height: 90px;
    background: url(http://www.news.cn/politics/ztjyhd/images/tt_icon.jpg)
        no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.dtt h2 {
    font-size: 36px;
    color: #ffefc2;
    font-weight: bold;
    text-align: center;
}

.dtt h2 a {
    color: #ffefc2;
}
.dtt h2 i {
    font-style: normal;
}






/**************************************************************************************************** 
æ¨¡æ¿è¯´æ˜Žï¼š
*****************************************************************************************************
å‰å°æ˜¾ç¤ºæ—¶ï¼Œæ–‡ç« æ­£æ–‡ä¼šæ”¾åœ¨idä¸ºâ€œvsb_content_1021â€çš„divä¸­ï¼Œä¸ºäº†ä¿è¯æ‚¨å®šä¹‰çš„æ ·å¼æ­£å¸¸æ˜¾ç¤ºå¹¶ä¸å½±å“å…¶ä»–é¡µé¢æ ‡ç­¾çš„æ˜¾ç¤ºæ•ˆæžœï¼Œè¯·æ‚¨åœ¨å®šä¹‰æ—¶ä½¿ç”¨IDé€‰æ‹©ç¬¦ 
æ‚¨å¯ä»¥ä¸ºä»»ä½•æ ‡ç­¾å®šä¹‰æ ·å¼ï¼Œä½†æ˜¯å¿…é¡»åœ¨æ ·å¼åç§°å‰æ·»åŠ â€œ#vsb_content_1021â€æ ‡è®°ï¼Œå¦åˆ™æ‚¨å®šä¹‰çš„æ ·å¼å¯èƒ½æ— æ•ˆã€‚

ä¾‹å¦‚ï¼š
#vsb_content_1021 H2 
{
    font-size: 14px
;}
å®šä¹‰äº†H2çš„æ ·å¼ï¼Œå…¶ä¸­#åŽé¢çš„â€œvsb_content_1021â€ä¸ºIDé€‰æ‹©ç¬¦ï¼Œæ‚¨å®šä¹‰çš„æ ·å¼åç§°å¿…é¡»ä»¥â€œvsb_content_1021â€ä¸ºé€‰æ‹©ç¬¦,"_1021"ä¸èƒ½åˆ æŽ‰ï¼

******************************************************************************************************/


/*å®šä¹‰æ­£æ–‡ä¸­çš„H2æ ·å¼*/
#vsb_content_1021 H2 {
   margin-top: 30px;
    font-size: 24px;
	font-weight:600;
	line-height:200%;
}

/*åœ¨æ­£æ–‡ä¸­å®šä¹‰ä¸€ä¸ª åä¸ºiconçš„class */
#vsb_content_1021 .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}

/*å®šä¹‰æ­£æ–‡ä¸­çš„IMGæ ·å¼*/
#vsb_content_1021 IMG {
    border: #ccc 0px solid;
	width: 100%;
}

/*å®šä¹‰æ­£æ–‡ä¸­çš„æ®µè½æ ·å¼*/
#vsb_content_1021 P {
	    margin-top: 23px;
        text-align: justify;
    text-indent: 2em;
    font: 400 1em/1.8 "Microsoft YaHei";
    font-size: 20px;
	line-height:200%;
}

/*å®šä¹‰æ­£æ–‡ä¸­çš„spanæ ·å¼*/
#vsb_content_1021 span {
   
;}

/*å®šä¹‰æ­£æ–‡ä¸­çš„é“¾æŽ¥æ ·å¼*/
#vsb_content_1021 A {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1021 A:visited {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1021 A:hover {
    color: #ba2636
;}

/*å®šä¹‰æ­£æ–‡ä¸­çš„è¡¨æ ¼æ ·å¼*/

#vsb_content_1021 TABLE{ border-collapse:collapse;border:1px solid #000 } 
#vsb_content_1021 TABLE TD{ border:1px solid #000; } 

#vsb_content_1021 TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 20px
;}
#vsb_content_1021 TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
#vsb_content_1021 TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}


/*æ–°å¢ž   æ­£æ–‡ç¬¬ä¸€ä¸ª<P>çš„æ ·å¼ï¼Œå¯ç”¨ä¸Žé€šçŸ¥æ ¼å¼ï¼Œå¦‚ç¬¬ä¸€æ®µä¸ç¼©è¿›ï¼Œå…¶ä»–ç¼©è¿›*/
#vsb_content_1021 .vsbcontent_start {
    
}
/*æ–°å¢ž   æ­£æ–‡æœ€åŽä¸€ä¸ª<P>çš„æ ·å¼ï¼Œå¯ç”¨ä¸Žé€šçŸ¥æ ¼å¼ï¼Œå¦‚æœ€åŽä¸€è¡Œå±…å³*/
#vsb_content_1021 .vsbcontent_end {
 
}

#vsb_content_1021 .vsbcontent_img {
 text-indent: 0;
 text-align: center;
 max-width:800px;
 width:100%;
 margin:10px auto;
}


/*ä»¥ä¸‹ä¸‰ä¸ªæ ·å¼ä¸ºæ­£æ–‡å®šä¹‰äº†æ˜¾ç¤ºæ—¶çš„å¤§ã€ä¸­ã€å°æ ·å¼*/
#vsb_content_1021.newscontent_l p {
    font-size: 16px;
}        
#vsb_content_1021.newscontent_m p {
    font-size: 14px;
} 
#vsb_content_1021.newscontent_s p {
    font-size: 12px;
} 

/*
å¦‚æžœæ‚¨çš„æ­£æ–‡ä¸­å¯èƒ½è¿˜åŒ…æ‹¬å…¶ä»–æ ‡ç­¾ï¼Œæ‚¨å¯æŒ‰ç…§ä»¥ä¸‹æ–¹å¼å¢žåŠ å¯¹åº”çš„ä»£ç 
#vsb_content$ {newsformat} <htmlæ ‡ç­¾>
{
    æ ·å¼å†…å®¹
} 
*/