a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
body {
	color: #444;
	padding: 0px 0;
	font: 400 14px/1.6 'Helvetica Neue', Helvetica, "Microsoft YaHei", sans-serif, Arial, '宋体';
	-webkit-text-size-adjust: none;
	background: #fff;
}
a:hover img, img {
	border: none;
	vertical-align: top;
}
ol, ul {
	list-style: none
}
input, button, select, textarea {
	outline: none;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	font-size: 14px;
	color: #666;
}
table input, table button, table select, table textarea {
	vertical-align: middle;
}
button, html input[type=button], input[type=submit] {
	-webkit-apperance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
textarea {
	resize: none
}
table {
	border-collapse: collapse;
}
a {
	text-decoration: none;
	color: #444;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
}
th {
	font-weight: normal;
}
ins {
	text-decoration: none;
}
.al {
	text-align: left;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.hide {
	display: none;
}
.clear, .clr {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
.clearfix2:before, .clearfix2:after {
	content: "";
	display: table;
}
.clearfix2:after {
	clear: both;
}
.clearfix2 {
*zoom:1;
}


::-webkit-scrollbar {
width:6px;
height:6px;
}
::-webkit-scrollbar-button {
height:0;
width:0;
}
::-webkit-scrollbar-track {
background-color:#f1f1f1;
}
::-webkit-scrollbar-thumb {
background:#ccc;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearit {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
.fl {
	float: left;
	_display: inline;
}
.fr {
	float: right;
	_display: inline;
}
a:hover/*,a:active,a:focus*/ {
	text-decoration: none;
}
.hidden {
	visibility: hidden;
}
/*设置选中文字时的背景色*/
::selection {
	background: #b31917;
	color: #fff;
}
::-moz-selection {
background:#b31917;
color:#fff;
}
::-webkit-selection {
background:#b31917;
color:#fff;
}
/*可改变元素被点击时背景框的颜色*/
html {
	-webkit-tap-highlight-color: rgba(240,240,240,0.7);
}/*如果需要背景框不显示，则可以将rgba中的alpha值设为0即可，例如rgba(0,0,0,0)*/
/*--------------------------end公用样式*/

body {
	background-color: #fff;
}
.w_1200 {
	width: 1200px;
	margin: 0 auto;
}
.w_870 {
	width: 870px;
}
.w_700 {
	width: 700px;
}
.w_430 {
	width: 430px;
}
.w_300 {
	width: 300px;
	min-height: 500px;
	padding-bottom: 50px;
}
.w_240 {
	width: 240px;
}
.footer_info h4 {
	padding-left: 3px;
}
.footer_dl .footer_info li p {
	line-height: 30px;
}
.min_1200 {
	margin: 0 auto;
	min-width: 1200px;
_width:expression((documentElement.clientWidth < 1200) ? "1200px" : "auto" );
}
.max_1200 {
	margin: 0 auto;
	max-width: 1200px;
_width:expression((documentElement.clientWidth > 1200) ? "1200px" : "auto" );
}
.phcolor {
	color: #bbb!important;
}
input::-webkit-input-placeholder {
color: #bbb;
}
input:focus::-webkit-input-placeholder {
color: #999;
}
input::-moz-placeholder {
color: #bbb;
}
input:-ms-input-placeholder {
color: #bbb;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
-webkit-appearance: none!important;
margin: 0;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
input[type="number"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
a {
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}
/**/
.header {
	height: 150px;
	font-size: 16px;
	background: -moz-linear-gradient(top, #e3dcd6, #fff 40%);
	background: -webkit-linear-gradient(top, #e3dcd6, #fff 40%);
	background: -o-linear-gradient(top, #e3dcd6, #fff 40%);
	background: -ms-linear-gradient(top, #e3dcd6, #fff 40%);
	background: linear-gradient(to bottom, #e3dcd6, #fff 40%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #e3dcd6, endColorstr = #fff);
}
.logo {
	padding: 25px 0 15px;
	display: block;
	border-bottom: 1px solid #d2d2d2;
}
.headnav {
	height: 60px;
	line-height: 60px;
	color: #ab5e32;
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav a {
	display: block;
	padding: 0 1.2em;
}
.nav li.on >a, .nav li.sel >a, .nav a:hover {
	color: #ab5e32;
}
.nav em {
	font-size: 10px;
	margin: 0 3px;
}
.nav dl {
	padding: 5px 0;
	position: absolute;
	z-index: 11;
	top: 59px;
	border: 1px solid #ccc;
	left: 50%;
	margin-left: -90px;
	width: 180px;
	text-align: center;
	background: #fff;
	display: none;
}
.nav dl a {
	padding: 0;
}
.nav dl a:hover {
	padding: 0;
	background: #f1eee7;
}
.nav dl::before, .nav dl::after {
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	margin-left: -10px;
	z-index: 1;
	width: 0;
	height: 0;
	font-size: 0;
	border: 10px solid transparent;
}
.nav dl::before {
	border-bottom-color: #ccc;
	top: -21px;
}
.nav dl::after {
	border-bottom-color: #fff;
	top: -20px;
}
.nav li.sel dl {
	display: block;
}
.searchbox {
	margin: 15px 0;
	padding: 0 5px;
	border: 1px solid #d7d7d7;
	background: #fff;
	overflow: hidden;
	font-size: 16px;
}
.searchtext {
	float: left;
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 130px;
	background: none;
	border: none;
	outline: none;
}
.searchbtn {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(css_res/search.png);
	background-position: center;
	background-repeat: no-repeat;
}
.middle {
	padding-bottom: 100px;
	background-color: #f0eee7;
	background-image: url(css_res/bg1.jpg);
	background-repeat: no-repeat;
	background-size: 1920px auto;
	background-position: top center;
}
/**/
.swbn {
	position: relative;
	clear: both;
	width: 100%;
	min-width: 1200px;
	height: 450px;
	overflow: hidden;
}
.swbn .bd, .swbn .bd li {
	height: 450px;
}
.swbn .bd li {
	position: relative;
	overflow: hidden;
}
.swbntext {
	position: absolute;
	right: 125px;
	top: 50%;
	margin-top: -150px;
	color: #fff;
	text-align: center;
	width: 300px;
	height: 300px;
	background: rgba(124,25,30,.8);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF7c191e, endcolorstr=#CF7c191e);
}
.bndec {
	padding: 30px;
}
.bndec p {
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 14px;
}
.swbnpage {
	margin-bottom: 20px;
}
.swbnpage .pageState {
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	margin: 0 5px;
}
.swbnpage a {
	width: 30px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center;
	vertical-align: middle;
}
.swbnpage a.prev {
	background-image: url(css_res/left.png);
}
.swbnpage a.next {
	background-image: url(css_res/right.png);
}
/**/
.ibn {
	position: relative;
	margin-bottom: 22px;
	height: 290px;
	width: 420px;
}
.ibn .bd a {
	position: relative;
	overflow: hidden;
	display: block;
	height: 290px;
}
.ibn .bd img {
	width: 100%;
	height: auto;
	display: block;
}
.ibn .bd .text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	background: rgba(0,0,0,.7);
	color: #fff;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF000000, endcolorstr=#CF000000);
}
.ibn .bd p {
	padding: 0 1em;
	line-height: 40px;
	font-size: 16px;
}
.ibn .hd {
	position: absolute;
	bottom: .7em;
	right: 0;
	width: 100%;
	display: block;
	z-index: 2;
	text-align: right;
}
.ibn .hd li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
	font-size: 0;
	display: inline-block;
	background: rgba(255,255,255,.7);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CFffffff, endcolorstr=#CFffffff);
}
.ibn .hd li.on {
	background: #d70812;
}
.ibn .btn {
	position: absolute;
	width: 30px;
	height: 60px;
	display: none;
	top: 50%;
	margin-top: -20px;
	background-color: rgba(0,0,0,.5);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF000000, endcolorstr=#CF000000);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center;
}
.ibn .btn.prev {
	left: 0;
	background-image: url(css_res/left.png);
}
.ibn .btn.next {
	right: 0;
	background-image: url(css_res/right.png);
}
.ibn .btn:active {
	background-color: rgba(215,8,18,.8);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CFd70812, endcolorstr=#CFd70812);
}
.ibn:hover .btn {
	display: block;
}
.profocus .btn {
	position: absolute;
	width: 20px;
	height: 40px;
	display: block;
	top: 50%;
	margin-top: -10px;
	background-color: rgba(0,0,0,.5);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF000000, endcolorstr=#CF000000);
	background-repeat: no-repeat;
	background-size: 15px auto;
	background-position: center;
}
.profocus .btn.prev {
	left: 0;
	background-image: url(css_res/left.png);
}
.profocus .btn.next {
	right: 0;
	background-image: url(css_res/right.png);
}
.profocus .btn:active {
	background-color: rgba(215,8,18,.8);
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CFd70812, endcolorstr=#CFd70812);
}
.profocus {
	position: relative;
	margin-top: 70px;
	width: 240px;
}
.profocus .bd a {
	position: relative;
	overflow: hidden;
	display: block;
}
.profocus .text {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #7c191e;
	font-weight: bold;
}
.profocus .hd {
	position: absolute;
	bottom: 35px;
	right: 0;
	width: 100%;
	display: block;
	z-index: 2;
	text-align: right;
}
.profocus .hd li {
	padding: 0 5px;
	height: 15px;
	line-height: 15px;
	border-radius: 2px;
	margin-right: 5px;
	font-size: 12px;
	display: inline-block;
	background: #fff;
}
.profocus .hd li.on {
	background: #7c191e;
	color: #fff;
}
/**/
.newsbox {
	border-top: 2px solid #7c191e;
}
.newsbox .w_430 {
	margin-right: 50px;
}
.w_430 >div {
	/* overflow: hidden; */
}
.boxmt {
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	margin: 30px 0 38px 0;
}
.boxmt a {
	display: block;
}
.rgt {
	width: 22px;
	height: 22px;
	background-image: url(css_res/rgt.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px auto;
	display: inline-block;
}
.newslist {
	overflow: hidden;
	margin-bottom: 28px;
}
.newsitem {
	border-bottom: 1px dashed #c8c8c8;
	line-height: 45px;
	font-size: 16px;
	color: #545454;
	position: relative;
}
.newsitem::before {
	position: absolute;
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 50%;
	background: #636262;
	content: '';
	left: 8px;
	top: 50%;
	margin-top: -2px;
	behavior: url(https://www.guet.edu.cn/xyb/css/js/pie.htc);
}
.newsitem a {
	display: block;
	padding: 0 0 0 20px;
}
.w_870 .newslist {
	margin-bottom: 0;
}
.w_870 .newsitem {
	line-height: 50px;
}
/**/
.endowtitle {
	position: relative;
	color: #fff;
	background: #7c191e;
	text-align: center;
	padding: 15px 0;
	height: 45px;
	font-size: 20px;
	line-height: 1.25;
}
.endowtitle::after {
	position: absolute;
	content: '';
	display: block;
	bottom: -24px;
	left: 50%;
	margin-left: -12px;
	z-index: 1;
	width: 0;
	height: 0;
	font-size: 0;
	border: 12px solid transparent;
	border-top-color: #7c191e;
}
.endowtitle div {
	display: inline-block;
	position: relative;
}
.endowtitle .right {
	position: absolute;
	top: 50%;
	right: -35px;
	margin-top: -15px;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(css_res/right.png);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.endowlist {
	background: #323641;
	text-align: center;
	padding: 6px 0 30px;
	line-height: 50px;
}
.endowitem a {
	color: #fff;
	display: block;
	font-size: 16px;
	position: relative;
}
.endowitem a::before {
	display: block;
	position: absolute;
	width: 120px;
	height: 1px;
	content: '';
	bottom: 0;
	left: 50%;
	margin-left: -60px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0), #fff, rgba(0,0,0,0));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), #fff, rgba(0,0,0,0) );
	background: -o-linear-gradient(left, rgba(0,0,0,0), #fff, rgba(0,0,0,0));
	background: -ms-linear-gradient(left, rgba(0,0,0,0), #fff, rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,0), #fff, rgba(0,0,0,0));
}
/**/
.footer {
	color: rgba(255,255,255,.55);
	background-color: #633c3c;
	padding: 30px 0 0 0;
}
.footer a {
	display: block;
	color: rgba(255,255,255,.55)
}
.footer a:hover {
	color: #fff;
}
.footer_dl {
	padding: 0 0 30px 0;
}
.footer_dl dt {
	width: 400px;
}
.footer_dl dt .d span {
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	text-align: center;
	width: 100px;
	color: rgba(255,255,255,.55)
}
.footer_dl dt .d .wechat_o {
	margin: 0 20px 0 0;
}
.footer_dl dt .d p {
	margin: 0 0 8px 0;
}
.footer_dl h4 {
	font-size: 16px;
	margin: 0 0 20px 0;
	color: #fff;
}
.footer_dl dd {
	padding-top: 20px;
    width: 300px !important;
}
.footer_dl dd li {
	font-size: 12px;
	float: left;
	width: 100px;
	margin-right: 10px;
}
.footer_dl dd li p {
	line-height: 36px;
}
.footer_dl .footer_info {
	width: 320px;
	margin-right: 54px;
    margin-left: 180px;
}
.footer_dl .footer_info li {
	width: 150px;
	margin-right: 10px;
}
.footer_logo {
	margin: -20px 0 30px;
}
.footer_info .tel::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(css_res/telphone.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 3px;
	vertical-align: middle;
}
.footer_info .email::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(css_res/email.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 3px;
	vertical-align: middle;
}
.footer_info .address::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(css_res/address.png);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 3px;
	vertical-align: middle;
}
/*文件底下*/
.footer_d {
	position: relative;
	background-color: #633c3c;
	color: rgba(255,255,255,.55);
	font-size: 13px;
	height: 60px;
	line-height: 60px;
}
.footer_d::before {
	display: block;
	position: absolute;
	width: 900px;
	height: 1px;
	content: '';
	top: 0;
	left: 50%;
	margin-left: -450px;
	background: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,.55), rgba(0,0,0,0));
	background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,.55), rgba(0,0,0,0) );
	background: -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,.55), rgba(0,0,0,0));
	background: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,.55), rgba(0,0,0,0));
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(255,255,255,.55), rgba(0,0,0,0));
}
.footer_d dd .china {
	font-style: normal;
	margin: 0 .8em;
}
.footer_d a {
	color: rgba(255,255,255,.55);
}
/**/
.titlebox {
	height: 60px;
	padding: 20px 0;
	background: #9f8574;
	color: #fff;
	font-size: 14px;
}
.titlebox h2 {
	font-size: 24px;
}
.site_th a {
	color: #fff;
}
.site_th em {
	margin: 0 3px;
	color: #fff;
}
.endowbtn {
	font-size: 18px;
	color: #fff;
	background: #7c191e;
	display: block;
	height: 50px;
	line-height: 50px;

	padding: 0 20px;
}
.endowbtn span {
	margin-left: 10px;
}
.endowbtn .right {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-image: url(css_res/right.png);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
}
/**/
.title {
	position: relative;
	color: #7c191e;
	text-align: center;
	font-size: 36px;
	line-height: 50px;
	padding: 35px 0;
}
.title::before {
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	background: -moz-linear-gradient(left, rgba(159,133,116,0), #9f8574, rgba(159,133,116,0));
	background: -webkit-linear-gradient(left, rgba(159,133,116,0), #9f8574, rgba(159,133,116,0) );
	background: -o-linear-gradient(left, rgba(159,133,116,0), #9f8574, rgba(159,133,116,0));
	background: -ms-linear-gradient(left, rgba(159,133,116,0), #9f8574, rgba(159,133,116,0));
	background: linear-gradient(to right, rgba(159,133,116,0), #9f8574, rgba(159,133,116,0));
}
.w_870 .title {
	color: #373132;
	font-size: 24px;
	padding: 20px 0;
}
.w_870 .r_newsbox {
	padding: 30px;
}
.w_700 .title {
	color: #373132;
	font-size: 24px;
	padding: 20px 0;
}
.al.title {
	text-align: left;
	padding-left: 1em;
}
.article {
	font-size: 15px;
}
.article p {
	line-height: 30px;
	/*margin-bottom: 25px;*/
	text-indent: 2em;
}
.article img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 6px auto;
}
.article_info {
	text-align: center;
	color: #666;
	font-size: 13px;
	margin: 30px 0;
}
.article_info span {
	margin: 0 20px;
}
/**/
.list_3 li {
	float: left;
	width: 33.3%;
}
.donatelist {
	overflow: hidden;
	width: 1260px;
*zoom: 1;
}
.donateitem .hover_pic {
	margin: 60px 60px 0 0;
}
.donateitem .text {
	margin: 20px 0 0;
}
.donateitem .pic {
	display: block;
	overflow: hidden;
}
.donateitem img {
	width: 100%;
	height: 200px;
}
.donateitem a {
	display: block;
	padding: 15px;
	font-size: 16px;
	color: #7c191e;
	font-weight: bold;
	text-align: center;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(0.4, #f0eee7));
	background: -webkit-linear-gradient(#fff, #f0eee7 40%);
	background: -moz-linear-gradient(#fff, #f0eee7 40%);
	background: -o-linear-gradient(#fff, #f0eee7 40%);
	background: linear-gradient(#fff, #f0eee7 40%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fff, endColorstr = #f0eee7);
}
.donateitem a:hover img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
}
/**/
.donatebox {
	margin-top: 50px;
}
.right_news {
	padding: 0 30px 30px;
	background: rgba(77,56,48,.1);
	overflow: auto;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CF4d3830, endcolorstr=#CF4d3830);
}
.activity {
	font-size: 15px;
	color: #545454;
}
.activity h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.activity .pic {
	margin-right: 10px;
}
.activity .pic a {
	display: block;
	padding: 10px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), color-stop(0.4, rgba(77,56,48,0)));
	background: -webkit-linear-gradient(#fff, rgba(77,56,48,0) 40%);
	background: -moz-linear-gradient(#fff, rgba(77,56,48,0) 40%);
	background: -o-linear-gradient(#fff, rgba(77,56,48,0) 40%);
	background: linear-gradient(#fff, rgba(77,56,48,0) 40%);
 filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fff, endColorstr = rgba(77,56,48,0));
}
.donate_table {
	line-height: 45px;
	font-size: 18px;
	color: #444;
	margin-top: 20px;
	border-bottom: 1px dashed #9f8574;
}
.donate_table .time {
	text-align: left;
}
.donate_table .info {
	text-align: center;
}
.donate_table .num {
	text-align: right;
	color: #7c191e;
	font-weight: bold;
}
.more {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	color: #712600;
	margin: 20px 0;
}
/*页码*/
.page {
	padding: 1em 0;
	margin: 2em 0 0 0;
	line-height: 30px;
	font-size: 13px;
	color: #666;
}
.page dt a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 5px;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #fff;
}
.page dt .func, .page dt .func:hover {
	cursor: default;
	color: #999;
	border: 1px solid #d8d3cc;
	background-color: #d8d3cc;
}
.page dt :hover {
	background-color: transparent;
	border-color: #7c191e;
	color: #7c191e;
}
.page dt .on {
	background-color: #7c191e;
	border: 1px solid #7c191e;
	color: #fff;
}
/**/

.type {
	background: -moz-linear-gradient(top, rgba(255,255,255,.4), #fff 20%, #f0eee7 );
	background: -webkit-linear-gradient(top, rgba(255,255,255,.4), #fff 20%, #f0eee7 );
	background: -o-linear-gradient(top, rgba(255,255,255,.4), #fff 20%, #f0eee7 );
	background: -ms-linear-gradient(top, rgba(255,255,255,.4), #fff 20%, #f0eee7 );
	background: linear-gradient(to bottom, rgba(255,255,255,.4), #fff 20%, #f0eee7 );
}
.typebox {
	padding: 30px 50px;
}
.typeitem {
	list-style: disc;
	line-height: 60px;
	font-size: 18px;
}
.typeitem.on a {
	color: #7c191e;
}
.pbox {
	text-align: center;
	margin-bottom: 40px;
}
.pbox .title {
	margin-bottom: 40px;
	color: #7d3410;
	display: inline-block;
	width: 500px;
}
.structure dl {
	position: relative;
}
.structure dl::after, .structurelist dd::before {
	display: block;
	margin: 0 auto 3px;
	content: '';
	width: 25px;
	height: 40px;
	background-image: url(css_res/arrow.png);
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.structure div:last-child dl::after {
	display: none;
}
.structurelist dl::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	width: 584px;
	height: 2px;
	display: block;
	content: '';
	background: #987663;
}
.structure dd {
	display: inline-block;
	width: 33%;
}
.structure a {
	display: block;
	width: 230px;
	height: 60px;
	margin: 0 auto;
	background: #987663;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
}
.structure a.hide2 {
	line-height: 30px;
}
.partybox {
	width: 860px;
	overflow: hidden;
*zoom: 1;
	text-align: center;
}
.partylist {
	width: 880px;
}
.partyitem {
	float: left;
	width: 25%;
	margin-bottom: 20px;
}
.partyitem a {
	display: block;
	margin-right: 20px;
	line-height: 55px;
	font-size: 16px;
	background: #f9f8f5;
}
/*-------star文字的样式*/
/*标题文字*/
.th {
	font-family: "Microsoft YaHei";
}
/*日期*/
.date {
	float: right;
	color: #999;
	font-family: Arial;
	font-weight: normal;
}
/*宋体*/
.china {
	font-family: "宋体";
}
.eng, .prit_r {
	font-family: Arial;
}
/*距离*/
.mt30 {
	margin-top: 30px!important;
}
.m_l {
	margin-left: 1em;
}
.m_l_b {
	margin-left: 2em;
}
.m_text {
	margin: 0 2em;
}
.mr_40 {
	margin-right: 40px;
}
.m_t {
	margin: 0 .5em;
}
.gray_text_l {
	color: #888;
}
.red_text {
	color: #7c191e;
}
.font_14 {
	font-size: 14px;
}
.font_20 {
	font-size: 20px;
}
.font_22 {
	font-size: 22px;
}
.font_24 {
	font-size: 24px;
}
.font_30 {
	font-size: 30px;
}
.font_34 {
	font-size: 34px;
}
.font_36 {
	font-size: 36px;
}
.font_w {
	font-weight: bold;
}
.orange_text, .gray_link:hover a {
	color: #ff6600;
}
.green_text, .green_link a {
	color: #6eb92b;
}
.green_link a:hover {
	background-color: #6eb92b;
	color: #fff;
}
.gray_link a {
	color: #999;
}
/*-------------------------star动画*/


/*---------------------------省略符号*/
/*省略号*/
.hide1 {
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hide2, .hide6, .hide4, .hide3 {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.hide2 {
	height: 3.2em;
	height: 3.2em\9;
	height: 3.2em\0;
}
.hide3 {
	-webkit-line-clamp: 3;
	height: 4.8em;
}
.hide6 {
	-webkit-line-clamp: 6;
	height: 9.6em;
}
.hide4 {
	-webkit-line-clamp: 4;
	height: 6.4em;
}
/*自适应*/
.r_cell {
	display: table-cell;
	width: 9999px;
*width:auto;
*zoom:1;
}
.pic_cell {
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	overflow: hidden;
}
.pic_cell img {
	max-width: 100%;
	max-height: 100%;
	width: 100%\9;
	width: 100%\0;
*width:100%;
	vertical-align: middle;
	overflow: hidden;
}
/*自定义动画*/
.transition_a {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.hover_pic a {
	position: relative;
	overflow: hidden;
	display: block;
}
.hover_pic a:before {
	position: absolute;
	z-index: 111;
	top: 0px;
	left: -80%;
	display: block;
	content: "";
	width: 40%;
	height: 100%;
	overflow: hidden;
	background: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0));
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), to(rgba(255,255,255,0)));
	background: linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.2) 50%, rgba(255,255,255,0));
	-moz-transform: skewX(-25deg);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover_pic a:hover:before {
	-moz-transition: left 1s ease 0s;
	-webkit-transition: left 1s ease 0s;
	transition: left 1s ease 0s;
	left: 140%;
}
/*---------------------------star滤镜的样式*/
/*圆角*/
.round_s {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.round_m, .round_m_a a {
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
}
.round_r, .round_img img {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
/*链接文件*/
.round_s, .round_r, .round_m, .round_img img, .ibn .hd li, .profocus .hd li {
	position: relative\9;
}


ul,li{
    padding:0;
    margin:0;
    list-style:none;}
.MMi1,.selected1,.parent1 {color: #ab5e32;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 2px;}
.selected2,.parent2 {color: #7c191e;}
.llcs2 span { margin:0;}
.dww {
    position: absolute;
    right: 0;
    top: 0;
}
.sou {
    height: 33px;
    float: right;
    background: url(common_res/sou.jpg) no-repeat;
    right: 350px;
    top: 42px;
}
#inav_sou {
    float: right;
    width: 200px;
    padding-top: 5px;
}
#inav_sou .keyword {
    width: 154px;
    height: 30px;
    vertical-align: top;
    float: left;
    margin-left: 9px;
}
#inav_sou input {
    border: 0px;
    background: transparent;
    margin-left: 0px;
    margin-top: -2px;
}
.gzh {
    min-width: 100px;
    float: left;
    margin-right: 30px;
}

.endowbox {
    margin-bottom: 163px;
}
.chuang1{width:380px;}
.chuang1-1{width:380px;}
.chuang2{width:380px;margin-left: -50px;margin-top: 60px;}
.chuang2-1{width:380px;margin-left: -50px;}
.chuang3{width:380px;margin-left: -100px;}
.chuang3-1{width:380px;margin-left: -100px;}






