@charset "utf-8";

/* CSS Document */

* {
	margin: 0 auto;
	padding: 0px;
}

body {
	font-size: 12px;
	font-family: '宋体';
	background-color: #f5f5f5;
	color: #191919;
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/body_bg.png) repeat 0 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol,
ul {
	list-style: none;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
textarea {
	outline: none;
}

input {
	vertical-align: middle;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	border: none;
}

.dashed {
	border-bottom: 1px dashed #d7d7d7;
	height: 1px;
	width: 100%;
}

.solid {
	border-bottom: 1px solid #d7d7d7;
	height: 1px;
	width: 100%;
}

.dotted {
	border-bottom: 1px dotted #d7d7d7;
	height: 1px;
	width: 100%;
}

.border-none {
	border-bottom: none;
}

.ml-5 {
	margin-left: 5px;
}

.ml-10 {
	margin-left: 10px;
}

.mr-5 {
	margin-right: 5px;
}

.mr-10 {
	margin-right: 10px;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.font-12 {
	font-size: 12px;
	font-family: '宋体';
}

.font-14 {
	font-size: 14px;
}

.font-16 {
	font-size: 16px;
}

.font-18 {
	font-size: 18px;
}

.font-b {
	font-weight: bold;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.hidden {
	display: none;
}


/*--顶部--*/

.top {
	height: 35px;
	line-height: 35px;
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/top-bg.png) repeat-x top;
	border-bottom: 1px solid #e9e9e9;
	color: #333;
}

.top-con {
	width: 1002px;
	font-size: 12px;
}

.top-left {
	float: left;
	font-size: 12px;
	height: 35px;
	line-height: 35px;
}

.em-date {
	width: 16px;
	height: 16px;
	display: inline-block;
	float: left;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 10px 2px 0px 0px;
}

.top-ul {
	font-size: 12px;
	float: right;
}

.top-ul li {
	display: inline-block;
	float: left;
	margin: 0px 2px;
	color: #333;
}

.top-ul li a {
	color: #333;
}

.top-ul li a:hover {
	color: #b6aa92;
}


/*--头部--*/

.header {
	margin: 5px 0px;
}

.header-con {
	width: 1002px;
	text-align: center;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.default-logo {
	max-height: 180px;
	max-width: 300px;
	float: left;
}

.default-logo img {
	vertical-align: middle;
	max-width: 290px;
	max-height: 170px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.header-adTop {
	float: right;
	max-width: 690px;
	overflow: hidden;
	max-height: 170px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.header-adTop img {
	max-width: 690px;
	max-height: 160px;
	overflow: hidden;
}


/*古色古香的模板背景*/

.header-bg {
	/*position: absolute;right: 0; top: 5px; z-index: 1; background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/header_bg.png) no-repeat 0 0; width: 420px; height: 175px;*/
}

.nav-ul {
	float: left;
	width: 680px;
	margin: 25px 0px 0px 20px;
}

.nav-ul>li {
	width: 100px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	float: left;
	text-align: center;
}

.nav-ul>li>a {
	font-weight: bold;
	font-size: 14px;
	display: block;
	height: 38px;
	line-height: 38px;
}

.nav-ul>li:hover {
	background-color: #d7d7d7;
}

.nav-ul-2 {
	height: 30px;
	line-height: 30px;
}

.nav-ul-2 li {
	float: left;
	display: inline-block;
	float: left;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
}


/*广告*/

.adv {
	position: relative;
}

.adv-con {
	width: 1002px;
}

.adv-span {
	position: absolute;
	top: 200px;
	text-align: center;
	width: 1002px;
}

.adv-span span {
	display: inline-block;
	margin: 0px 5px;
	width: 30px;
	height: 3px;
	background-color: #f1f1f1;
	cursor: pointer;
}

.adv-span span:hover {
	background-color: #bc6f0d;
}

.adv-span span.span-selected {
	background-color: #bc6f0d;
}

.adv-con img {
	width: 1002px;
	height: auto;
}

.adv-img {
	float: left;
	width: 1002px;
}

.adv-img img {
	width: 1002px;
	height: auto;
	margin-bottom: 10px;
}

.adv-middel {
	float: left;
	width: 740px;
}

.adv-middel img {
	width: 740px;
	height: auto;
	margin-bottom: 10px;
}

.adv-side {
	float: right;
	width: 250px;
}

.adv-side img {
	width: 250px;
	height: auto;
	margin-bottom: 10px;
}

.adv-bottom {
	width: 1000px;
	float: left;
}

.adv-bottom img {
	width: 1000px;
	height: auto;
	max-width: 1002px!important;
	margin-top: 10px;
}


/*--布局--*/

.content {
	width: 1002px;
}

.con {
	width: 738px;
	float: left;
	border: 1px solid #d7d7d7;
	float: left;
	background-color: #fff;
}

.con-left363 {
	width: 363px;
	float: left;
	border: 1px solid #d7d7d7;
	float: left;
	background-color: #fff;
	height: 230px;
	overflow: hidden;
}

.sidebar-div {
	width: 198px;
	border: 1px solid #d7d7d7;
	float: left;
	background-color: #fff;
	height: 248px;
	margin-bottom: 10px;
}

.con-div {
	width: 418px;
	border: 1px solid #d7d7d7;
	float: left;
	background-color: #fff;
	/* height: 256px; */
	margin-bottom: 10px;
}

.right-div {
	width: 250px;
	border: 1px solid #d7d7d7;
	float: left;
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
}

.con-left {
	float: left;
	width: 750px;
}

.con-right {
	float: left;
	width: 252px;
}

.con-1000 {
	width: 1000px;
	border: 1px solid #d7d7d7;
	float: left;
	background-color: #fff;
}

.con-745 {
	width: 745px;
	border: 1px solid #d7d7d7;
	float: left;
	background-color: #fff;
}

.con-738 {
	width: 738px;
	border: 1px solid #d7d7d7;
	float: left;
	background-color: #fff;
	margin-bottom: 10px;
}

.con_top {
	width: 1002px;
	float: left;
}

.con-center {
	width: 1002px;
	height: auto;
	float: left;
}


/*--底部--*/

.footer {}

.footer-con {
	width: 1002px;
	border-top: 2px solid #5e4f3c;
	background-color: #ededed;
	height: 100px;
	margin-top: 10px;
}

.footer-left {
	width: 100%;
	float: left;
	margin-top: 10px;
}


/*--底部--*/

.footer-ul {
	float: left;
}

.footer-ul li {
	float: left;
	margin-left: 10px;
	margin-bottom: 8px;
}

.footer-ul li a {
	display: inline-block;
	width: 155px;
	height: 60px;
	border: 1px solid #dbdbdb;
}

.footer-ul li a img {
	width: 120px;
	height: 40px;
	border: 0;
}

.footer-ul li a:hover {
	border: 1px solid #e4981a;
}

.footer-ul li a {
	width: 133px;
	height: 40px;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
}

.footer-ul select {
	margin: 2px 0 10px 8px !important;
	height: 35px;
	line-height: 35px;
	width: 157px;
	border: 1px solid #d7d7d7;
	outline: none;
}

.footer-nav {
	text-align: center;
	width: 100%;
}

.footer-nav ul {
	margin-top: 10px;
	float: left;
	text-align: center;
	width: 100%;
	border-top: 2px solid #bc6f0d;
	padding-top: 10px;
	padding-bottom: 5px;
}

.footer-nav ul li {
	font-size: 12px;
	display: inline-block;
	margin: 0px 5px;
}

.footer-nav ul li a {
	color: #333;
}

.footer-nav ul li a:hover {
	color: #bc6f0d;
}

.footer-right {
	text-align: center;
}

.footer-right ul {
	margin: 20px 0px;
}

.footer-right ul li {
	font-size: 14px;
	color: #5e4f3c;
	display: inline-block;
	margin: 0px 5px;
}

.footer-right ul li a {
	color: #5e4f3c;
}

.footer-right ul li a:hover {
	border-bottom: 1px solid #5e4f3c;
}

.footer-font {
	font-size: 12px;
	color: #ababab;
	line-height: 24px;
	margin-top: 5px;
}

.footer-font font {
	display: block;
}

.footer_boder {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/footer_border.png) no-repeat 0 0;
	width: 1005px;
	height: 1px;
	float: left;
}

.search-width {
	width: 250px;
	height: 37px;
}

.list-ul-1 {
	font-size: 12px;
	padding: 3px 0px;
}

.list-ul-1 li {
	border-bottom: 1px dotted #d7d7d7;
	padding: 4px 10px;
}

.list-ul-1 li a {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	width: 178px;
}

.list-ul-1 li em {
	display: block;
	color: #adadad;
	height: 14px;
	line-height: 14px;
}


/*--幻灯--*/

.slide-show {
	width: 200px;
	height: 120px;
	position: relative;
	float: left;
	margin: 6px 10px 0px 10px;
}

.slide-page {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.slide-page li {
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-left: 2px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background-color: #4a5052;
}

.slide-page li a {
	color: #9e9e9e;
}

.slide-page .slide-selected,
.slide-page li:hover {
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: 0 -50px;
}

.slide-page .slide-selected a,
.slide-page li:hover a {
	color: #fff;
}

.list-ul-2 {
	float: left;
	width: 510px;
	margin: 2px 10px 0px 10px;
}

.list-ul-2 li {
	height: 25px;
	line-height: 25px;
}

.list-ul-2 li i {
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 12px;
	margin-left: 2px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: -50px -50px;
	color: #868e90;
	margin-top: 6px;
	margin-right: 3px;
}

.list-ul-2 li:hover i {
	background-position: 0 -50px;
	color: #fff;
}

.list-ul-2 li a {
	float: left;
}

.list-ul-2 li em {
	float: right;
}

.list-ul-2 li:hover em {
	color: #bc6f0d;
}

.list-ul-3 {
	float: left;
	margin: 0px 10px;
	width: 230px;
	padding-bottom: 5px;
}

.list-ul-3 li {
	line-height: 26px;
	float: left;
	width: 100%;
}

.list-ul-3 li a {
	float: left;
	width: 100%;
	height: 26px;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list-ul-3 li a:hover {
	color: #bc6f0d;
}

.list-ul-3 li em {
	float: right;
}

.list-ul-3 li:hover em {
	color: #bc6f0d;
}

.login-con {
	width: 250px;
	height: 40px;
	line-height: 40px;
	float: left;
}

.login-con .login-text-span {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin-left: 10px;
	color: #777;
	font-weight: bold;
	text-align: right;
}

.login-con .user-text {
	background-position: 0 -348px;
}

.login-con .password-text {
	background-position: 0 -415px;
}

.login-con .login-text {
	width: 180px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d7d7d7;
	margin: 1px 0px 0px 2px;
	background: none;
	font-size: 14px;
	text-indent: 5px;
}

.login-con .login-text:hover {
	border: 1px solid #e3a711;
}

.login-con .font-tips {
	font-size: 12px;
	color: #d66c58;
	margin-left: 5px;
}

.login-con .font-tips1 {
	font-size: 12px;
	color: #adadad;
	margin-left: 5px;
	cursor: pointer;
}

.login-button {
	margin-left: 30px;
	margin-top: 20px;
	display: block;
	float: left;
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

.login-button:hover {
	background-position: 0px -200px;
	color: #fff;
}

.font-tips2 {
	font-size: 12px;
	font-weight: bold;
	color: #adadad;
	margin-left: 5px;
	display: inline-block;
	float: left;
	margin-top: 30px;
}

.font-tips2:hover {
	color: #333;
}

.con-349 {
	width: 349px;
	float: left;
	margin: 10px;
}

.title-2 {
	border-bottom: 2px solid #d7d7d7;
	height: 25px;
	line-height: 25px;
	float: left;
	width: 100%;
}

.title-span2 {
	display: block;
	float: left;
	border-bottom: 2px solid #b9150b;
	color: #b9150b;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	font-weight: bold;
}

.title-3 {
	float: right;
}

.title-3 a {
	display: block;
	float: right;
	font-size: 12px;
	color: #2a3133;
	height: 22px;
	line-height: 22px;
	padding: 0px 5px;
}

.title-3 a:hover {
	color: #b9150b;
}

.title-3 .a-se {
	background-color: #b9150b;
	color: #fff;
}

.title-3 .a-se:hover {
	color: #fff;
}

.list-ul-4 {
	float: left;
	width: 100%;
}

.list-ul-4 li {
	height: 26px;
	line-height: 26px;
	overflow: hidden
}

.list-ul-4 li a {
	float: left;
	width: 100%;
}

.list-ul-4 li a:hover {
	color: #bc6f0d;
}

.list-ul-4 li a span {
	display: inline-block;
	width: 300px;
	height: 26px;
	text-indent: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list-ul-4 li a em {
	display: inline-block;
	margin: 0 10px;
}

.a-mk {
	display: block;
	float: left;
	width: 114px;
	height: 103px;
	margin: 0px 2px 2px 0px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 103px;
}

.a-mk:hover {
	color: #fff;
}

.mk-1 {
	background-color: #2fb1be;
}

.mk-2 {
	background-color: #8bba30;
}

.mk-3 {
	background-color: #bea881;
}

.mk-4 {
	background-color: #ef3a5b;
}

.mk-5 {
	background-color: #85a9c3;
}

.mk-6 {
	background-color: #04acad;
}

.mk-7 {
	background-color: #ebb741;
}

.mk-8 {
	background-color: #f2854c;
}

.mk-9 {
	background-color: #385e82;
}

.con-dl {
	width: 349px;
	float: left;
	margin: 10px;
}

.con-dl dt {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 5px;
}

.con-dl dd {
	font-size: 12px;
	line-height: 20px;
}

.con-dl dd .dd-title {
	font-size: 14px;
	line-height: 18px;
	display: block;
}

.con-dl dd .dd-title:hover {
	color: #bc6f0d;
}

.con-dl dd .a-more {
	color: #59adda;
}

.con-dl2 {
	width: 200px;
	height: 50px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: 0 -500px;
	margin-top: 10px;
	float: left;
	margin-left: 25px;
}

.con-dl2 dt {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
}

.con-dl2 dt img {
	border-radius: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url(../PIE.htc);
}

.con-dl2 dd {
	font-size: 16px;
	font-weight: bold;
	color: #a7a7a7;
	line-height: 50px;
	margin-left: 10px;
}

.con-dl2 dd a {
	display: block;
	color: #a7a7a7;
}

.k-dl {
	width: 72px;
	margin-left: 8px;
	margin-top: 10px;
	float: left;
	position: relative;
}

.k-dl dt {
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
}

.k-dl dd {
	width: 71px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 51px;
	left: 0px;
	background-color: #e3b509;
	opacity: 0.8;
	display: none;
}

.k-dl dd a {
	color: #fff;
}

.k-dl:hover dd {
	display: block;
}

.k-dl:hover dt {
	border: 1px solid #e3b509;
}

.k-dl:hover dd a {
	color: #fff;
}

.span-title {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: block;
	line-height: 22px;
	margin: 0px 10px;
}

.tp-ul {
	background-color: #f3f3f3;
	border: 1px solid #d7d7d7;
	width: 230px;
	height: 180px;
	padding: 10px 0px;
	margin-top: 5px;
}

.tp-ul li {
	line-height: 30px;
	display: block;
	width: 100%;
	float: left;
}

.tp-ul li .tp-radio {
	float: left;
	margin: 8px 4px 0px 20px;
}

.tp-ul li .tp-label {
	float: left;
	cursor: pointer;
}

.tp-ul li .tp-label:hover {
	color: #bc6f0d;
}

.tp-button1 {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: 0 -250px;
}

.tp-button1:hover {
	background-position: 0px -300px;
	color: #fff;
}

.tp-button1-d {
	background-position: 0px -350px;
	color: #191919;
}

.tp-button1-d:hover {
	background-position: 0px -350px;
	color: #191919;
}

.tp-button2 {
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	text-align: left;
	text-indent: 40px;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: 0px -400px;
}

.tp-button2:hover {
	background-position: 0px -450px;
	color: #191919;
}

.tp-button3 {
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #333;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: -100px -350px;
}

.tp-button3:hover {
	background-position: -200px -350px;
	color: #333;
}

.con-dl3 {
	width: 100%;
	margin: 5px 0px;
	float: left;
}

.con-dl3 dt {
	width: 90px;
	height: 60px;
	margin: 0px 3px;
	float: left;
}

.con-dl3 dd {
	float: left;
	width: 152px;
	margin-left: 2px;
	line-height: 20px;
}

.con-dl3 dd span,
.con-dl3 font {
	display: block;
	font-size: 14px;
}

.con-dl3 dd span {
	font-weight: bold;
}

.con-dl3 dd a {
	color: #59adda;
}

.con-dl3 dd a:hover {
	color: #b9150b
}

.img-ul {
	width: 738px;
	float: left;
	height: 150px;
	overflow: hidden;
}

.img-ul li {
	width: 173px;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
	display: inline-block;
	float: left;
	margin: 15px 0px 15px 9px;
}

.img-ul li a {
	display: block;
}

.img-ul li a img {
	width: 175px;
	height: 100px;
}

.img-ul li a span {
	overflow: hidden;
	width: 173px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}

.img-ul li a span:hover {
	color: #bc6f0d
}

.nav-ul-3 {
	margin: 10px;
	float: left;
}

.nav-ul-3 li {
	font-size: 14px;
	line-height: 36px;
	float: left;
	width: 100%;
}

.nav-ul-3 li:hover {
	color: #b9150b
}

.nav-ul-3 li a {
	display: block;
	float: left;
}

.nav-ul-3 li em {
	font-size: 16px;
	margin: 0px 10px;
	float: left;
}

.nav-ul-3 li {
	color: #b9150b
}

.nav-ul-3 li a.curr {
	font-weight: bold;
	color: #b9150b
}


/*--以上为首页样式--*/


/*--分页--*/

.page {
	float: right;
	height: 20px;
	line-height: 20px;
	margin: 10px 5px;
}

.page font {
	color: #adadad;
	font-size: 12px;
	float: left;
	margin-right: 5px;
}

.page a {
	display: inline-block;
	float: left;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background-color: #f1f1f1;
	border: 1px solid #adadad;
	margin: 0px 1px;
}

.page a:hover {
	border: 1px solid #bc6f0d;
	color: #171717;
}

.page a.a-now {
	background-color: #bc6f0d;
	color: #fff;
}

.page a.a-now:hover {
	background-color: #bc6f0d;
	color: #fff;
	border: 1px solid #adadad;
}


/*--分页--*/

.list-1 {
	margin: 5px;
	float: left;
}

.list-1 a {
	font-size: 14px;
	display: block;
	line-height: 26px;
	margin-top: 5px;
	float: left;
}

.list-1 span {
	background-color: #f5f5f5;
	height: 20px;
	line-height: 20px;
	display: block;
	float: left;
	width: 100%;
	color: #adadad;
	text-indent: 5px;
}

.list-1 span font {
	color: #59adda;
	margin-right: 20px;
}

.list-infor {
	font-size: 12px;
	color: #adadad;
	line-height: 18px;
	float: left;
	margin-bottom: 5px;
}

.list-1 img {
	display: block;
	float: left;
	margin-top: 10px;
}

.list-1 .list-right {
	float: left;
	width: 570px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.list-dl {
	width: 150px;
	float: left;
	margin: 17px 17px 0px 17px;
}

.list-dl dt {
	width: 150px;
	height: 100px;
}

.list-dl dd {
	color: #adadad;
	font-size: 12px;
	line-height: 20px;
}

.list-dl dd font {
	color: #59adda;
	margin-right: 15px;
}

.infor-con {
	width: 720px;
	margin: 10px;
	float: left;
}

.infor-title {
	color: #2a3133;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	line-height: 26px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #2a3133;
}

.infor-title a:hover {
	color: #bc6f0d
}

.infor-span {
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	width: 100%;
	color: #adadad;
	text-align: center;
}

.infor-span font {
	color: #bc6f0d;
	margin-right: 20px;
}

.infor-s {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 22px;
	word-break: break-all;
	word-break: break-word;
}

.infor-s b {
	color: #adadad;
}

.infor-title1 {
	font-size: 14px;
	font-weight: bold;
	color: #bc6f0d;
	margin: 5px 0px;
	width: 100%;
	float: left;
}

.infor-content {
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	text-indent: 25px;
}

.infor-content img {
	display: inline-block;
	margin: 10px auto;
	max-width: 660px;
}

.infor-content,
.infor-content p {
	word-break: break-all;
	word-break: break-word;
}

.count-div {
	height: 60px;
	width: 100%;
	background-color: #f1f1f1;
	float: left;
}

.count-div span {
	display: block;
	color: #ff8a00;
	cursor: pointer;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0px 20px;
	font-size: 14px;
}

.count-div span:hover {
	background-color: #d7d7d7;
}

.count-div .span-bg {
	background-color: #d7d7d7;
}

.count-div span em {
	display: inline-block;
	float: left;
	margin-top: 18px;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
}

.count-div .em-sc {
	background-position: -100px 0;
}

.count-div .em-ysc {
	background-position: -150px 0;
}

.count-div .em-zan {
	background-position: -200px 0;
	width: 22px;
}

.count-div .count {
	background-color: #2a3133;
	width: 120px;
}

.count-div .count:hover {
	background-color: #2a3133;
}

.title-4 {
	border-bottom: 2px solid #adadad;
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
}

.title-4 span {
	display: block;
	width: 100px;
	float: left;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #bc6f0d;
	height: 30px;
	line-height: 30px;
}

.textarea-1 {
	width: 708px;
	height: 90px;
	padding: 5px;
	border: 1px solid #d7d7d7;
	resize: none;
	margin: 10px;
}

.button-div {
	float: right;
}

.button-div input {
	float: left;
	margin-top: 13px;
	margin-right: 2px;
}

.button-div label {
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	margin-right: 5px;
	color: #adadad;
}

.comment-list {
	float: left;
	width: 720px;
	margin: 10px 10px 0px 10px;
}

.comment-list img {
	float: left;
}

.comment-right {
	float: left;
	margin-left: 5px;
	width: 665px;
}

.comment-right b {
	font-size: 14px;
	margin-right: 10px;
}

.comment-right em {
	font-size: 12px;
	color: #adadad;
}

.comment-right span {
	font-size: 16px;
	float: right;
	color: #ff8a00;
	font-weight: bold;
}

.comment-right font {
	display: block;
	line-height: 20px;
	margin: 5px 0px;
}

.comment-ul {
	float: right;
}

.comment-ul li {
	display: inline-block;
	float: left;
	line-height: 20px;
	color: #adadad;
	margin: 0px 5px;
}

.comment-ul li a {
	color: #59adda;
}

.comment-ul li a:hover {
	border-bottom: 1px solid #59adda;
}

.comment-ul .li-jb {
	display: none;
}

.comment-ul .i-jb {
	display: inline-block;
	float: left;
	width: 12px;
	height: 14px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: -300px 0px;
	margin-top: 3px;
	margin-right: 3px;
}

.comment-ul .a-jb {
	color: #ff8a00;
}

.comment-ul .a-jb:hover {
	border-bottom: 1px solid #ff8a00;
}

.comment-right:hover .li-jb {
	display: block;
}

.hf-1 {
	position: relative;
	background-color: #f1f1f1;
	border: 1px solid #d7d7d7;
	line-height: 22px;
	padding: 5px;
	margin-top: 5px;
	float: left;
	width: 653px;
}

.hf-1 a {
	color: #59adda;
}

.hf-1 b {
	position: absolute;
	top: -10px;
	left: 20px;
	display: block;
	float: left;
	width: 15px;
	height: 10px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: -100px -50px;
}

.textarea-2 {
	width: 643px;
	height: 90px;
	padding: 5px;
	border: 1px solid #d7d7d7;
	resize: none;
	margin: 10px;
}

.textarea-3 {
	width: 600px;
	height: 90px;
	padding: 5px;
	border: 1px solid #d7d7d7;
	resize: none;
}

.textarea-div {
	position: relative;
	float: left;
}

.textarea-div .count-em {
	font-size: 12px;
	color: #adadad;
	float: left;
	position: absolute;
	right: 15px;
	bottom: 15px;
	background-color: #fff;
}

.textarea-div .count-em i {
	color: #bc6f0d;
}

.con-p {
	line-height: 37px;
	margin-top: 10px;
	width: 100%;
	float: left;
}

.con-span-90 {
	display: inline-block;
	float: left;
	width: 90px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.con-text {
	height: 35px;
	line-height: 35px;
	border: 1px solid #d7d7d7;
	text-indent: 5px;
	float: left;
}

.con-text-600 {
	width: 600px;
}

.con-text-150 {
	width: 150px;
}

.con-text-300 {
	width: 300px;
}

.con-p .count-em {
	width: 30px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #adadad;
	float: left;
	background-color: #fff;
	margin-left: -31px;
}

.con-p .count-em i {
	color: #bc6f0d;
}

.con-p .em-star {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	margin-top: 12px;
	margin-left: 5px;
}

.con-p .con-radio {
	float: left;
	margin-top: 12px;
	margin-right: 2px;
}

.con-p label {
	float: left;
	font-size: 14px;
	margin-right: 15px;
}


/*修改模板新增样式*/

#newTime {
	width: 200px;
}

.nav-ul li.curr {
	color: #fff;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: 0 -100px;
}

.nav-ul li.curr a {
	color: #fff
}


/*模板固有的focus*/

#focus {
	width: 310px;
	height: 230px;
	overflow: hidden;
	position: relative;
}

#focus ul {
	height: 310px;
	position: absolute;
	width: 100%;
}

#focus ul li {
	float: left;
	width: 310px;
	height: 230px;
	overflow: hidden;
	position: relative;
	background: #000;
}

#focus ul li img {
	width: 310px;
	height: 230px;
}

#focus ul li div {
	position: absolute;
	overflow: hidden;
}

#focus .btnBg {
	position: absolute;
	width: 310px;
	height: 25px;
	left: 0;
	bottom: 0;
	background: #000;
}

#focus .btn {
	position: absolute;
	width: 310px;
	height: 15px;
	padding: 5px 10px 0 0;
	right: 0;
	bottom: 0;
	text-align: right;
}

#focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 10px;
	height: 5px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #fff;
}

#focus .btn span.on {
	background: #fff;
}

#focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 90px;
	cursor: pointer;
}

#focus .pre {
	left: 0;
}

#focus .next {
	right: 0;
	background-position: right top;
}

.img-show {
	width: 310px;
	height: 230px;
	float: left;
}


/*模板固有网站信息*/

.notice-ul {
	padding: 8px;
}

.notice-ul li {
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	width: 208px;
	overflow: hidden;
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/bg1.png) no-repeat;
	background-position: -618px -65px;
}

.notice-ul li a:hover,
.notice-ul .curr {
	color: #bc6f0d;
}

.side-channel {
	margin-top: 5px;
	width: 250px;
	float: left;
	border: 1px solid #d7d7d7;
	margin-bottom: 10px;
}

.side-title {
	background-color: #e3b509;
	width: 250px;
	height: 35px;
	float: left;
}

.side-title span {
	display: block;
	min-width: 118px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	float: left;
	overflow: hidden;
	color: #fff;
}

.side-title .news-span {
	font-weight: bold;
	cursor: pointer;
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/chanel_nav2_10.png) no-repeat 0 0;
	width: 118px;
	height: 35px;
}

.side-con {
	width: 228px;
	padding: 10px;
	float: left;
	background-color: #fff;
}

.title-1 {
	height: 35px;
	background-color: #b6aa92;
}

