@charset "utf-8";
.news {
	position: relative;
	z-index: 1;
}
.left-part {
	float: left;
	width: 260px;
}
.left-part:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 260px;
	content: "";
	background: #fff;
	box-shadow: 5px 0 10px rgba(0,0,0,.05);
	z-index: -1;
}
.news-guid h2 {
	position: relative;
	height: 69px;
	font-size: 24px;
	font-weight: lighter;
	line-height: 74px;
	color: #fff;
	text-align: center;
	background: #2348a0;
}
.news-guid h2:after {
	position: absolute;
	right: -15px;
	bottom: 0;
	border-width: 0 0 44px 15px;
	border-style: dashed dashed solid solid;
	border-color: transparent transparent transparent rgba(0,0,0,.8);
	content: "";
}
.news-guid {


}
.news-guid ul {
	padding: 10px 20px 0;
}

.news-guid li {
	line-height: 36px;
	font-size: 15px;
	color: #6b6b6b;
	/* text-align: center; */
	border-bottom: 1px solid #bbc3c5;
	/* padding: 0 20px; */
}
.news-guid li:nth-last-child(){
	border-bottom: 1px solid #bbc3c5;
}
.news-guid li i {
	margin-right: 10px;
	cursor: pointer;
	/* display: none; */
	margin-left: 20px;
}
.news-guid li a {
	display: inline-block;
	padding: 0 20px;
	font-size: 15px;
	color: inherit;
}
.news-guid li.mulit a {
	padding: 0;
}

.news-guid li.current, .news-guid li:hover{
	position: relative;
	color: #fff;
	background: #2348a0;
	opacity: 1;
	filter: alpha(opacity=100);
}
.news-guid li.current,.news-guid li:hover{
	/* border-bottom: 1px solid #fff; */
}
.news-guid ol {
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e5db;
}
.news-guid ol li {
	position: relative;
	padding-left: 60px;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 0
}
.news-guid ol li:before {
	position: absolute;
	left: 45px;
	top: 13px;
	content: " ";
	width: 6px;
	height: 5px;
	background: url(/images/site/news/left-guid-icon.png) no-repeat;
}
.news-guid ol li a {
	font-size: 12px;
}

/*äºŒçº§*/

.class2 {
	padding-left: 17px;
	background: #ffffff;
}
.bot_line{
	padding:5px 10px;
	border-bottom:2px solid #015ec5;
}
.bot_linenone{
	border-bottom:none;
}
.cn2 {
	color: #004862;
	font-size: 14px;
	line-height: 28px;
	_padding-top: 5px;
	_height: 21px;
}
.news-guid li .cn2 a{
	width: auto;
	font-size: 12px;
	background: none;
	text-indent: 0;
	padding: 4px 0;
	display: inline-block;
	color: #333;
	font-weight: bold;
	padding-left: 7px;
}
.news-guid li .cn2 a:hover,.news-guid li .cn2 a.current{
	text-decoration: underline;
	color: #0092ca;
}
.cn2 span {
	background: url(/images/site/news/domain-pic.png) no-repeat -40px 0;
	display: inline-block;
	height: 9px;
	margin-right: 3px;
	width: 9px;
	*margin-bottom: 2px;
	_margin-bottom: -6px;
}
.s_key{
	color: #fff;
	font-weight:bold;
}
.left-guid li span {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 3px;
}

.cn1 span {
	background: url(/images/site/news/domain-pic.png) no-repeat -20px -40px;
}


.main {
	position: relative;
	margin-left: 260px;
	padding-top: 25px;
	z-index: -2;
}
.main-site {
	height: 44px;
	padding: 10px 0px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	background: #2348a0;
}
.main-site .current {
	padding-left: 15px;
}
.main-site a {
	color: inherit;
}
.main-content {
	min-height: 500px;
	padding: 20px 75px 55px;
	background: #fff;
}
.news-detail, .activity-detail {
	min-height: 300px;
	padding: 15px 0;
	background: #fff;
}
.news-detail h1 {
	margin: 0 -15px;
	padding: 10px 50px;
	font-size: 20px;
	font-weight: lighter;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px dashed #dedad6;
}
.news-detail h3 {
	margin: 0 -15px;
	font-size: 14px;
	font-weight: lighter;
	line-height: 30px;
	text-align: center;
	border-bottom: 1px dashed #dedad6;
}
.news-detail em {
	display: block;
	text-align: center;
	line-height: 30px;
	color: #999999;
}
.news-detail em span {
	margin: 0 15px;
}
.news-content, .activity-content {
	padding: 20px 0;
	font-size: 14px;
	line-height: 24px;
}
.news-content table, .activity-content table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: grey;
	border: 1px solid;
}
.news-content tbody, .activity-content tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	border: inherit;
}
.news-content tr, .activity-content tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border: inherit;
}
.news-content td, .activity-content td {
	display: table-cell;
	vertical-align: inherit;
	border: inherit;
}

