@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;
}

.header-img {
	/*margin-top: -126px;*/
	position: relative;
	z-index: 11;
}

.header-img img {
	width: 100%;
	/*margin-top: -126px;*/
}

.logo {
	display: block;
	/*width: 80%;
	float: left;
	margin-top: 26px;*/
	position: relative;
	z-index: 22;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 18px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
       z-index: 22;
}


/* 搜索 */
.header .container{
       position: relative;
}
.header .container .search_anliu {
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 22;
}



.search-nav {
  display: none;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #fff;
overflow: hidden;

border-radius: 20px;
}

.search_kang-nav {
    width: 85%;
    outline: none;
    background: none;
    height: 30px;
    padding-left: 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
}


.search-button {
    float: right;
    padding-right: 15px;
    margin-top: 5px;
}

.search {
	height: 0px;
	width: 100%;
	background: #454545;
	z-index: 9999;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search.show {
	height: 85px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.search1 {
	width: 51%;
	height: 45px;
	margin: 20px auto;
	-webkit-box-shadow: 0 1px 2px rgb(0 0 0);
	-moz-box-shadow: 0 1px 2px rgb(0, 0, 0);
	-ms-box-shadow: 0 1px 2px rgb(0, 0, 0);
	box-shadow: 0 1px 2px rgb(0 0 0);
	position: relative;
	z-index: 9999;
}

.search_kuang {
	width: 74%;
	padding-left: 2%;
	height: 45px;
	background: #fff;
	font-size: 14px;
	outline: none;
}

.searchbox .search_kang-nav::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	
}

.searchbox .search_kang-nav:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	
}

.searchbox .search_kang-nav::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	
}

.searchbox .search_kang-nav:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	
}

.search_submit {
	width: 26%;
	height: 45px;
	background: #b70e17;
	vertical-align: bottom;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.search1 a.close {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 8px;
	right: -40px;
	background: url(../images/close.png) -86px 0 no-repeat;
	opacity: 1;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}


/*导航*/

.nav {
	width: 100%;
	margin-top: -30px;
	position: relative;
	z-index: 33;
	background: #b70e17;
	box-shadow: 1px 3px 10px #cfcfcf;
}

.nav ul li {
	float: left;
	width: 11.5%;
	/*margin-left: 1.5%;*/
	height: 72px;
	line-height: 72px;
	position: relative;
	text-align: center;
	background: url(../images/nav-bolid.png) left center no-repeat;
}



.nav ul li:first-child {
	width: 6%;
       margin-left: 1.8%;
	background: none;
}

.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 37px;
}

.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;
	background: url(../images/index-title-left.png) right center no-repeat;
	/*background-size: 100%;*/
	position: absolute;
	left: 0;
	bottom: 12px;
}

.index-title.index-title1 h3::before {
	background: url(../images/index-title-left1.png) right center no-repeat;
}

.index-title h3::after {
	content: '';
	width: 38.5%;
	height: 13px;
	background: url(../images/index-title-right.png) left center no-repeat;
	/*background-size: 100%;*/
	position: absolute;
	right: 3.7%;
	bottom: 7px;
}

.index-title.index-title1 h3::after {
	background: url(../images/index-title-right1.png) left center no-repeat;
}

.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-color: #fff; */
	background-image: url(../images/index-more.png);
	background-position: center;
	background-repeat: no-repeat;
}

.index-title.index-title1 .more{
   color: #cab395;
   background-image: url(../images/index-more1.png);
}

.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: 2.68%;
	margin-bottom: 60px;
}

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
	border-radius: 5px;
	overflow: hidden;
}

#full-width-slider .rsGCaption {
	font-size: 18px;
	color: #fff;
	width: 100%;
	height: 95px;
	line-height: 110px;
	padding-left: 15px;
	background: url(../images/xiao-title.png) center no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
        padding-right: 24%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	z-index: 32;
}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 25px;
	right: 20px;
	z-index: 35;
	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 {
	padding-left: 16px;
	background: url(../images/banner-list.png) left center no-repeat;
}

.news-text ul li:first-child {
	background: none;
	margin-top: 18px;
	padding-left: 0;
}

.news-text ul li:first-child a {
	height: auto;
	white-space: normal;
	line-height: normal;
}

.news-text ul li:first-child a .media-heading {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 63px;
	height: 63px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: url(../images/news-title.png) left center no-repeat;
	background-size: 100%;
	margin-left: -6.5%;
	padding-left: 10%;
}