.title-1 span {
	display: block;
	min-width: 118px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	float: left;
	color: #5e4f3c;
	overflow: hidden;
}

.title-1 .title-span {
	font-weight: bold;
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/chanel_nav_10.png) no-repeat 0 0;
	width: 118px;
	height: 35px;
	line-height: 35px;
}

.title-1 a {
	float: right;
	margin-right: 5px;
	margin-top: 10px;
}

.title-1 a:hover {
	color: #bc6f0d;
}

.title-1 ul li {
	display: block;
	min-width: 118px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	float: left;
	cursor: pointer;
}

.title-d {
	background-color: #e3b509;
	height: 35px;
	float: left;
	width: 250px;
}

.title-d span {
	display: block;
	min-width: 118px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	float: left;
	color: #fff;
}

.title-d .title-d-span {
	font-weight: bold;
	cursor: pointer;
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/chanel_nav2_10.png) no-repeat 0 0;
	width: 118px;
	height: 35px;
	line-height: 35px;
}


/*今日头条*/

.hotnews-title {
	width: 380px;
	float: right;
	height: 23px;
	background: url(http://template.cms.xysjyw.cn/site/system/default/images/bg1.png) no-repeat;
	background-position: 0px -124px;
}

.hotnews-span {
	background: url(http://template.cms.xysjyw.cn/site/system/default/images/bg1.png) no-repeat;
	display: block;
	width: 110px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	float: left;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #0C5997;
	cursor: pointer;
}

.hotnews-span1 {
	background-position: 0px -50px;
	padding-bottom: 1px;
}

.hotnews-span2 {
	background-position: 0px -90px;
}

.hotnews {}

.hotnews-top {
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

.hotnews-top h1 {
	font-size: 15px;
	text-align: center;
	padding:8px 5px 5px;
	width: 345px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	white-space: nowrap;
}

.hotnews-top h1 a {
	color: #BD2D0A;
}

.hotnews-top p {
	height: 48px;
	text-indent: 22px;
	line-height: 22px;
	color: #646464;
	overflow: hidden;
	padding: 0px 5px
}

.hotnews-top p a {
	color: #39c;
}


/*list*/


/*新的列表页*/

.list-ul {
	font-size: 12px;
	width: 718px;
	margin: 10px;
}

.list-ul li {
	border-bottom: 1px dotted #d7d7d7;
	line-height: 35px;
}

.list-ul li.tit {
	height: 38px;
	line-height: 38px;
}

.list-ul li a {
	display: block;
	float: left;
	width: 650px;
	overflow: hidden;
	text-indent: 10px;
}

.list-ul li a:hover {
	color: #bc6f0d;
}

.list-ul li em {
	display: block;
	float: right;
	width: 80px;
	text-indent: 8px;
}

.list-ul li.txt {
	float: left;
	width: 99.5%;
}

.list-ul li.txt a {
	display: block;
	line-height: 28px;
	margin-top: 5px;
	float: left;
	text-indent: 10px;
	font-size: 14px;
}

.list-ul li.txt div {
	float: left;
	padding: 0px 10px;
	line-height: 20px;
	margin-bottom: 8px;
	font-size: 12px;
	color: #adadad;
	word-break: break-word;
}

.list-ul li.txt p {
	color: #666;
}

.list-ul li.tit a,
.list-ul li.txt a {
	width: 86%;
	float: left;
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.list-ul li.img {
	height: 220px;
	float: left;
	height: 135px;
	padding-right: 6px;
	padding-left: 7px;
	border-bottom: none;
	margin: 15px 0px 0px 0px;
}

.list-ul li.img a {
	display: block;
	width: auto;
	text-indent: 0;
}

.list-ul li.img img {
	width: 220px;
	height: 135px;
}

.list-ul li.img span {
	float: left;
	width: 220px;
	display: block;
	text-align: center;
}

.list-ul li.imgtit {
	height: 165px;
	float: left;
	width: 220px;
	margin-left: 12px;
	margin-top: 10px;
	border: 0;
}

.list-ul li.imgtit a {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	text-indent: 0px;
}

.list-ul li.imgtit img {
	float: left;
	width: 100%;
	height: 135px;
}

.list-ul li.imgtit p {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	overflow: hidden;
}

.list-ul li.imgtit p a {
	font-size: 14px;
	display: block;
	line-height: 30px;
	margin-top: 5px;
	float: left;
}

.list-ul li.imgtit p span.list-infor {
	font-size: 12px;
	color: #adadad;
	line-height: 18px;
	float: left;
	margin-bottom: 5px;
	width: 570px;
}

.list_pager {
	margin-top: 10px;
	text-align: center;
	margin-bottom: 5px;
}

.list_pager span {
	border: 1px #ccc solid;
	padding: 4px 8px 4px 8px;
	margin-left: 5px;
}

.list_pager span.curr {
	background-color: #bc6f0d;
	border: 1px #bc6f0d solid;
	height: 22px;
	line-height: 22px;
	color: #fff;
}

.list_pager span.nopre,
.list_pager span.nonext,
.list_pager span.nofirst,
.list_pager span.nolast {
	color: #ccc
}

.list_pager span a:hover {
	text-decoration: none
}

.text-200 {
	width: 169px;
	height: 35px;
	border: 0;
	float: left;
	text-indent: 10px;
}

.btn-a1 {
	width: 80px;
	height: 35px;
	float: right;
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png) no-repeat -350px -50px;
	color: #fff;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	border: 0;
}

.btn-a1:hover {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png) no-repeat -450px -50px;
	color: #fff;
}


/*搜索列表样式*/

.a-list {
	margin: 10px;
}

.a-list .txt {
	border-bottom: 1px #d7d7d7 dashed;
	margin-bottom: 8px;
	color: #333;
	line-height: 25px;
	text-indent: 10px;
}

.a-list .txt a {
	display: block;
	font-size: 14px;
}

.a-list .txt a:hover {
	color: #bc6f0d
}

.a-list .txt em,
.a-list .tit em {
	float: right;
}

.a-list .txt p {
	padding: 0px 10px 5px;
}


/*--评论列表--*/

.wrapper {}

.tl,
.bl {
	float: left
}

.tr,
.br {
	float: right
}

.ml,
.l {
	float: left;
	padding-bottom: 10000px;
	margin-bottom: -10000px
}

.mr,
.r {
	float: right;
	padding-bottom: 10000px;
	margin-bottom: -10000px
}

.comment-dl {
	float: left;
	width: 718px;
	margin: 10px 10px 0px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #D7D7D7;
}
#commentlistsub{
	margin-left: 5px;
}
#commentlistsub .comment-dl:last-child{
	border-bottom: none;
}

