.content {
    width: 100%;
    margin-top: 65px;
}
.content_header{
	/*height:300px;*/
	width:100%;
	/*background: url(/${res}/img/chni/biaotou.jpg);*/
}

.content_inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    min-height: 600px;
    /*margin-top:130px;*/
}

.content_nav {
    width: 32%;
    /*background: #BFF693;*/
    height: 100%;
    position: absolute;
    /*border-radius: 10px;*/
	background: -webkit-linear-gradient(#F1F1F1, #fff); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#F1F1F1, #fff); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#F1F1F1, #fff); /* Firefox 3.6 - 15 */
	background: linear-gradient(#F1F1F1, #fff); /* 标准的语法 */
	/*box-shadow: 0 0 35px rgba(131, 130, 130, .75);*/
}
.content_in {
	width:97%;
	height:97%;
	position: absolute;
    border-radius: 10px;
	background-color: #FCFCFC;
	margin: 6px;
}
.content_desc {
    width: 68%;
    float: right;
    background: #fff;
    margin-top: 5px;
    padding-left: 10px;
}
.content_desc span {
	display: inline-block;
	padding-left: 10px;
}
.content_title {
	background-color: #5CB85C;
	height:40px;
	line-height: 40px;
	padding-left: 10px;
	color:#fff;
}
	
.content_desc_intro {
    /*height: 1000px;*/
    padding: 30px 60px;
}

.content_desc_intro h4 {
    font-size: 1.5rem;
    color: #333;
    border-bottom: solid 1px #999999;
    padding: 40px 0;
}

.content_desc_intro p {
    color: #999;
    font-size: 0.875rem;
    line-height: 2;
}

.content_desc_intro a {
    color: #333;
    font-size: 1rem;
    line-height: 2;
}

.content_desc_intro-content {
    text-indent: 2rem;
}

.content_nav-title {
    padding: 30px 30px 30px 20px;
    border-bottom: solid 1px #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:100%;
}

.content_nav-title h4 {
    font-size: 1.375rem;
    color: #333;
    margin: 0;
    padding: 0;
}
.content_nav-title a {
	font-size: 1.875rem;
}
.content_nav-title span {
    font-size: 0.875rem;
    color: #d7d7d7;
}

.content_nav-list {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.content_nav-item {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    font-size: 1rem;
    border-bottom: solid 1px #eaeaea;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.content_nav-item a {
    text-decoration: none;
    color: #999999;
    padding: 0 30px;
    display: block;
}

.nav_active  {
    /*background: url('../img/about/bg.jpg');*/
    background-size: 100% 100%
}

.nav_active a {
    /*font-size: 1rem;*/
    color: #999;
}

.nav_active,.content_nav-item a:hover {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    /*background-color:#D6F29D;*/
   background:url(../../img/chni/backnav.png) repeat-x left center;
}

.content_desc img {
	margin-bottom:15px;
}
.content_news-list {
    padding: 10px 0 0 0;
    border-top:1px solid #dedede;
    border-left:1px solid #dedede;
    margin: 20px 3px;
    box-shadow:2px 2px 3px #dedede;
}

.content_news-item {
    border-bottom: solid 1px #eaeaea;
    
}



.news_title {
    font-size: 1.5rem;
    /*color: #333333;*/
    margin: 1rem 0rem;
}

.news_title a {
    color: #0055A2;
    font-weight: bold;
    font-size: 15px;
}

.news_date, .news_time {
    color: #999;
    font-size: 0.875rem;
     margin: 1rem 0rem;
}

.news_content {
    color: #999;
    font-size: 1.4rem;
    line-height: 1.7;
    text-indent: 2rem;
    letter-spacing: 0.02rem;
    margin: 0;
}


/*选页调节*/
.pagesite{
	padding: 5px;
	font-size: 14px;
}
.pagesite a{
	border-radius: 4px;
	padding: 3px 5px;
	border:1px solid #999999;
}
.pagesite a:hover{
	background: #006600;
	color: #fff;
}
.pagesite select{
	width: 60px;
	padding: 2px 4px;
	border:1px solid #999999;
	border-radius: 4px;
	margin:0 3px;
	background: #fff;
	position: relative;
	top: -2px;
	
}
/*新闻栏响应式调节*/
@media only screen and (max-width: 992px) {
	.content_inner {
	    width: 800px;
	    margin: 0 auto;
	  
	    /*margin-top:130px;*/
	}
	
}
@media only screen and (max-width: 800px) {
	.content_inner {
	    width: 550px;
	    margin: 0 auto;
	  
	    /*margin-top:130px;*/
	}
	@media only screen and (max-width: 576px) {
	.content_inner {
	    width: 450px;
	    margin: 0 auto;   
	    overflow-x: scroll;
    	overflow-y: scroll;
	    /*margin-top:130px;*/
	}
}


/*pagination编码页*/

.pagination-outer {
    width: 68%;
    margin-left: 32%;
    padding: 0;
}

.pagination-wrap {
    /*width: 100%;*/
    height: 50px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    padding: 0 50px;
}

.pagination {
    position: relative;
    width: 100%;
    height: 50px;
    /*display: inline-block;*/
    float: left;
    margin: 0 auto;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
}


.pagination a ,.pagination span {
    float: left;
    display: inline-block;
    width: 8.33%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background: #f5f5f5;
    color: #999999;
    box-flex: 1;
    flex: 1;
}



.pagination a:hover {
    background: #fbfbfb;
    color: #000;
}

.pagination .current {
    background: #fbfbfb;
    color: #000;
}

.pagination .prev ,.pagination .next  {

    float: left;
    display: inline-block;
    width: 25%;
    height: 50px;
    font-size: 0.75rem;
    text-align: center;
    line-height: 50px;
    color: #cfcfcf;
    background: #ebebeb
    box-flex: 3;
    flex: 3;
}

.pagination .prev:hover, .pagination .next:hover {
    color: #333333;
    background: #ebebeb !important;
}

.pagination_navi {
    width: 36%;
    height: 50px;
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
}

.pagination_navi-input {
    width: 50%;
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: center;
    color: #333333;
    font-size: 0.75rem;
    background: #f5f5f5;
    display: inline-block;
}

.pagination_navi-input input {
    padding: 0;
    border: 0;
    width: 1rem;
    height: 1rem;
    border-bottom: solid 1px;
}

.pagination_navi-btn {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f5f5f5;
    display: inline-block;
    float: left;
    cursor: pointer;
    color: #333;
}

.pagination_navi-btn:hover {
    background: #fbfbfb;
    color: #000;
}

.event-list {
    display: block;
    margin: 0;
    padding: 0;
}

.event-item {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
}

.event_date {
    display: inline-block;
    font-size: 0.875rem;
    color: #333;
}

.event_content {
    display: inline-block;
    font-size: 0.875rem;
    padding-left: 25px;
    color: #999;
    float: right;
    width: 75%;
    line-height: 1.5;
}



/*新闻单页样式*/

/*.content_desc_news h2{
	background-color:#000;
	text-align: center;
	margin:30px 0;
}*/

