.news-content img, .activity-content img {
	max-width: 100%;
}
.news-list {
	position: relative;
	padding: 10px 10px 10px 150px;
	padding: 10px;
}
.news-list.no-time dl {
	padding-left: 14px;
}
.news-list.no-time dt {
	padding-right: 0;
}
.news-list.no-intro dl {
	min-height: 55px;
}
.news-list dl {
	position: relative;
	min-height: 97px;
	margin-bottom: 10px;
	padding: 8px 14px 8px 100px;
	vertical-align:middle;
	border-bottom: 1px solid #dedede;
	position: relative;
}
.news-list dl:last-child:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 10px;
	bottom: 0px;
	left: -24px;
	border-left: 2px solid #f1f1f1;
	z-index: 2;
	display: none;
}
.news-list dl:hover .time {
	background-color: #2348a0;
	color: #fff;
}
.news-list dt {
	font-size: 18px;
	padding-right: 100px;
}
.news-list dt a {
	color: #333333;
}
.news-list dt a + .view {
	margin-left: 1em
}
.news-list dt .view {
	font-size: 12px;
	color: #8b8b8b;
}
.news-list dd {
	color: #8b8b8b;
	line-height: 22px;
}
.news-list dd.publish span{
	padding-right: 15px;
}
.news-list dd.intro{
	font-size: 14px;

}
.news-list .time {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0px;
	top: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background-color: #e0dfdf;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.news-list .time span{
	display: block;
	font-size: 30px;
	width: 100%;
	padding-top: 12px;
}
.news-list .time i {
	display: none;
	position: absolute;
	top: 7px;
	left: -17px;
	font-size: 15px;
	z-index: 9;
	/* background-color: #fff; */
	border-radius: 100%;
}

.pages {
	clear: none;
}
.pages .total {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.pages .page {

	vertical-align: middle;
}
.pages:before, .pages:after {
	display: table;
	content: "";
	clear: both;
}

.service-switch {
	height: 41px;
	font-size: 14px;
	line-height: 38px;
	background: #fff;
	border: 1px solid #c8c8c8;
	border-bottom: 2px solid #d64141;
}
.service-switch a {
	float: left;
	width: 130px;
	height: 38px;
	text-align: center;
	color: #3d3d3d;
	background: #f7f7f7;
	border-right: 1px solid #c8c8c8;
}
.service-switch .current {
	color: #fff;
	background: #d64141;
	border-right: 1px solid #d64141;
}
.service-content, .service-intro {
	min-height: 265px;
	margin-top: -1px;
	padding: 15px 30px;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #c8c8c8;
}
.service-intro {
	min-height: inherit;
	padding: 20px 0;
	font-size: 14px;
	line-height: 24px;
	border: 0;
}
.service-content table, .service-intro table {
	display: table;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border-color: grey;
	border: 1px solid;
}
.service-content tbody, .service-intro tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
	border: inherit;
}
.service-content tr, .service-intro tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	border: inherit;
}
.service-content td, .service-intro td {
	display: table-cell;
	vertical-align: inherit;
	border: inherit;
}

.service-content img, .service-intro img {
	max-width: 100%;
}
.service-content .alert {
	height: 30px;
	margin: 0 -15px;
	padding: 0 10px;
	line-height: 28px;
	color: #666;
	background: #FDF6F6;
	border: 1px solid #F3DFDF;
}
.service-core {
	margin-top: -1px;
	height: 70px;
	padding: 25px 70px;
	font-size: 14px;
	background: #f2f2f2;
	border: 1px solid #c8c8c8;
}
.service-core .post-core, .service-core .average-core {
	float: left;
	width: 50%;
}
.service-core .stars {
	margin: 0 0.5em
}
.service-input {
	padding: 10px 50px;
}
.service-input p {
	position: relative;
	margin: 0;
	padding: 8px 0;
}
.service-input .label {
	display: inline-block;
	width: 7em;
	height: 30px;
	line-height: 28px;
	font-weight: lighter;
	text-align: right;
	vertical-align: top;
}
.service-input p input[type="text"], .service-input p textarea {
	width: 530px;
	height: 30px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.service-input p textarea {
	height: 76px;
	line-height: 22px;
}
.service-input .submit {
	margin: 0;
	padding: 0;
	padding-left: 7em;
	text-align: left;
	background: transparent;
}
.service-input .submit .btn-s {
	width: 80px;
	height: 28px;
	text-align: center;
	color: #fff;
	background: #4dc0dd;
	border: 0;
}
.service-input .submit .tip {
	display: inline-block;
	height: 28px;
	margin-left: 5px;
	line-height: 26px;
	color: #808080;
}
.activity-intro {
	position: relative;
	margin: 0 -15px 15px;
	padding: 0 15px;
	border-bottom: 1px dashed #dedad6;
}
.activity-intro h1 {
	padding: 10px 0;
	font-size: 20px;
	font-weight: lighter;
	line-height: 30px;
}
.activity-intro p {
	font-size: 14px;
}
.activity-intro p.sign {
	position: absolute;
	right: 15px;
	bottom: 80px;
	text-align: center;
}
.activity-intro p.sign .num {
	display: block;
	line-height: 24px;
}
.activity-intro p.sign button {
	width: 166px;
	height: 36px;
	padding: 8px;
	line-height: 20px;
	text-align: center;
	background: #eb5f3c;
	border: 0;
}
.activity-intro p.sign button[disabled] {
	color: #fff;
	background: #ccc;
	cursor: not-allowed;
}
.activity-intro p.post {
	float: right;
	font-size: 12px;
	color: #777;
	margin-top: -30px;
}

.activity-intro p .label {
	display: inline-block;
	width: 6em;
	margin-right: 1em;
	text-align:justify;
	text-align-last:justify;
}
.activity-intro p .label:after {
	position: absolute;
	display: inline-block;
	content:":"
}

/*Ã¦â€“Â°Ã¥Â¢Å¾Ã¦Â Â·Ã¥Â¼Â*/
#body{
	background: #ebece7 url("../../images/site/news/banner-bg.jpg") no-repeat center top;
}
#body .l-width{
	padding-top: 96px;
}
/*.news{*/
/*background:#fff url("/images/site/news/news-left-bg.jpg") repeat-y 0 60px;*/
/*}*/