.comment-list {
	float: left;
	width: 720px;
	margin: 10px 10px 0px 10px;
}

.comment-dl dt {
	width: 64px;
	height: 64px;
	float: left;
}

.comment-dl dt img {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.comment-dl dd {
	width: 645px;
	float: right;
}

.comment-dl dd p {
	line-height: 25px;
	width: 100%;
	float: left;
}

.comment-dl dd p strong {
	float: left;
}

.comment-dl dd p em {
	float: right;
	color: #666;
}

.comment-dl dd p a {
	color: #666;
}

.comment-dl .comment-con {
	color: #666;
	word-break: break-all;
	word-break: break-word;
}

.content_pager {
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin: 10px 5px 0px 5px;
}

.content_pager span {
	background-color: #f1f1f1;
	border: 1px solid #adadad;
	padding: 4px 8px 4px 8px;
	margin-left: 5px;
}

.content_pager span.curr {
	background-color: #bc6f0d;
	border: 1px #bc6f0d solid;
	color: #fff;
	height: 22px;
	line-height: 22px;
}

.content_pager span.nopre {
	color: #ccc
}

.content_pager span.nonext {
	color: #ccc
}

.content_pager span a:hover {
	text-decoration: none
}

.cmt-input textarea {
	width: 708px;
	height: 90px;
	padding: 5px;
	border: 1px solid #d7d7d7;
	resize: none;
	margin: 20px 10px 10px 10px;
}

.cmt-form {
	width: 100%;
	height: 150px;
}

.cmt-submit {
	text-align: left;
}

.cmt-login input {
	width: 80px;
}

.cmt-button {
	border: none;
	margin-right: 10px;
	display: block;
	float: right;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: 0 -250px;
}

a.cmt-button:hover {
	background-position: 0px -300px;
	color: #fff;
}

#commentloding {
	background: url(http://template.cms.xysjyw.cn/site/system/default/images/loading.gif) no-repeat;
	height: 30px;
	text-align;
}

.hf-1 {
	position: relative;
	background-color: #f1f1f1;
	border: 1px solid #d7d7d7;
	line-height: 22px;
	padding: 5px;
	margin-top: 5px;
	float: left;
	width: 653px;
}

.hf-1 a {
	color: #59adda;
}

.hf-1 b {
	position: absolute;
	top: -10px;
	left: 20px;
	display: block;
	float: left;
	width: 15px;
	height: 10px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: -100px -50px;
}

.textarea-2 {
	width: 643px;
	height: 90px;
	padding: 5px;
	border: 1px solid #d7d7d7;
	resize: none;
	margin: 10px;
}

.textarea-3 {
	width: 600px;
	height: 90px;
	padding: 5px;
	border: 1px solid #d7d7d7;
	resize: none;
}

.textarea-div {
	position: relative;
	float: left;
}

.textarea-div .count-em {
	font-size: 12px;
	color: #adadad;
	float: left;
	position: absolute;
	right: 15px;
	bottom: 15px;
	background-color: #fff;
}

.textarea-div .count-em i {
	color: #bc6f0d;
}

.con-p {
	line-height: 37px;
	margin-top: 10px;
	width: 100%;
	float: left;
}

.con-span-90 {
	display: inline-block;
	float: left;
	width: 90px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.con-text {
	height: 35px;
	line-height: 35px;
	border: 1px solid #d7d7d7;
	text-indent: 5px;
	float: left;
}

.con-text-600 {
	width: 600px;
}

.con-text-150 {
	width: 150px;
}

.con-text-300 {
	width: 300px;
}

.con-p .count-em {
	width: 30px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #adadad;
	float: left;
	background-color: #fff;
	margin-left: -31px;
}

.con-p .count-em i {
	color: #bc6f0d;
}

.con-p .em-star {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: -250px 0px;
	margin-top: 12px;
	margin-left: 5px;
}

.con-p .con-radio {
	float: left;
	margin-top: 12px;
	margin-right: 2px;
}

.con-p label {
	float: left;
	font-size: 14px;
	margin-right: 15px;
}


/*——common——*/

.commontitle {
	font-size: 24px;
	font-weight: bold;
	color: #00619a;
	text-align: center;
	padding: 5px 0px;
}

.commoncontent {
	padding: 10px;
	line-height: 23px;
	font-size: 14px;
	text-indent: 15px;
	overflow: hidden;
}
.commoncontent,.commoncontent p{
	word-break: break-all;
	word-break: break-word;
}
.commoncontent img{
	max-width: 690px;
}
.gb-input p {
	margin-top: 10px;
	width: 100%;
	float: left;
}

.gb-input textarea {
	width: 595px;
	height: 100px;
	float: left;
	padding: 10px 5px;
	border: 1px solid #d7d7d7;
	text-indent: 5px;
	ont-family: "宋体";
}

.gb-input span {
	display: inline-block;
	float: left;
	width: 90px;
	height: 37px;
	line-height: 37px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.gb-input input {
	float: left;
	height: 35px;
	line-height: 35px;
	border: 1px solid #d7d7d7;
	text-indent: 5px;
	font-family: "宋体";
}

.gb-submit {
	float: left;
	margin-top: 10px;
}

.gb-submit input {
	margin-left: 90px;
	display: block;
	float: left;
	width: 100px;
	height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background-image: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png);
	background-repeat: no-repeat;
	background-position: 0 -250px;
	border: none;
}

.gb-submit input:hover {
	background-position: 0px -300px;
	color: #fff;
}

.gb-list {
	clear: both;
	padding-top: 12px;
}

.gb-list ul li {
	border-bottom: 1px #ccc dashed;
	padding-bottom: 12px;
}

.gb-list ul li:last-child {
	border-bottom: none;
}

.gb-list .reply {
	width: 95%;
	margin-top: 5px;
	margin-left: 40px;
	font-size: 12px;
	color: #999;
	word-break: break-all;
	word-break: break-word;
}

.gb-list .date {
	font-style: normal;
	float: right;
	color: #666;
	width: 120px;
	text-align: right;
}

.gb-create {
	margin: 0;
	padding: 10px;
	overflow: hidden;
}

.gb-create .title {
	width: 400px;
}


/*
.commonlinktxt,.commonlinklogo{overflow:hidden;}
.commonlinktxt ul li,.commonlinklogo ul li{float:left;margin-right:8px;}
.commonlinklogo ul li img{width:160px;height:60px;}
 .commonlinklogo li a{ width:160px;height:60px;display:inline-block;font-size:14px;text-align:center;line-height:60px;overflow:hidden;}
*/

.commonlinklogo {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.commonlinklogo .commonlink-tit {
	margin-bottom: 10px;
	clear: both;
}

.commonlinklogo li {
	display: inline-block;
	float: left;
	width: 150px;
	height: 40px;
	border: 1px solid #dbdbdb;
	margin: 0px 0px 10px 10px;
}

.commonlinklogo li:hover {
	border: 1px solid #b66D00;
}

.commonlinklogo li img {
	width: 150px;
	height: 40px;
	display: block
}

.commonlinklogo li a {
	width: 150px;
	height: 40px;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	text-indent: 0;
	overflow: hidden;
}


/*旧的欢迎样式。
.welcome{float:left;color:#bc6f0d;margin:10px 8px 10px 8px}
.welcome a{color:#bc6f0d; margin-left:5px;}
.welcome .mylogout { color:#bc6f0d; height:25px;line-height:24px;font-weight:bold;}
.welcome .mylogout:hover{ border-bottom:1px solid #bc6f0d;}
.usercenter{float:left; display:block;}
.usercenter a{ float:left; height:25px; line-height:25px; width:71px; border:1px solid #c4c4c4; background:#f1f1f1;margin:0px 0px 10px 8px;text-align:center;overflow:hidden;}*/


/*新的欢迎样式*/

.welcome {
	float: left;
	margin: 2px 8px;
}

.welcome dl dt img {
	width: 50px;
	height: 50px;
	float: left;
}

.welcome dl dd {
	width: 175px;
	margin-left: 57px;
	line-height: 24px;
}

.welcome dl dd.welcome-dd {
	font-weight: bold;
	color: #333;
}

.welcome dl dd.welcome-dd font {
	font-weight: normal;
	color: #777;
}

.welcome .mylogout a {
	line-height: 24px;
	color: #ffa200;
	padding-bottom: 1px;
	font-size: 14px;
}

.welcome .mylogout a:hover {
	border-bottom: 1px solid #ffa200;
}

.username,
.userpwd {
	margin-top: 7px;
	float: left;
	width: 180px;
}

.submit {
	float: left;
	width: 50px;
	margin-left: 10px
}

.usercenter {
	float: left;
	display: block;
	height: 145px;
	border-top: 1px solid #dbdbdb;
	background-color: #f6f6f6;
}

.usercenter dl {
	width: 122px;
	float: left;
}

.usercenter dl dt {
	float: left;
}

.usercenter dl dt img {
	margin: 9px 5px 8px 9px;
	width: 48px;
	height: 48px;
	border: 2px solid #dbdbdb;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: px;
	behavior: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/PIE.htc);
}

.usercenter dl dt img:hover {
	border: 2px solid #61afdf;
}

.usercenter dl dd {
	color: #333;
	font-weight: bold;
}

.user-myapp-font {
	line-height: 25px;
	margin-top: 13px;
}

.user-myapp-i i {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png) no-repeat 0 -650px;
	width: 13px;
	height: 17px;
	float: left;
}

.usercenter dl dd.user-myapp-i,
.usercenter dl dd.user-myapp-i2 {
	color: #febc42
}

.user-myapp-i2 i {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png) no-repeat 0 -700px;
	width: 17px;
	height: 17px;
	float: left;
}

