:root{
    font-size: 16px;
}
video{
	outline: none;
	background:black;
	width:100%;
	object-fit: contain;
}

@media screen and (max-width: 768px){
	.top-header-body{
		display: none !important;
	}
	.header-body{
		padding: 33px 0 !important;
		height: 117px !important;
		
	}
	.header-body #header-img1{
		width: 42px !important;
		height: 42px !important;
	}
	.header-body #header-img2{
		height: 26px !important;
	}
	.header-body #header-title{
		font-size: 1.1rem !important; 
	}
	#search-box{
		display: none !important;
	}
	.carousel-item  img{
		height: auto !important;
	}
	.carousel-indicators{
		height: 27px !important;
	}
	
	#back_to_old{
		display: none !important;
	}
	.footer{
		padding: 15px 5px 5px 5px !important;
	}
	.footer .friend-item {
		margin-bottom: 35px !important;
	}
	.footer .friend-item  .line-item{
		line-height:2.8rem !important;
	}
	.article img{
		max-width: 100% !important;
		height: auto !important;
	}
	.article{
		overflow: hidden;
	}
	.article-foot{
		word-break: break-all;
		overflow: hidden;
	}
}

/*最顶部功能栏*/
.top-header{
    background: rgb(17,52,25);
    color: white;
    width: 100%;
    font-family: 'SimSun', 宋体, 'Microsoft YaHei', sans-serif;
}
.top-header a{
    color: white;
    text-decoration: none;
}
.top-header-body{
    padding: 3px;
    position: relative;
    width: 100%;
}
.top-header-body .save{
    margin-left: 20px;
    cursor: pointer;
}

/*网站header*/
.header{
    width: 100%;
    background: rgb(31, 76, 44);
}
.header-body{
    position: relative;
    padding: 20px 0;
    background: url("../img/bg-1.jpg") no-repeat;
	height: 130px;
    /*background-size: contain;*/
}

.header-body #header-img1{
    width: 70px;
    height: 70px;
    margin-right: 12px;
}
.header-body #header-img2{
    height: 42px;
    margin-right: 12px;
}
.header-body #header-title{
    color: white;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'SimSun', 宋体, 'Microsoft YaHei',sans-serif;
}

/* 搜索框 */
.header-body #search-box{
    position: relative;
}
.header-body #search-box p{
    text-align: center;
    color: white;
    font-size: 1.4rem;
    letter-spacing: 0.3rem;
    margin-bottom: 0.3rem;
    font-family: 华康魏碑, 华文新魏, 'SimSun', 宋体, 'Microsoft YaHei',sans-serif;
}
.header-body .search-icon-wrapper{
    position: absolute;
    bottom: 3px;
    left: 10px;
}
.header-body #search-box .search {
    box-sizing: border-box;
    position: relative;
    width: 0.5em;
    height: .2em;
    background-color: rgb(31, 76, 44);
    border-top-right-radius: .15em;
    border-bottom-right-radius: .15em;
    transform: rotate(40deg);
    transform-origin: right center;
}
.header-body #search-box .search:before {
    content: "";
    position: absolute;
    left: -0.6em;
    bottom: -.2em;
    width: 0.7em;
    height: 0.7em;
    border: .1em solid  rgb(31, 76, 44);
    border-radius: 50%;
}
.header-body #search-box input{
    width: 300px;
    height: 1.35rem;
    font-size: 0.5rem;
    padding-left: 1.2rem;
}
.header-body #search-box-button{
    display: inline-block;
    margin-left: -5px;
}
.header-body #search-box-button button{
    height: 1.38rem;
    font-size: 0.5rem;
    background: white;
    border: 1px solid;
    /*border-radius: 3px;*/
    color: green;
}

.header-body #search-result-list{
	position: absolute;
    left: 0px;
    top: 64px;
    background: #fff;
    border: 1px solid #dedede;
    padding: 5px;
    width: 420px;
    z-index: 99;
	display: none;
	list-style: none;
    font-size: 0.9rem;
}
.header-body #search-result-list>li{
    height: 22px;
}
.header-body #search-result-list .category{
    float: left;
    color:#888;
    margin-right: 3px;
	font-size: 0.7rem;
    width: 60px;
    height: 16px;
    overflow: hidden;
}
.header-body #search-result-list .date{
    width: 50px;
    text-align: left;
    float: right;
    color: #888;
}
.header-body #search-result-list>li>a{
    float: left;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: rgb(31, 76, 44) !important;
}

/*导航条*/
.navbar{
    /*padding: 0;*/
}
.navbar-nav{
    width: 100%;
}

.navbar-light .navbar-nav .nav-link{
    color:  rgb(31, 76, 44) !important;
    font-weight: bold;
}
.navbar-light .navbar-nav .nav-item:hover .nav-link{
    background:  rgb(31, 76, 44) ;
    color: white !important;
}

