@charset "utf-8";
/* 更新：2020-07-23 */
/* CSS Document */

/*全局*/
.page-bg {
	background: #f5f5f5;
}
.page-top {
	background: #333333;
	height: 40px;
	overflow: hidden;
	color: #ccc;
	font-size: 0.875em;
	line-height: 40px;
}
.page-top a {
	color: #ccc;
}
.page-top a:hover {
	text-decoration: underline;
}
.page-logo {
	line-height: 100px;
}
.page-logo img {
	width: auto;
	height: 70px;
}
.page-nav {
	position: relative;
	border-bottom: 1px solid #dddddd;
	box-shadow: 0px 2px 4px 0px rgba(8, 1, 3, 0.2);
	z-index: 9998;
	background-color: #ecdcc2;
}
.page-nav .nav {
	float: right;
}
.page-nav .nav .nLi {
	float: left;
	width: 100px;
	text-align: center;
}
.page-nav .nav .nLi span a {
	display: block;
	padding: 30px 0;
	font-size: 0.875em;
	font-weight: bold;
}
.page-nav .nav .nLi:hover span a{
	background: #f2f2f2;
	color: #B57900;
}
.page-nav .nav .nLi span a b {
	display: block;
	font-weight: normal;
}
.page-nav .nav .nLi .sub {
	background: #c89b40;
	width: 100%;
}
.page-nav .nav .nLi .sub a {
	display: block;
	line-height: 36px;
	color: #ffffff;
	font-size: 0.875em;
	text-align: center;
}
.page-nav .nav .nLi .sub li:hover {
	background: #B57900;
}
.page-banner img {
	width: 1180px;
	height: 260px;
}
.page-weizhi {
	border-bottom: 2px solid #cfa859;
	font-size: 0.75em;
	margin-top: 30px;
	position: relative;
}
.page-weizhi .weizhi {
	position: absolute;
	top: -8px;
	;
	right: 160px;
	background: #ffffff;
	padding: 0 10px;
}
.page-weizhi a {
	margin: 0 5px;
}
.page-weizhi a:hover {
	text-decoration: underline;
}
.page-f {
	display: inline-block;
}
.page-f li a {
	background: #ffffff;
}
.page-sub {
	padding-right: 50px;
}
.page-sub .con {
	background: #e6e6e6;
	padding-bottom: 100px;
}
.page-sub .con p {
	background: #c89b40;
	font-size: 1.25em;
	color: #ffffff;
	line-height: 2.2;
	padding-left: 30px;
	border-bottom: 1px solid #ffffff;
}
.page-sub .con a {
	display: block;
	border-bottom: 1px solid #cccccc;
	line-height: 40px;
	padding-left: 30px;
	font-size: 0.875em;
	position: relative;
}
.page-sub .con .on {
	background: #f5f5f5;
}
.page-sub .con .on span {
	display: block;
	width: 10px;
	height: 40px;
	background: #c89b40;
	position: absolute;
	top: 0;
	left: 0;
}
.page-sub .con a:hover {
	background: #c89b40;
	color: #ffffff;
}
.page-title {
	font-size: 1.5em;
	padding-top: 7px;
}
.page-con-box {
	padding: 0 40px;
}
.page-con-box-full {
	padding: 0 80px;
}
.page-con {
	padding: 50px 0;
}
.page-con .title {
	font-size: 1.5em;
	margin-bottom: 10px;
}
.page-con hr {
	border: 0;
	background-color: #d1c0a5;
	height: 1px;
}
.page-con .summary span {
	font-size: 0.75em;
	color: #808080;
	margin: 0 8px;
}
.page-con .con p {
	text-align: left;
	line-height: 1.8;
	font-size: 0.875em;
	margin-bottom: 10px;
}
.page-con .con img {
	margin-bottom: 10px;
	display: inline;
}
.page-footer {
	background: #333333;
}
.page-footer img {
	width: 100px;
	height: 110px;
}
.page-footer .con {
	padding-top: 22px;
}
.page-footer .con p {
	font-size: 0.75em;
	color: #f2f2f2;
	line-height: 2;
}
.page-footer .con p span {
	margin: 0 10px;
}
.page-footer .con a {
	color: #f2f2f2;
}
.page-footer .con a:hover {
	text-decoration: underline;
}
/*首页*/
.slideBox {
	width: 1180px;
	height: 400px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	bottom: 25px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 8px;
	width: 12px;
	height: 12px;
	background: url(../images/banner_q.png);
	cursor: pointer;
	font-size: 0;
}
.slideBox .hd ul li.on {
	background: url(../images/banner_y.png);
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd img {
	width: 1180px;
	height: 400px;
	display: block;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slide.png) -110px 0px no-repeat;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 0px;
}
.slideBox .prev:hover, .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.slideBox .prevStop {
	display: none;
}
.slideBox .nextStop {
	display: none;
}
.index-title-one span {
	font-size: 1.375em;
	padding: 5px 0;
	border-bottom: 4px solid #c89b40;
}
.index-title-one a {
	line-height: 60px;
	color: #666666;
	font-size: 0.9375em;
}
.index-title-one a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
}
.focus {
	width: 380px;
	height: 238px;
	position: relative;
}
.focus #pic {
	width: 380px;
	height: 238px;
	overflow: hidden;
}
.focus #pic ul {
	width: 380px;
	height: 238px;
	float: left;
}
.focus #pic li {
	width: 380px;
	height: 238px;
	float: left;
	position: relative;
}
.focus #pic li img {
	width: 380px;
	height: 238px;
	float: left;
}
.focus #pic li span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 320px;
	height: 40px;
	line-height: 40px;
	font-size: 0.875em;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.6);
	z-index: 10;
	padding: 0 20px;
}
.focus .btn {
	width: 64px;
	height: 40px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 14;
	overflow: hidden;
}
.focus .btn ul {
	width: 100%;
	float: left;
}
.focus .btn li {
	width: 30px;
	height: 40px;
	float: left;
	display: inline;
	margin-left: 2px;
	cursor: pointer;
	overflow: hidden;
	background: #c89b40;
	line-height: 40px;
	font-size: 2em;
	color: #ffffff;
}
.focus .btn li:hover {
	background: #B57900;
}
.focus #pic li:hover span {
	text-decoration: underline;
}
.index-tonggao {
	border-top: 1px solid #d1c0a5;
	border-bottom: 1px solid #d1c0a5;
	margin-top: 2px;
	height: 40px;
}
.index-tonggao .name {
	border-left: 1px solid #d1c0a5;
	width: 100px;
	height: 40px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
	overflow: hidden;
	background: #ffffff;
	margin-top: -1px;
	padding-left: 2px;
	color: #B57900;
}
.index-tonggao .name p {
	height: 40px;
	border: 1px solid #d1c0a5;
}
.m_wnews {
	zoom: 1;
	height: 40px;
	overflow: hidden;
	background: #ffffff;
	margin-top: -1px;
	position: relative;
}
.m_wnews .pagesize {
	background: #ffffff;
	height: 40px;
	width: 23px;
	overflow: hidden;
	padding: 0 2px;
}
.m_wnews .pagesize a {
	width: 19px;
	height: 19px;
	display: block;
	overflow: hidden;
	color: #d1c0a5;
	position: relative;
	font-size: 1.25em;
	text-align: center;
	border: 1px solid #d1c0a5;
}
.m_wnews .pagesize a.prev {
	margin-bottom: 2px;
}
.m_wnews .pagesize a.prev i {
	display: block;
	line-height: 16px;
}
.m_wnews .pagesize a.next i {
	display: block;
	line-height: 16px;
}
.m_wnews .pagesize a:hover {
	background: #d1c0a5;
	;
	color: #ffffff;
}
.m_wnews .box {
	border: 1px solid #d1c0a5;
	width: 955px;
	height: 40px;
	position: relative;
	margin-left: 2px;
}
.m_wnews .box .con {
	display: block;
	width: 955px;
	line-height: 38px;
	height: 38px;
	position: relative;
}
.m_wnews .box .con li {
	float: left;
}
.m_wnews .box .con .title {
	width: 880px;
	color: #B57900;
	padding: 0 20px;
}
.m_wnews .box .con .title i {
	margin-right: 20px;
	font-size: 25px;
	float: left;
	line-height: 38px;
	color: #B57900;
}
.m_wnews .box .con .time {
	width: 104px;
	font-size: 0.875em;
	text-align: center;
	color: #999999;
	position: absolute;
	top: 0;
	right: 0;
}
.m_wnews .box .con:hover .title {
	color: #d1c0a5;
}
.m_wnews-right {
	border-right: 1px solid #d1c0a5;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	background: #ffffff;
	margin-top: -1px;
	padding-right: 2px;
	color: #d1c0a5;
}
.m_wnews-right a {
	display: block;
	height: 40px;
	border: 1px solid #d1c0a5;
	font-size: 0.875em;
	color: #a0a0a0;
}
.index-news {
	padding-right: 20px;
}
.index-news .news .con {
	display: block;
	border-bottom: 1px solid #d1c0a5;
	padding-bottom: 15px;
	margin-bottom: 28px;
}
.index-news .news .con li {
	float: left;
}
.index-news .news .con li .riqi {
	width: 60px;
	height: 60px;
	border: 4px solid #d1c0a5;
	color: #d1c0a5;
	font-size: 3.25em;
	line-height: 1;
	position: relative;
	margin-bottom: 5px;
}
.index-news .news .con li .riqi span {
	font-size: 0.3em;
	color: #666666;
}
.index-news .news .con li .riqi i {
	margin-left: -3px;
}
.index-news .news .con li .riqi .yue {
	position: absolute;
	top: 7px;
	left: 6px;
}
.index-news .news .con li .riqi .ri {
	position: absolute;
	bottom: 7px;
	right: 6px;
}
.index-news .news .con .text {
	width: 580px;
	margin-left: 18px;
}
.index-news .news .con .text p {
	font-size: 0.75em;
	line-height: 1.8;
	color: #666666;
}
.index-news .news .con .text .title {
	font-size: 0.875em;
	line-height: 1;
	margin-bottom: 8px;
	color: #000000;
}
.index-news .news .con .text .title b {
	font-weight: normal;
	color: #c89b40;
	margin-left: -6px;
}
.index-news .news .con:hover .title span {
	text-decoration: underline;
	color: #c89b40;
}
.index-title-two {
	height: 40px;
	background: url(../images/xx_bg.png)
}
.index-title-two li {
	padding-right: 10px;
}
.index-title-two span {
	line-height: 40px;
	font-size: 1.375em;
}
.index-title-two a {
	line-height: 40px;
	font-size: 0.9375em;
	color: #666666
}
.index-title-two a:hover {
	color: #000000;
	border-bottom: 1px solid #000000
}
.index-title-tongzhi {
	padding: 0 20px 0 50px;
	position: relative;
}
.index-title-tongzhi img {
	width: 44px;
	height: 59px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.index-tongzhi, .index-xiazai {
	padding: 8px 0;
	width: 100%;
}
.index-tongzhi .con, .index-xiazai .con {
	display: block;
	width: 100%;
}
.index-tongzhi .con p, .index-xiazai p {
	float: left;
	color: #333333;
	margin-top: 12px;
	font-size: 0.875em;
	line-height: 1.8;
}
.index-tongzhi .con .title, .index-xiazai .title {
	width: 75%;
}
.index-tongzhi .con .sj, .index-xiazai .sj {
	width: 25%;
	color: #c89b40;
	float: right;
	text-align: right;
}
.index-tongzhi .con:hover .title, .index-xiazai .con:hover .title {
	color: #c89b40;
	text-decoration: underline;
}
.index-list-tongzhi {
	padding-right: 20px;
}
.index-list-xiazai .index-title-two a {
	display: inline-block;
	padding: 0 10px;
}
.index-list-xiazai .index-title-two a:hover {
	background: #c89b40;
	color: #ffffff;
	border-bottom: none;
}
.index-phone .index-title-two, .index-email .index-title-two {
	padding-left: 10px;
	position: relative;
}
.index-phone .title li, .index-email .title li {
	font-weight: bold;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.index-phone .title li .tp, .index-email .title li .tp {
	font-size: 1.875em;
	line-height: 40px;
	color: #c89b40;
}
.index-phone .jt {
	width: 77px;
	height: 54px;
	position: absolute;
	right: 0;
	bottom: -6px;
}
.index-phone .con {
	width: 100%;
	height: 110px;
	background: #f2f2f2;
	font-size: 0.875em;
	line-height: 1.6;
	padding-top: 10px;
}
.index-email .dj {
	width: 107px;
	height: 53px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.index-email .con {
	width: 100%;
	height: 40px;
	background: #f2f2f2;
	font-size: 0.875em;
	line-height: 1.6;
	padding-top: 10px;
}
.index-friendlink {
	background: #f2f2f2;
}
.index-friendlink .title {
	border-bottom: 4px solid #cccccc;
	position: relative;
	height: 50px;
	margin-bottom: 15px;
}
.index-friendlink .title span {
	border-bottom: 4px solid #c89b40;
	position: absolute;
	bottom: -4px;
	left: 0;
	font-size: 1em;
	line-height: 1.5;
}
.index-friendlink .picMarquee-left {
	width: 1180px;
	overflow: hidden;
	position: relative;
}
.index-friendlink .picMarquee-left .bd ul {
	overflow: hidden;

	zoom: 1;
}
.index-friendlink .picMarquee-left .bd ul li {
	margin: 0 6px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.index-friendlink .picMarquee-left .bd ul li .pic {
	text-align: center;
}
.index-friendlink .picMarquee-left .bd ul li .pic img {
	width: 120px;
	height: 40px;
}
.index-friendlink .picMarquee-left .bd ul li .text a {
	width: 120px;
	display: block;
	font-size: 0.75em;
	padding-top: 5px;
}
.index-friendlink .picMarquee-left .bd li:hover img {
	border: 1px solid #cccccc;
}
.index-friendlink .picMarquee-left .bd li:hover .text a {
	color: #c89b40;
}
.xitong {
	padding: 15px 0px;
	border-radius: 5px;
}
.xitong a {
	display: block;
	height: 50px;
	border-radius: 5px;
	font-size: 1em;
	position: relative;
}
.xitong a p {
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	z-index: 1;
}
.xitong a i {
	margin-right: 8px;
}
.xitong a span {
	position: absolute;
	width: 50px;
	height: 4px;
	background: #000000;
	top: 0;
	left: 50%;
	margin-left: -25px;
	z-index: 0;
}
.xitong a:hover span {
	top: 0;
	left: 25px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	opacity: 0.3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.xitong a:hover {
	color: #ffffff;
}
/* 底部4 */
.page-footer4 {
	background-color: #333;
	color: #ffffff;
	font-size: 0.875em;
	padding-top: 40px;
	padding-bottom: 30px;
}
.page-footer4 li span {
	margin-right: 10px;
	line-height: 2;
}
.page-footer4 li a {
	color: #fff;
}
.page-footer4 li a:hover {
	text-decoration: underline;
}
.page-footer4 .qrcode {
	float: right;
}
.page-footer4 .qrcode li {
	text-align: center;
	float: left;
	margin-left: 40px;
	width: 100px;
}
.page-footer4 .qrcode li img {
	height: 100px;
}
.page-footer4 .qrcode li .text {
	font-size: 0.875em;
	margin-top: 10px;
}
/*教育教学*/
.list-zhuanye-photo a {
	display: block;
	float: left;
	position: relative;
}
.list-zhuanye-photo a img {
	width: 590px;
	height: 300px;
}
.list-zhuanye-photo a .title {
	position: absolute;
	left: 0;
	top: 0;
	width: 590px;
	height: 300px;
	color: #ffffff;
}
.list-zhuanye-photo .on .title {
	background: rgba(200, 155, 64, 0.6);
}
.list-zhuanye-photo .yinyue p {
	position: absolute;
	right: 100px;
	top: 110px;
}
.list-zhuanye-photo .yinyue p b {
	font-size: 2.5em;
	font-weight: normal;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 3px;
}
.list-zhuanye-photo .yinyue p span {
	display: block;
	font-size: 1.125em;
}
.list-zhuanye-photo .wudao p {
	position: absolute;
	left: 100px;
	top: 110px;
}
.list-zhuanye-photo .wudao p b {
	font-size: 2.5em;
	font-weight: normal;
	border-bottom: 2px solid #ffffff;
	padding-bottom: 3px;
}
.list-zhuanye-photo .wudao p span {
	display: block;
	font-size: 1.125em;
	letter-spacing: 2px;
}
.list-zhuanye-photo a:hover .title {
	background: rgba(200, 155, 64, 0.8);
}
.list-zhuanye-title {
	padding: 0 180px;
}
.list-zhuanye-title span {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
}
.list-zhuanye-title .js span {
	background: url(../images/js_bg.png);
}
.list-zhuanye-title .jx span {
	background: url(../images/jx_bg.png);
}
.list-zhuanye-title .kc span {
	background: url(../images/kc_bg.png);
}
.list-zhuanye-title .sj span {
	background: url(../images/sj_bg.png);
}
.list-zhuanye-title p {
	padding-top: 5px;
	font-size: 1.5em;
	color: #808080;
}
.list-zhuanye-title .js:hover span, .list-zhuanye-title .on .js span {
	background: url(../images/js_bj.png);
}
.list-zhuanye-title .jx:hover span, .list-zhuanye-title .on .jx span {
	background: url(../images/jx_bj.png);
}
.list-zhuanye-title .kc:hover span, .list-zhuanye-title .on .kc span {
	background: url(../images/kc_bj.png);
}
.list-zhuanye-title .sj:hover span, .list-zhuanye-title .on .sj span {
	background: url(../images/sj_bj.png);
}
.list-zhuanye-title .js:hover p, .list-zhuanye-title .on .js p {
	color: #464d55;
}
.list-zhuanye-title .jx:hover p, .list-zhuanye-title .on .jx p {
	color: #dfab42;
}
.list-zhuanye-title .kc:hover p, .list-zhuanye-title .on .kc p {
	color: #fe856a;
}
.list-zhuanye-title .sj:hover p, .list-zhuanye-title .on .sj p {
	color: #c490bf;
}
.list-zhuanye {
	padding: 40px;
	background: #f2f2f2;
}
.list-zhuanye .con {
	display: block;
	padding: 10px 0;
}
.list-zhuanye .con li {
	float: left;
}
.list-zhuanye .con .pic {
	width: 112px;
	height: 70px;
	margin-right: 20px;
}
.list-zhuanye .con .pic img {
	width: 112px;
	height: 70px;
}
.list-zhuanye .con .text {
	width: 400px;
}
.list-zhuanye .con .text p {
	font-size: 0.875em;
	color: #666666;
	line-height: 2;
}
.list-zhuanye .con .text .title {
	font-size: 0.875em;
	font-weight: bold;
}
.list-shijian .con {
	border-bottom: 1px solid #c490bf;
	border-top: 1px solid #c490bf;
}
.list-shijian .con:hover {
	background: #e0e1e2;
}
.list-shijian .page-f li {
	border: 1px solid #c490bf;
}
.list-shijian .page-f li a {
	color: #c490bf;
}
.list-shijian .page-f li a:hover, .list-shijian .page-f .c {
	background: #c490bf;
	color: #ffffff;
}
.list-shijian .con .text p.title {
	color: #c490bf;
}
.list-kecheng .con {
	border-bottom: 1px solid #fe856a;
	border-top: 1px solid #fe856a;
}
.list-kecheng .con:hover {
	background: #f4ebd6;
}
.list-kecheng .page-f li {
	border: 1px solid #fe856a;
}
.list-kecheng .page-f li a {
	color: #fe856a;
}
.list-kecheng .page-f li a:hover, .list-kecheng .page-f .c {
	background: #fe856a;
	color: #ffffff;
}
.list-kecheng .con .text p.title {
	color: #fe856a;
}
.list-jiaoxue {
	padding: 40px 30px;
	background: #f2f2f2;
}
.list-jiaoxue .con {
	padding: 0 10px;
}
.list-renwu .con li {
	float: left;
	height: 280px;
	overflow: hidden;
}
.list-renwu .con .pic img {
	width: 200px;
	height: 280px;
	margin-right: 10px;
}
.list-renwu .con .text {
	width: 320px;
	position: relative;
}
.list-renwu .con .text dt {
	font-size: 1.25em;
}
.list-renwu .con .text dd {
	font-size: 0.875em;
}
.list-renwu .con .text dd a {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #dfab42;
	line-height: 1;
	border-bottom: 1px solid transparent;
}
.list-renwu .con .text dd a:hover {
	border-bottom: 1px solid #dfab42;
}
.list-renwu .page-f li {
	border: 1px solid #dfab42;
}
.list-renwu .page-f li a {
	color: #dfab42;
}
.list-renwu .page-f li a:hover, .list-renwu .page-f .c {
	background: #dfab42;
	color: #ffffff;
}
.list-jieshao {
	padding: 40px 80px;
	background: #f2f2f2;
}
.list-jieshao .title {
	font-size: 1.5em;
}
.list-jieshao .text {
	font-size: 0.875em;
	line-height: 1.8;
}
.list-jieshao .con p {
	margin-bottom: 10px;
}
.list-jieshao .con img {
	width: 1120;
	margin-bottom: 10px;
}
/*科研信息，科研信息内页*/
.list-keyan .index-news {
	padding: 0;
}
.list-keyan .index-news .news .con .text {
	width: 800px;
}
.list-keyan .page-f li {
	border: 1px solid #c89b40;
}
.list-keyan .page-f li a {
	color: #c89b40;
}
.list-keyan .page-f li a:hover, .list-keyan .page-f .c {
	background: #c89b40;
	color: #ffffff;
}
/*组织结构*/
.list-zuzhi img {
	width: 880px;
}
/*领导团队*/
.list-lingdao .list-renwu .con .text {
	width: 200px;
}
/*艺术实践*/
.list-con .con a {
	display: block;
	border-bottom: 1px solid #d1c0a5;
	margin-bottom: 25px;
}
.list-con .con a li {
	float: left;
	margin-bottom: 20px;
}
.list-con .con a .pic img {
	width: 320px;
	margin-right: 20px;
	margin-bottom: 5px;
}
.list-con .con a .text {
	width: 540px;
	min-height: 200px;
}
.list-con .con a .text .title p {
	font-size: 1.25em;
	color: #c89b40;
	line-height: 1;
}
.list-con .con a .text .title span {
	font-size: 0.875em;
	color: #808080;
}
.list-con .con a .text p {
	font-size: 0.875em;
	color: #1a1a1a;
	line-height: 1.7;
}
.list-con .con a:hover .text p {
	color: #c89b40;
}
.list-con .page-f li {
	border: 1px solid #c89b40;
}
.list-con .page-f li a {
	color: #c89b40;
}
.list-con .page-f li a:hover, .list-con .page-f .c {
	background: #c89b40;
	color: #ffffff;
}
.list-xiazai {
	font-size: 0.875em;
	line-height: 40px;
	border-bottom: 1px #eee solid;
}
.list-xiazai li a {
	color: #c89b40;
}
.list-xiazai li a:hover {
	text-decoration: underline;
}
.list-xiazai:hover {
	color: #c89b40;
}


.wp_entry img {
    max-width: 100%;
    _width: :expression(this.width>640?"640px":this.width+"px");
    width: auto;
    height: auto;
}
.wp_entry {
    width: 100%;
    line-height: 2;
    font-size: inherit;
    color: inherit;
    overflow: hidden;
}