.user-myapp-i3 i {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png) no-repeat 0 -750px;
	width: 17px;
	height: 17px;
	float: left;
}

.user-myapp-i3 i:hover {
	background-position: -50px -750px;
	cursor: pointer;
}

.user-myapp-i3 em {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png) no-repeat -50px -645px;
	width: 17px;
	height: 17px;
	float: left;
}

.user-myapp-i3 em:hover {
	background-position: -50px -695px;
	cursor: pointer;
}

.user-myapp-i4 a {
	color: #1565a1;
	font-size: 12px;
	line-height: 25px;
	padding-bottom: 1px;
}

.user-myapp-i4 a:hover {
	border-bottom: 1px solid #1565a1;
}


/*新的欢迎样式*/


/*--资源下载add--*/

.title-resource {
	color: #2a3133;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	text-indent: 5px;
	line-height: 26px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 2px solid #2a3133;
}

.zy-div {
	font-size: 12px;
	line-height: 30px;
	color: #333;
}

.zy-div p {
	float: left;
}

.zy-div p span {
	width: 300px;
	float: left;
	display: inline-block;
}

.zy-infor {
	line-height: 22px;
	text-indent: 25px;
	width: 720px;
	padding: 10px;
	float: left;
}

.zy-infor p b {
	word-wrap: break-word;
	word-break: break-all;
}