/*轮播图*/
.carousel-indicators{
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    width: 100%;
    background: rgba(54, 131, 75, 0.22);
    height: 48px;
    margin: 0;
    padding: 0 15px;
    z-index: 15
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin: 0 5px;
    background-color: white;
    background-clip: padding-box;
    opacity: .5;
}
.carousel-indicators .active{
    opacity: 1;
}
.carousel .row, .carousel .bd{
	/* width: 100%; */
}
.carousel-item img{
	width: 100%;
	height: 383px;
}
.carousel-caption{
    position: absolute;
    right: auto;
    left: 15px;
    bottom: 0;
    z-index: 20;
    color: white;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 48px;
}
.carousel-caption p{
    font-size: 1.3rem;
    margin-bottom: 0;
}
.carousel-caption a{
	color: #FFF !important;
}
/*内容区*/
.content .col-sm-4{
    padding-left: 8px;
    padding-right: 8px;
}
.content{
    margin-top: 30px;
}
.content .content-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
	margin-top: 0.8rem;
}
.content .content-header .title{
    color: rgb(17,52,25);
    font-size: 1rem;
    font-weight: bolder;
}
.content .content-header .link{
    color: rgb(17,52,25);
    font-size: 1rem;
}
.content .content-split-line{
    height: 1px;
    background-color: rgb(31, 76, 44);
}