.news-text ul li:first-child a .abstract {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 72px;
	margin: 12px 0 15px;
	padding-right: 20px;
	text-indent: 2em;
	 text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden; 
}

.news-text ul li a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #333;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-text ul li+li a{
    display: block;
}

.news-text ul li:hover a {
	color: #bf2223;
}

.news-text ul li+li {
	border-top: 1px solid #dedede;
	margin-right: 15px;
	padding-top: 7px;
}

.news-text ul li+li+li {
	border-top: none;
	padding-top: 0px;
}

/* 重要论述 */

.importante-content {
	/*background: url(../images/importante.jpg) center;*/
	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: 70px;
	padding-right: 100px;
	padding-bottom: 40px;
	margin-top: 0;
	background: url(../images/index-title2.png) center bottom no-repeat;
}

.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;
       -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.importante-text ul li:hover{
   background: #bf2223;
   -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.importante-text ul li a {
	display: block;
	padding: 12px 20px 12px 42px;
	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: 70%;
	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: 30%;
	float: left;
	font-size: 14px;
	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%;
  margin-bottom: 10px;
}

/* 实践活动 */

.activity-content {
	background-color: #fff;
	/*background-image: url(../images/activity-new.png);*/
        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: #f4f4f4;
	background-image: url(../images/viewpoint.jpg);
	background-size: 100% 100%;*/
        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;
	background: url(../images/viewpoint-left.png);
}

.viewpoint-content .container .swiper-button-next {
	width: 28px;
	height: 54px;
	right: 0px;
	top: -185px;
	background: url(../images/viewpoint-right.png);
}

.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-image: url(../images/study-bj.png);*/
       background-position: left 180px;
	/*padding: 0 0 70px;*/
	/*background-position:left bottom;*/
	background-repeat: no-repeat;
}
.study {
	padding-bottom: 90px;
}

.study ul {
	margin-left: -2.5%;
}

.study ul li {
	width: 47.5%;
	float: left;
	margin-left: 2.5%;
	padding-left: 55px;
	padding-right: 20px;
	background: url(../images/list-xing.png) 14px center no-repeat;
	border-bottom: 1px solid #f1d39b;
        border-bottom: 1px solid #e5e5e5;
	height: 69px;
	position: relative;
}

.study ul li a {
	display: block;
	font-size: 18px;
	width: 100%;
	height: 69px;
	line-height: 69px;
	color: #333;
}

.study ul li:hover a{
   color: #bf2223;
}

.study ul li a span {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
       
       overflow: hidden;
}

/* 视频栏目 */

.video-content {
	/*background: url(../images/video.jpg) center no-repeat;*/
	background-size: 100% 100%;
        padding-bottom: 70px;

}

.video {
    background-color: #bf2223;
    background-image: url(../images/video-box.jpg) ;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 22px;
}

.video-box {
        width: 69.2%;
    float: left;
    margin-right: 3.65%;
}

#u14 {
    width: 100%!important;
}

#u14 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: url(../images/left-nav.png) center top no-repeat;
	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: url(../images/left-nav-bolid.png) 2px bottom no-repeat;
	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;
	background: url(../images/left-nav-dian-h.png) 97% bottom no-repeat;
	padding: 0 15px 0 0;
}

.left-box .left-nav ul li.active a {
	color: #2b58a7;
	background: url(../images/left-nav-dian.png) 97% bottom no-repeat;
}

.left-box .left-nav ul li:hover a {
	color: #2b58a7;
	background: url(../images/left-nav-dian.png) 97% bottom no-repeat;
}

/* 内页右侧 */

.content-box {
	background: url(../images/content-box.jpg) center no-repeat;
	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: url(../images/current.png) right center no-repeat;
	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: url(../images/current-dian.png) left center no-repeat;
	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-image: url(../images/fenxiang.jpg);
	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-image: url(../images/fenxiang.jpg);
	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-image: url(../images/fenxiang.jpg);
	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-image: url(../images/fenxiang.jpg);
	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;
	background: url(../images/list-dian.png) left center no-repeat;
	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.date {
	 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.date {
	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%;
 display: block;
margin: 0 auto;
}

.article .bdsharebuttonbox .bds_mshare {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/fenxiang.jpg);
	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-image: url(../images/fenxiang.jpg);
	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-image: url(../images/fenxiang.jpg);
	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-image: url(../images/fenxiang.jpg);
	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;
	/*background-image: url(../images/footer.jpg);*/
	padding: 35px 0;
	text-align: center;
}

.footer p {
	font-size: 16px;
	color: #fff;
}