.title-zy {
	border-bottom: 2px solid #adadad;
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
}

.title-zy ul li {
	display: block;
	width: 100px;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.title-zy .zy-span {
	border-bottom: 2px solid #bc6f0d;
}


/*资料下载页，登录之后下载样式*/

.z-loginbtn {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/ziyuan_btn.png) no-repeat 0 0;
	width: 100px;
	height: 35px;
	float: left;
}

.z-loginbtn:hover {
	background-position: 0 -50px;
	float: left;
	width: 100px;
	height: 35px;
}

.z-loginnobtn {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/ziyuan_btn.png) no-repeat 0 -100px;
	width: 100px;
	height: 35px;
	float: left;
}

.z-loginno-login {
	font-size: 12px;
	color: #333;
	float: left;
	margin: 15px 0px 0px 5px;
}

.z-loginno-login a {
	color: #4e9ed5;
	cursor: pointer;
	line-height: 25px;
	padding-bottom: 1px;
}

.z-loginno-login a:hover {
	border-bottom: 1px solid #4e9ed5;
}

.dd-span-detail {
	height: 40px;
	overflow: hidden;
	display: block;
	line-height: 20px;
}

.conbox-con {
	float: left;
	width: 100%;
	min-height: 195px;
}


/*频道子类样式*/