.content .content-body .list li{
    margin: 0.5rem 0;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .content-body .list li p{
    width: 85%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.content .content-body .list li a, .content .content-body .list li .article-date{
    font-size: 0.8rem;
    color: rgb(17,52,25);

    /*font-weight: bold;*/
    /*font-family: 'SimSun', 宋体, 'Microsoft YaHei', sans-serif;*/
}
.content .content-body .list li a:hover{
    color: rgb(17,52,25);
    text-decoration: none;
}

.content .content-body .list .articleList{
	margin: 0.6rem 0;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .content-body .list .articleList .articleTitle{
    width: 85%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.content .content-body .list .articleList a, .content .content-body .list .articleList .dateTime{
    font-size: 0.9rem;
    color: rgb(17,52,25);

    /*font-weight: bold;*/
    /*font-family: 'SimSun', 宋体, 'Microsoft YaHei', sans-serif;*/
}
.content .content-body .list .articleList a:hover{
    color: rgb(17,52,25);
    /* text-decoration: none; */
}
/*内容栏中的视频*/
.content .content-body{
    width: 100%;
}
.content .main-video{
    width: 100%;
    padding-top: 10px;
}
.content .video-wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
	text-align: center;
	background: black;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.content .video-wrapper img:hover{
	opacity: 0.8;
}
.content .video-wrapper img{
    max-width: 100%;
    position: relative;
	height: 210px;
}
.content .prepare-video{
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
}
.content .video-wrapper-prepare{
	width: 24%;
	display: inline-block;
	text-align: center;
	background: black;
	text-overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.content .prepare-video img:hover{
	opacity: 0.8;
}
.content .prepare-video img{
    max-width: 100%;
	height: 50px;
	/* min-width: 76px; */
    background: #eee;
}
.content .play-icon-wrapper{
    position: absolute;
    z-index: 10;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);

}
.content .play {
    box-sizing: border-box;
    position: relative;
    width: 3em;
    height: 3em;
    border: .2em solid #727272;
    border-radius: 50%;
    margin: 0 auto;
    cursor: pointer;
}
.content .play:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -.3em; /*没有让其左右居中，因为看起来右边更空一些*/
    width: 0;
    height: 0;
    border-top: .6em solid transparent;
    border-bottom: .6em solid transparent;
    border-left: .9em solid #585858;
}
/*底部栏*/
.footer{
    width: 100%;
    background-color: rgb(31, 76, 44);
    margin-top: 35px;
    padding: 30px 30px 10px 30px;
}
.footer .footer-body{
    background: url("../img/bg-2.jpg") no-repeat;
}
.footer .friend-item h5{
    color: white;
    font-size: 1.3rem;
    margin-bottom: 10px;
}
.footer .friend-item a, .footer .friend-item span{
    color: white;
    font-size: 0.9rem;
}
.footer .friend-item .line-item{
    margin-bottom: 0;
    text-align: left;
    height: 1.8rem;
    line-height: 1.8rem;
}
.footer .friend-qr{

}
.footer .friend-qr img{
    height: 100px;
    margin: 10px 20px;
}
.footer .copyright{
    margin: 30px auto 0 auto;
    color: white;
    font-size: 0.8rem;
}


/*栏目文章列表页*/
.content.column{
    margin-top: 10px;
	min-height: 600px;
}
.content.column .content-body .list .articleList{
    margin: 1rem 0;
    height: 1.2rem;
    line-height: 1.2rem;
}
.content.column .content-body .list .articleList .articleTitle{
    width: 85%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.content.column .content-body .list .articleList a, .content.column .content-body .list .articleList .dateTime{
    font-size: 1rem;
}
.content.column .content-page{
    margin-top: 30px;
    text-align: center;
}
.content.column .content-page span, .content.column .content-page a{
    color: rgb(31, 76, 44);
    font-size: 0.8rem;
    font-weight: bold;
}
.content.column .content-page span{
    margin: 0 10px;
}
.content.column .content-page input{
    height: 1rem;
    width: 2rem;
    margin: 0 2px;
}

/*文章内容*/
.article .article-body{
    padding: 10px 8px;
}
.article .content-split-line{
    width: 100%;
    height: 1px;
    background: rgb(31, 76, 44);
}
.article .article-head{
    text-align: center;
    padding: 10px;
}
.article .article-content{
    margin-top: 15px;
	min-height: 600px;
	font-family: 'simsun', '宋体';
}
.article .article-nav a, .article .article-foot a{
    color: rgb(31, 76, 44);
}
.article .article-info span{
    margin: 3px 10px;
}
.article .article-foot{
    margin-top: 30px;
}
.article .article-foot a{
    font-size: 0.8rem;
    font-weight: bold;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 中心概况 */
.present .track a{
	color: rgb(31, 76, 44);
}

/* 在线问答 */
.message ._hide, .message .hide {
    display: none;
}
.message #listTop{
	margin-top: 35px;
    height: 30px;
    line-height: 25px;
    text-align: left;
    width: 100%;
}
.message #listTop a {
    margin-left: 25px;
	color: #333;
    text-decoration: none;
	padding: 8px;
}
.message #listTop a.channel-cur{
    background-color: rgb(31, 76, 44);
    color: #fff;
}
.message .message-ask{
	background: url(../img/g-sprite.png) no-repeat 0 2px;
	font-weight: bold;
	padding-left: 27px !important;
    padding-top: 1px !important;
    background-position: -249px -155px;
}

.message .bigTypeName {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.message .content{
	width: 100%;
}
.message .Wen {
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    font-size: 14px;
    color: #1a7d17;
    margin-top: 16px;
	font-weight: bold;
	overflow: hidden;
}
.message .subColor {
    color: #aaa;
    font-size: 12px;
	font-weight: normal;
}
.message .Da {
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    font-size: 14px;
    background-color: #f7f7f7;
    padding: 5px 10px;
	overflow: hidden;
}

.message .WenRight {
    position: relative;
    top: 0px;
    height: auto;
    width: 100%;
    font-size: 14px;
    margin-top: 16px;
    border-bottom: 1px dashed #dedede;
	font-weight: bold;
}
.message .sprite.right-ask {
    background-position: 0 -62px;
}

.message .WenRight span {
    cursor: pointer;
}
.message .DaRight {
    position: relative;
    top: -1px;
    height: auto;
    width: 100%;
    font-size: 14px;
    padding: 15px 10px;
    background-color: #f7f7f7;
    cursor: pointer;
}
.message .model {
    position: fixed;
    top: 20%;
    left: 30%;
    right: 30%;
    z-index: 1050;
    width: auto;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}
.message .md-head {
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
}
.message .md-body {
    padding: 10px;
    max-height: 430px;
    overflow-y: scroll;
}
.message .ajax-msglist .Wen, .message .ajax-msglist .Da {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.message .md-foot {
    position: relative;
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.message .model-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
    background-image: url(../img/overlay.png);
}
.message .model-backdrop, .message .model-backdrop.fade.in {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

/* 资料下载 */
.fileList #listTop{
	margin-top: 26px;
    height: 35px;
    line-height: 35px;
}
.fileList #listTop a{
    margin-left: 20px;
	color: #333;
    text-decoration: none;
}
.fileList #listTop a._fw-7{
	color: rgb(31, 76, 44);
    font-weight: bold;
}

/* 全局 */
.present, .message{
	margin-top: 10px;
	min-height: 600px;
}

.track a{
	color: rgb(31, 76, 44);
}
.sprite.s-home{
    float: none;
    display: inline-block;
    background-position: -128px -32px;
	vertical-align: bottom;
}
.setTop, .sprite {
    display: inline-block;
    float: left;
    width: 18px;
    height: 18px;
    background: url(../img/g-sprite.png) no-repeat 0 2px;
    top: -2px;
}
.articleList .articleTitle .sprite.recentArticle {
    background-position: -32px -62px;
}
.articleList .articleTitle .sprite.doc {
    background-position: -64px 2px;
}
.articleList .articleTitle .sprite.xls {
    background-position: -64px -30px;
}
.articleList .articleTitle .sprite.ppt, .articleList .articleTitle .sprite.pdf {
    background-position: -96px -30px;
}
#listBottom {
    position: relative;
    text-align: left;
    padding: 10px 0;
    height: 20px;
}
#listBottom ul{
	padding-left: 0 !important;
	margin-bottom: 20px !important;
}
#listBottom ul li {
    display: inline;
    height: 25px;
}
.pageListStyle a {
    text-decoration: none;
}
.pageListStyle span {
    border: 1px solid #1a9a20;
    margin: 1px 3px;
    padding: 1px 5px;
    height: 25px;
	color: #1a9a20; 
}
.currentPageStyle {
    color: #FFFFFF !important;
    font-weight: bold;
    background-color: #1a9a20;
    border: 1px solid #117711;
}

a#_go-top_ {
    background: url(../img/gotop_sprite.png) -49px 0;
    width: 49px;
    height: 35px;
    text-decoration: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
	opacity: 0.5;
}