@charset "utf-8";

.inner {
	width: 1200px;
	margin: 0px auto;
}
@font-face {
    font-family: 'times_new_romanregular';
    src: url('../font/times-webfont.eot');
    src: url('../font/times-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/times-webfont.woff') format('woff'),
         url('../font/times-webfont.ttf') format('truetype'),
         url('../font/times-webfont.svg#times_new_romanregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*头部*/


.header {
	background: url(../img/topbg.png) no-repeat left top/cover;
}

.logo {
	padding: 47px 0px
}

.logo_right {
	margin-top: 75px;
	width: 205px;
	background: url(../img/search.png) no-repeat left top;
}

.logo_right .inp {
	width: 155px;
	height: 38px;
	float: left;
	margin-left: 35px;
	text-indent: 10px;
	line-height: 40px;
	border: none;
	outline: none;
	background-color: transparent;
	margin-right: 2px;
}

input::-webkit-input-placeholder {
	color: #333;
}

input::-moz-input-placeholder {
	color: #333;
}

input::-ms-input-placeholder {
	color: #333;
}


/*导航*/
/*nav*/
.demo-2 {
	display: none;
	position: relative;
	z-index: 9999;
}

.nav {
	width: 100%;
	height: 60px;
	background-color: #881a1c;
}

.nav ul>li {
	float: left;
	/* height: 60px; */
	margin-top: 7px;
	margin-bottom: 6px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
.nav ul p{color: #fff;font-family: "times_new_romanregular";}

.nav .nav_first {
	padding-left: 0px;
}

.nav .nav_last {
	padding-right: 0px;
}

.nav li a {
	display:block;
	color: #fff;
}
.nav ul>li>a span{
	font-size: 16px;
}
.nav li ol {
	position: absolute;
	left: 0px;
	top: 43px;
	z-index: 9999;
	min-width: 100%;
	/* margin-left: 30px; */
	display: none;
	padding-bottom: 5px;
	background: rgba(139, 39, 36, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99015934, endColorstr=#99015934);
}

.nav li ol li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.nav li ol li a {
	display: block;
	width: 96%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0px 2%;
	color: #fff;
	border-top: 1px solid #F3E8EC;
}

.nav li ol li:hover a {
	font-weight: bold;
}

.nav li ol.widths li {
	width: 268px;
}

.nav li ol.widths li a {
	width: 50%;
}


/*banner*/

.main2{
	background-color: #e0d9cd;
	overflow: hidden;
	padding-bottom: 30px;
	padding-top: 20px;
}
.banner_wrap{
	margin-top: 20px;
	position: relative;
}
.news_left{
	max-width: 750px;
	width: 63%;
	height: 400px;
	position: relative;
}

.rslide li {
	position: relative;
}

.rslide li a {
	display: block;
}

.rslide li img {
	width: 100%;
}

.centered-btns_nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 120px;
	height: 65px;
	margin-top: -40px;
	line-height: 200px;
	/*background-image: url(../img/left.png);*/
	overflow: hidden;
}

.banner_wrap .prev {
	left: 0px;
}

.banner_wrap .next {
	right: 0px;
	/*left: 100%; */
	/*background-image: url(../img/right.png);*/
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	position: absolute;
	bottom: 6px;
	/* left: 50%; */
	right: 15px;
	/* margin-left: -115px; */
	font-size: 0;
	list-style-type: none;
	z-index: 99;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 8px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 30px;
	height: 15px;
	overflow: hidden;
	color: transparent;
	font-size: 14px;
	text-align: center;
	*display: inline;
	*zoom: 1;
	background: url(../img/dot1.png) no-repeat left center;
}

.centered-btns_tabs .centered-btns_here a {
	background: url(../img/dot.png) no-repeat left center;
}



/*新闻聚焦*/
.news {
	max-width: 450px;
	width: 38%;
	height: 400px;
	background-color: #fff;
}

.news_title {
	width: 100%;
	height: 55px;
	line-height: 55px;
	background-color: #f4efe7;
}

.news_title>h2 {
	font-size: 22px;
	font-weight: bold;
	padding-left: 10px;
	color: #ead0ad;
	height: 55px;
	float: left;
	background: url(../img/lanbg.png)  no-repeat left top;
}
.news_title>h2 span{
	color:#ead0ad ;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 20px;
	font-family: "times_new_romanregular";
}

.news_bottom{
	margin: 20px;
}

.more {
	display: block;
	float: right;
	/* line-height: 44px; */
	font-size: 14px;
	color: #888;
	margin-right: 20px;
}

.date1 {
	color: #888888;
	font-size: 14px;
	margin-top: 5px;
}
.news_first{
	border-bottom: 1px dashed #bfbfbf;
}
.news_first>a{
	font-size: 16px;
	line-height: 30px;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.news_zhai {
	font-size: 14px;
	color: #666666;
	height: 50px;
	overflow: hidden;
	line-height: 25px;
	margin: 10px 0px;
	margin-bottom: 15px;
}
.news_zhai  span{
	color: #941515;
}
.news_list{
	margin-top: 10px;
}
.news_list li{
	line-height: 47px;
	overflow: hidden;
	border-bottom: 1px dashed #bfbfbf;
}
.news_list li a{
	width: 75%;
	float: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/dot2.png) no-repeat left center;
}

.date2 {
	float: right;
	font-size: 14px;
	color: #858585;
}

.main_left{
	max-width: 822px;
	width: 69%;
	}
/* 简介 */
.intro,.project{
	max-width: 400px;
	width: 49%;
	height: 349px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #c5bdb0;
}
.intro .news_title h2,.notice .news_title h2{
	background: url(../img/titlebg2.png) no-repeat left top;
}
.intro_img{
	width: 160px;
	height: 100px;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
}
.intro_img img{width: 100%;}
.intro_title{
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	width: 51%;
	margin-top: 25px;
	margin-right: 10px;
	padding-bottom: 15px;
	background: url(../img/line.png) no-repeat left bottom;
}
.intronr{
	margin: 10px;
	margin-top: 15px;
	line-height: 24px;
}
.intronr a{
	color: #941515;
}
.project  .news_title h2{background: url(../img/titlebg3.png) no-repeat left top;}
.project  .news_title h2 span{padding-right: 35px;}
.project .news_list,.achieve .news_list{
	margin: 0px 10px;
}
.project .news_list ul li a{
	width: 100%;
}
.achieve{
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #c5bdb0;
}
.achieve .news_title h2{background: url(../img/titlebg4.png) no-repeat left top;}
.achieve .news_title h2 span{padding-right: 40px;}
.achieve .news_list li{
	line-height: 30px;
}
.achieve .news_list li a,.achieve .news_list .date2{
	margin-top: 8px;
}
.achieve .news_zhai{
	margin: 12px 0px;
	height: 40px;
	margin-top: 2px;
	line-height: 22px;
}
/*通知公告*/
.main_right{
	width: 30%;
	max-width: 360px;
	margin-top: 20px;
}
.notice .news_title h2 span{padding-right: 35px;}
.notice {
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #c5bdb0;
}
.notice .xue_list{
	margin: 0px 10px;
}

.date3 {
	height: 60px;
	width: 60px;
	float: left;
	text-align: center;
	margin: 13px 0px 10px 0px;
	margin-right: 15px;
	background: url(../img/ri.png) no-repeat left center;
}

.date3 div {
	font-size: 20px;
	/* font-weight: bold; */
	color:#8b2124 ;
	margin-top: 6px;
}

.date3 p{
	font-size: 13px;
	color:#8b2124 ;
	margin-top: 6px;
}
.xue_list{
	margin-top: 5px;
}
.xue_list ul li{
	overflow: hidden;
	padding: 13px 0px;
	border-bottom: 1px dashed #e9e9e9;
}
.xue_list ul li a{
	display: block;
	float: left;
	width: 75%;
	margin-top: 13px;
}
.xue_list ul li a p{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xue_list ul li a div{
	color: #888888;
	/* padding-left: 20px; */
	box-sizing: border-box;
	width: 100%;
	margin-top: 8px;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
}
.jijin{
	margin-top: 23px;
}
/*页尾*/
/*友情链接*/
.footer {
	background:#8b2124;
	color: #b1a28d;
	min-height: 100px;
	/* overflow: hidden; */
}
.link{
	position: relative;
	width: 300px;
	height: 40px;
	margin-top: 20px;
	background: url(../img/link.png) no-repeat left center;
}
.link h4{
	font-size: 14px;
	color: #b1a28d;
	line-height: 40px;
	text-indent: 30px;
}


.link_box ul{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #BFBFBF;
	display: none;
	bottom: 42px;
    max-height: 260px; 
    overflow-y: scroll;
	line-height: 32px;
}
.link_box ul::-webkit-scrollbar {
    display: none;
}
.link_box ul li{
	border-bottom: 1px dashed #CCCCCC;
	width: 100%;
}
.link_box ul li:last-child{
	border-bottom: 0 none;
}
.link_box ul li:hover{
	background-color: #8b2124;
}
.link_box ul li:hover a{
	color: #fff;
}
.link_box ul li a{
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
}
.copy{
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 25px;
}
.di p{
	margin-top: 15px;
	line-height: 25px;
}




/*列表*/
.main_wrap{
	background-color: #e0d9cd;
	overflow: hidden;
}

.nav_left {
	margin-top: 20px;
	max-width: 230px;
	width: 21%;
	background-color: #fff;
	border: 1px solid #c5bdb0;
}

.nav_left>h2 {
	font-size: 24px;
	text-indent: 30px;
	height: 92px;
	color: #fff;
	background: url(../img/navlanbg.png) no-repeat left top;
	padding-top: 15px;
	box-sizing: border-box;
	line-height: 27px;
}
.nav_left>h2 p{
	font-size: 14px;
	text-indent: 30px;
}
.nav_left ul{margin: 0px 10px;}
.nav_left ul li a {
	font-size: 16px;
	display: block;
	width: 100%;
	text-indent: 10px;
	height: 60px;
	color: #333333;
	background: url(../img/jian1.png) no-repeat right center;
	line-height: 60px;
	box-sizing: border-box;
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	border-bottom: 1px solid #f3f2ed;
}
.nav_left ul li a p{
	color: #888888;
	font-size: 14px;
	margin-bottom: 10px;
}



.nav_left .act a {
	color: #a90518;
	background: url(../img/jian2.png) no-repeat right center;
}



.nav_left ul li:hover a{
	color: #a90518;
	background: url(../img/jian2.png) no-repeat right center;
}


/*右侧*/
.nav_right {
	width: 78%;
	max-width: 930px;
	margin-top: 20px;
	margin-bottom: 25px;
	background-color: #FFFFFF;
	border: 1px solid #e0d9cd;
}
/* .nav_inner{
	margin: 20px;
} */
.right_top {
	background-color: #f4efe7;
}

.right_top>h3 {
	font-size: 20px;
	color: #ead0ad;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	padding-left: 20px;
	min-width: 206px;
	background: url(../img/neilan.png) no-repeat right center #881a1c;
}

.right_top>h3 span{
	font-size: 14px;
	color: #ead0ad;
	padding-left: 10px;
}
.right_top>p{background: url(../img/di.png) no-repeat left center;padding-left: 22px;margin-right: 20px;}
.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #858585;
	margin-top: 18px;
	margin-bottom: 13px;
}


.list{margin: 0px 20px;}
.list>ul{margin-top: 20px;min-height: 400px;}

.list>ul li {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dashed #BDBDBD;
	/* transition: .5s; */
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 45px;
	font-size: 16px;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 20px;
	box-sizing: border-box;
	background: url(../img/dot2.png) no-repeat left center;
}



.list {
	margin-bottom: 50px;
}
.main_wrap .nav_right2{width: 100%;max-width: 100%;}

/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content_title>p {
	text-align: center;
	color: #ccc;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont{margin: 30px 40px;min-height: 400px;}


.cont p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen  .popup_renren{background-position: 1px -208px;}
.fen .popup_tqq {
    background-position: 1px -260px;}
.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #02864f;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}
.content{
	padding-bottom: 50px;
}

.fan{margin: 35px 0px;}
.ling_list{margin: 20px;}
.ling_list ul li{
	float: left;
	margin-left: 20px;
	width: 44%;
	margin-bottom: 25px;
	border-bottom: 1px dashed #c6c6c6;
}
.ling_list ul li a{display: block;}
.ling_list .fr{float: right;margin-right: 20px;}
.shi_img{
	width: 160px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 25px;
}
.shi_img img{width: 100%;}
.shi_right{width: 59%;}
.shi_right>h2{
	font-size: 18px;
	font-weight: bold;
	color: #881a1c;
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(../img/line2.png) no-repeat left bottom;
}
.shi_right>h2 span{
	font-size: 16px;
	padding-left: 15px;
	color: #333333;
}
.shi_zhai{margin-top: 15px;line-height: 20px;}
.shi_zhai span{
	color: #881a1c;
}















/*图片列表*/
.pic_list {
	margin: 20px;
	margin-top: 30px;
}

.pic_list>ul li {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.pic {
	overflow: hidden;
	width: 260px;
	height: 170px;
}

.pic img {
	width: 100%;
}
.pic_right{
	width: 75%;
	height: 170px;
	border-bottom: 1px dashed #bfbfbf;
}
.pic_title1{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	
}
.pic_date{
	
	line-height: 30px;
	color: #888888;
	font-size: 14px;
	
}
.pic_zhai{
	font-size: 14px;
	color: #888888;
	line-height: 28px;
}