.conbox-con-lia {
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	padding-top: 10px;
}

.conbox-con-lia ul li {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png) 0 -600px no-repeat;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	float: left;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.conbox-con-lia ul li .curr {
	color: #bc6f0d;
}

.search_btn {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/index-ico.png) no-repeat 0px -800px;
	width: 80px;
	height: 36px;
	line-height: 35px;
	display: inline-block;
	border: 0;
	color: #fff;
	font-size: 14px;
}

.text-250 {
	width: 250px;
	height: 35px;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: px;
	behavior: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/PIE.htc);
}

.adv1 {
	background: url(http://template.cms.xysjyw.cn/site/system/gsgx/images/header_bg_10.png) repeat-x 0 0;
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.adv-con1 {
	width: 1002px;
	padding-top: 35px;
	height: 35px;
	/* overflow:hidden; */
}

.noborder {
	border-right: 0!important;
	background: none!important;
}

.con1-nav-ul {
	float: left;
}

.con1-nav-ul>li {
	float: left;
	position: relative;
}
.con1-nav-ul>li:before{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	height: 15px;
	width: 1px;
	background-color: #b6aa92;
}
.con1-nav-ul>li:first-child:before{
	content: "";
	width: 0;
	display: none;
}

.con1-nav-ul>li>a {
	width: 100px;
	height: 25px;
	float: left;
	line-height: 25px;
	padding-bottom: 10px;
	font-size: 12px;
	text-align: center;
	color: #b6aa92;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.con1-nav-ul>li>a:hover {
	font-weight: bold;
}

.con1-nav-ul>li.curr {
	width: 100px;
	color: #5e4f3c;
	font-weight: bold;
}

.con1-nav-ul>li.curr>a {
	color: #5e4f3c;
}

.submenu {
	position: absolute;
	background: none;
	z-index: 99;
	display: none;
	left: 0;
	top: 35px;
}

.con1-nav-ul li a:hover .submeau {
	display: block;
}

.con1-nav-ul .submenu ul li {
	background-color: #d6d2cb;
	height: 28px;
	line-height: 28px;
	width: 96px;
	float: left;
	border-bottom: 1px solid #d6d2cb;
	text-align: center;
}

.con1-nav-ul .submenu ul li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.con1-nav-ul .submenu ul li a:hover {
	border-bottom: 1px solid #fff;
}

.con1-nav-ul li.curr .submenu ul li a {
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.con1-nav-ul li.curr .submenu ul li a:hover {
	font-weight: normal;
	border-bottom: 1px solid #fff;
}

.right-div .notice-ul li {
	padding-left: 0px;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/*校园风景图*/

.xiaoyuan-div2 {
	float: left;
	width: 718px;
	margin: 10px 10px 10px 10px;
	overflow: hidden;
}

.xiaoyuan-long {
	width: 1200%;
	float: left;
}

.xiaoyuan-div2 .xiaoyuan-div2-div {
	float: left;
}

#demo2 {
	float: left;
}

.xiaoyuan-div2 .xiaoyuan-div2-div ul {
	float: left;
}

.xiaoyuan-div2 ul li {
	float: left;
	position: relative;
	margin-right: 10px;
	width: 150px;
	overflow: hidden;
}


.xiaoyuan-div2 ul li a span {
	display: block;
	width: 100%;
	height: 26px;
	text-align: center;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.xiaoyuan-div2 ul li img {
	position: relative;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	overflow: hidden;
	z-index: 1;
}

.xiaoyuan-div2 ul li img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.con-xiaoyuan .xiaoyuan-div2 em {
	margin: 31px 0px 31px 0px;
	width: 37px;
	height: 38px;
}

.con-xiaoyuan .xiaoyuan-div2 ul {
	float: left;
}

.con-xiaoyuan .xiaoyuan-div2 em.em-left {
	background: url(../img/jiantouleft.png) no-repeat 0 0;
	float: left;
}

.con-xiaoyuan .xiaoyuan-div2 em.em-right {
	background: url(../img/jiantouright.png) no-repeat 0 0;
	float: right;
}

.common-con,.con {
	min-height: 300px;
}

@media only screen and (min-height:768px) {
	.common-con,.con {
		min-height: 500px;
	}
}

.b-ueditor table {
	width: 100%;
}