@charset "UTF-8";

/* Base Reset */

.focuswap {
	display: none;
}

* {
	margin: 0;
	padding: 0;
}

.fixed {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	top: 0;
	left: 0;
}


/*html {-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);} 
html {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}*/

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

a img {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #333;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

.clear {
	clear: both;
}



/*header*/
.s-top-head {
	width: 100%;
	min-width: 1200px;
	z-index: 100;
	height: 183px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	opacity: 1;
	display: block;
}

.s-logo img {
	height: 68px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.s-head-t .s-logo img {
	height: 50px;
}

.s-head-t .s-xiaoxun span {
	line-height: 90px;
}

.s-top {
	width: 100%;
	background-color: #1D011B;
}

.s-head-t .s-xiaoxun span img {
	width: 100px;
}

.s-head-t .s-header {
	height: 90px;
}

.wp-menu {
	float: right;
	height: 30px;
	margin-right: 45px;
}

.top {
	width: 1190px;
	margin: 0 auto;
}

.wp-menu ul li {
	float: left;
}

.wp-menu ul li a {
	display: block;
	margin: 0 6px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #cdbccc;
	text-decoration: none;
}

.s-header {
	width: 100%;
	height: 107px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.s-inner {
	width: 1190px;
	margin: 0 auto;
}

.s-logo {
	float: left;
	padding: 19px 0;
}

.s-search {
	float: right;
	margin-top: 40px;
	margin-right: 0;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.s-head-t .s-search {
	margin-top: 30px;
	margin-right: 30px;
}

.s-search-btn {
	width: 38px;
	height: 28px;
	border: 0;
	outline: 0;
	background: url(../images/sous.png) no-repeat center;
	cursor: pointer;
	font-size: 0;
	vertical-align: middle;
}

.form-control {
	height: 18px;
	line-height: 18px;
	border: 0;
	outline: 0;
	background: none;
	color: #c8c2af;
	font-size: 14px;
	padding: 5px 5px;
	border: 1px solid #390336;
	border-radius: 5px;
}

.s-bj {
	width: 100%;
	background: url(../images/bj.png) no-repeat center;
	background-size: 100% 100%;
}

/* nav */
.zhong {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.nav {
	width: 100%;
	z-index: 10;
}

.nav .ul1 .li1 {
	float: left;
	padding: 0 37px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	position: relative;
	background: url(../images/navj.png) right center no-repeat;
}

.nav .ul1 .li1 .li1_a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}



.nav .ul2 {
	z-index: 999;
	display: none;
	width: 150px;
	border-top: 2px solid #f90;
	position: absolute;
	left: 0;
	top: 46px;
}

.nav .ul2 .li2 {
	position: relative;
}

.nav .ul2 .li2 .li2_a {
	display: block;
	background: #575757;
	filter: alpha(opacity=70);
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	opacity: 0.7;
	font-size: 14px;
	color: #fff;
}


.nav .ul3 {
	z-index: 999;
	display: none;
	width: 198px;
	border-left: 2px solid #f90;
	position: absolute;
	left: 150px;
	top: 0;
}

.nav .ul3 .li3 {
	position: relative;
}

.nav .ul3 .li3 .li3_a {
	display: block;
	background: #575757;
	filter: alpha(opacity=70);
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	opacity: 0.7;
	font-size: 14px;
	color: #fff;
    
     white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
}


.nav .ul4 {
	z-index: 999;
	display: none;
	width: 198px;
	border-left: 2px solid #f90;
	position: absolute;
	left: 198px;
	top: 0;
}

.nav .ul4 .li4 {
	position: relative;
}

.nav .ul4 .li4 .li4_a {
	display: block;
	background: #575757;
	filter: alpha(opacity=70);
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	opacity: 0.7;
	font-size: 14px;
	color: #fff;
}


/*轮播*/
.s-bann {
	width: 100%;
	background: url(../images/bj_1.png) no-repeat center;
	background-size: 100% 100%;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.slideBox {
	width: 1400px;
	position: relative;
	margin: 0 auto;
}

.slideBox .hd {
	width: 954px;
	height: 129px;
	overflow: hidden;
	background: #73116f;
	position: absolute;
	left: 50%;
	top: 316px;
	margin-left: -477px;
	z-index: 10;
	filter: alpha(opacity=50);
	opacity: 0.5;
}



.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.slideBox .bd img {
	width: 100%;
	height: 440px;
	display: block;
	/* padding-bottom:45px;*/
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	display: block;
	width: 30px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #000;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 50;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-family: '\5b8b\4f53';
}

.slideBox .next {
	right: 0;
}

.slideBox .prev {
	left: 0;
}

.slide-text {
	position: absolute;
	left: 145px;
	bottom: 0;
	z-index: 10;
	/* width: 330px; */
	line-height: 45px;
	color: #ffffff;
}

.s-text-bg {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.s-times {
	position: absolute;
	right: 165px;
	bottom: 45px;
	z-index: 10;
	/* width: 330px; */
	line-height: 84px;
	color: #ffffff;
	font-weight: bold;
}


.s-container {
	background: #edebdf;
	width: 100%;
}

.s-cont {
	width: 1200px;
	margin: 0 auto;
}

.s-top-left {
	width: 772px;
	float: left;
	/* margin-left: 40px; */
	margin-top: 20px;
}

.post .tt {
	height: 40px;
	margin-bottom: 12px;
}

.post .tt .tit {
	display: block;
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #670363;
}

.post .tt .tit .title {
	display: block;
	height: 40px;
	line-height: 40px;
}

.post .tt .more_btn {
	display: block;
	height: 40px;
	line-height: 40px;
	margin-right: 8px;
	float: right;
}

.post .tt .more_btn a {
	color: #8b898c;
	font-family: "宋体";
	font-size: 13px;
}


.slideBox1 {
	width: 772px;
	height: 445px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.slideBox1 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0px;
	z-index: 1;
	display: block;
	margin-left: -14px;
}

.slideBox1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox1 .hd ul li {
	float: left;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	overflow: hidden;
	background: #666;
	margin: 0 3px;
}

.slideBox1 .hd ul li.on {
	background: #63065F;
}

.slideBox1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox1 .bd li {
	zoom: 1;
	vertical-align: middle;
}

/*.slideBox1 .bd img {
	width: 100%;
	height: 437px;
	display: block;
}*/
.qbox {
	width: 835px;
	height: 450px;
}

.s-new-left {
	float: left;
	width: 349px;
	margin-right: 65px;
}

.s-new-right {
	float: right;
	width: 349px;
	margin-right: 65px;
}

.qbox .s-news {
	float: left;
	width: 349px;
	height: 440px;
	border-top: 3px solid #63065F;
	overflow: hidden;
}

.qbox .news {
	float: left;
	width: 349px;
	height: 197px;
	margin-bottom: 20px;
	border-top: 3px solid #63065F;
	overflow: hidden;
}

.s-lists {
	margin-right: 65px;
	border-top: 3px solid #63065F;
}

.s-lists ul {
	margin-top: 20px;
}

.s-lists ul li {
	line-height: 30px;
	padding: 0 10px;
	padding-bottom: 10px;
}

.s-lists ul li a {
	text-decoration: none;
	float: left;
	font-size: 14px;
	color: #000000;
}

.s-lists ul li a:hover {
	text-decoration: underline;
	color: #63065f;
}

.s-lists ul li span {
	float: right;
	font-size: 15px;
	color: #5A4820;
}

.qbox .s-news .s-img-item {
	margin-bottom: 34px;
}

.qbox .bt,
.qbox .bt a {
	line-height: 20px;
	margin: 14px 0 0px 0;
	font-size: 16px;
	color: #63065F;
	text-decoration: none;
}

.qbox .bt a:hover {
	text-decoration: underline;
}

.qbox .time {
	line-height: 22px;
	margin: 8px 0;
	font-size: 18px;
	font-family: "corbel";
}

.qbox .nr {
	line-height: 22px;
	margin-top: 20px;
	height: 112px;
	overflow: hidden;
	font-size: 12px;
}

.qbox .nr a:hover {
	text-decoration: underline;
	color: #EC3C1B;
}


.s-top-right {
	width: 350px;
	float: right;
	/* margin-right: 40px; */
	margin-top: 20px;
}

.s-top-right .con {
	padding: 0px 30px;
	padding-bottom: 30px;
	padding-top: 10px;
	background-color: #e0d9c9;
}

.s-top-right .news_list li.news {
	line-height: 24px;
	padding-left: 0px;
	padding: 12px 0;
	border-bottom: 1px solid #C1B394;
}

.sj {
	width: 60px;
	height: 50px;
	float: left;
	text-align: center;
	/* margin-top: 8px; */
}

.sj .date-day {
	font-size: 20px;
	color: #fff;
	height: 25px;
	line-height: 25px;
	background-color: #63065f;
}

.sj .date-month {
	height: 25px;
	line-height: 25px;
	color: #797979;
	background-color: #fff;
	font-size: 12px;
}

.zdy-1 {
	width: 210px;
	float: right;
}

.zdy-1 .bt {
	line-height: 22px;
}

.zdy-1 .bt a {
	color: #000;
	font-size: 15px;
}

.zdy-1 .bt a:hover {
	text-decoration: underline;
	color: #63065f;
}


.s-center-cont {
	margin-top: 0;
}

.s-center-left {
	float: left;
	width: 350px;
	margin-right: 77px;
	margin-bottom: 40px;
}

.s-center-right {
	width: 335px;
	float: right;
	margin-right: 0;
	/* margin-top: 60px; */
}

.s-center-cont .con {
	border-top: 3px solid #63065F;
}

.s-center-cont .con ul {
	margin-top: 20px;
}

.s-center-cont .con ul li {
	padding: 10px;
}

.s-center-cont .con ul li a {
	text-decoration: none;
	font-size: 13px;
	color: #000000;
	display: block;
	float: left;
}

.s-center-cont .con ul li a:hover {
	text-decoration: underline;
	color: #63065f;
}

.s-items-img {
	float: left;
	width: 150px;
	height: 110px;
}

.s-items-text {
	float: right;
	width: 150px;
	height: 110px;
}

.s-items-text a h3 {
	font-size: 14px;
	line-height: 20px;
}

.s-con-time {
	float: left;
	text-align: center;
	width: 60px;
	height: 60px;
}

.s-title {
	float: right;
	width: 220px;
	line-height: 30px;
}

.time-day,
.time-month {
	line-height: 30px;
}

.time-day {
	background-color: #63065f;
	color: #FFFFFF;
	font-size: 18px;
}

.time-month {
	background-color: #FFFFFF;
	color: #797979;
	font-size: 12px;
}

.post-22 .con {
	border-top: 3px solid #63065F;
}

.post-22 .news_title {
	font-size: 16px;
	margin: 20px 0px 15px 0px;
}

.post-22 .news_meta {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.post-22 .news_title a {
	color: #63065f;
}

.post-22 .news_title a:hover {
	text-decoration: underline;
}

.post-22 .news_meta a {
	font-size: 12px;
}

.post-22 .news_meta a:hover {
	text-decoration: underline;
	color: #EC3C1B;
}

.post-23 {
	margin-top: 40px;
}

.post-23 .newsw {
	position: relative;
	height: 174px;
	display: block;
}

.post-23 .newsw>a {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 98;
}

.post-23 .newsw>a .imgs {
	width: 335px;
	height: 174px;
	background-size: cover;
	background-position: center top;
}

.post-23 .newsw .news_title {
	position: absolute;
	bottom: 8px;
	left: 0px;
	z-index: 100;
	width: 100%;
	text-align: center;
	color: #fff;
}

.post-23 .newsw .news_title a {
	line-height: 20px;
	color: #fff;
	font-size: 16px;
}

.post-23 .newsw .news_title a:hover {
	text-decoration: underline;
}

.post-23 .newsw .title_bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	height: 40px;
	width: 100%;
	background: url(../images/img.png) repeat-x bottom left;
	text-align: center;
}

.s-bottom {
	width: 100%;
	background: #E0D9C9;
}

.s-bottom-inner {
	margin: 0 auto;
	width: 1190px;
}

.s-bot-left {
	width: 624px;
	float: left;
	/* margin-left: 40px; */
	margin-top: 69px;
}

.s-bot-right {
	width: 553px;
	float: right;
	/* margin-left: 40px; */
	margin-top: 50px;
  	margin-bottom: 50px;
  	height: 180px;
  	overflow: auto;
}



.picScroll-left {
	width: 620px;
	overflow: hidden;
	position: relative;
	background: #EEF1F3;
}

.picScroll-left .prev,
.picScroll-left .next {
	display: block;
	width: 15px;
	height: 30px;
	margin-top: -15px;
	overflow: hidden;
	color: #000000;
	position: absolute;
	top: 50%;
	cursor: pointer;
	font-family: '\5b8b\4f53';
	font-size: 30px;
	z-index: 50;
}

.picScroll-left .next {
	left: 0;
}

.picScroll-left .prev {
	right: 0;
}

.picScroll-left .tempWrap {
	margin: 0 auto;
}

.picScroll-left .bd {
	padding: 10px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	width: 180px;
	height: 80px;
	background: url(../images/ztzl_small_bg.jpg) center center no-repeat;
}

.picScroll-left .bd ul li .pic a {
	display: block;
	width: 120px;
	height: 40px;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	/* 上下左右居中 */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	display: -webkit-flex; /* Safari */
	display: flex;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}




.s-icon a {
	float: left;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 90px;
	height: 90px;
	margin-left: 20px;
}

.s-icon a img {
	padding: 7px;
  	max-width: 45px;
}

.s-icon a p {
	font-size: 14px;
	line-height: 17px;
	color: #5A4820;
}

.s-footer {
	width: 100%;
	min-width: 1200px;
	background: #521b4e;
	height: 160px;
}

.s-foot-cont {
	width: 1190px;
	margin: 0 auto;
}

.s-diz {
	float: left;
	width: 420px;
	/* margin-left: 80px; */
	margin-top: 65px;
}

.s-diz>ul>li {
	float: left;
	margin-right: 20px;
	position: relative;
}

.s-diz>ul>li>a {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	display: block;
	padding-right: 20px;
}

.s-diz>ul>li>a>i {
	background: url(http://www.scu.edu.cn/images/arrow-up.png);
	width: 16px;
	height: 10px;
	display: block;
	position: absolute;
	top: 10px;
	right: 0;
}

.s-lianjie {
	width: 200px;
	position: absolute;
	background: #eee;
	bottom: 30px;
	left: -20px;
	display: none;
	max-height: 300px;
	overflow-y: auto;
	z-index: 100;
}

.s-lianjie ul li {
	border-bottom: 1px dotted #666;
	margin: 0 5px;
}

.s-lianjie ul li a {
	padding: 10px 0;
	text-align: center;
	display: block;
	font-size: 13px;
}

.s-lianjie ul li a:hover {
	color: #FF0000;
}

.s-foot-logo {
	float: left;
	width: 350px;
	height: 160px;
	margin-left: 10px;
	background: url(../images/logo.png) no-repeat center center;
}

.s-fenx {
	float: right;
	width: 280px;
	margin-top: 65px;
	text-align: center;
}

.s-fenx ul li {
	float: left;
	margin-right: 15px;
	position: relative;
}

.s-footer-bot {
	width: 100%;
	min-width: 1200px;
	background: #1d011b;
}

.footer-cont {
	color: #cdbccc;
	line-height: 40px;
	font-size: 12px;
	text-align: center;
}

.copymail {
	color: #7A5678;
}

.copymail:hover {
	text-decoration: underline;
	color: #EC3C1B;
}

.s-items {
	
	height: 50px;
	margin: 0 auto;
}

.s-xiaoxun {
	float: left;
	margin-left: 480px;
}

.s-xiaoxun span {
	line-height: 100px;
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.s-xiaoxun span img {
	width: 120px;
	vertical-align: middle;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}


.ewm-tp {
	position: absolute;
	top: -110px;
	left: -34px;
	display: none;
}

.s-foot-nav {
	width: 100%;
	background: #575757;
	padding: 20px 0;
	color: #cdbccc;
}

.s-foot-conts {
	width: 1200px;
	margin: 0 auto;
}

.s-nav-list {
	float: left;
	width: 20%;
	text-align: center;
}

.s-nav-list ul {
	margin-top: 20px;
	font-size: 14px;
}

.s-nav-list ul li {
	padding: 4px 0;
}

.s-nav-list ul li a {
	font-size: 14px;
	color: #cdbccc;
}

.s-nav-list ul li a:hover {
	color: #EC3C1B;
}

.s-nav-list h3 {
	color: #FFFFFF;
	font-size: 16px;
}

.s-jdz-list {
	width: 100%;
}

.s-jdz-conts {
	width: 1200px;
	margin: 0 auto;
}

.mechanism_left {
	width: 250px;
	margin-bottom: 50px;
	float: left;
}

.mechanism_left>ul {
	background: #f1f3f7;
	padding-bottom: 22px;
	margin-bottom: 50px;
}

.mechanism_left>ul>li {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #e6e6e6;
}

.mechanism_left li.title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
	margin-top: 60px;
}

.mechanism_left li.title i {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-width: 10px 0 10px 10px;
	border-style: solid;
	border-color: #63065f transparent transparent transparent;
	bottom: 0px;
	left: -10px;
}

.mechanism_left li.title span {
	width: 210px;
	background: #63065f;
	display: block;
	color: #fff;
	text-align: center;
	margin-left: -10px;
}

.mechanism_left>ul>li a {
	height: 58px;
	font-size: 17px;
	padding: 0 20px;
	display: block;
	cursor: pointer;
	overflow: hidden;
}

#content_li {
	background: #63065f;
	color: #fff;
	border-left: 4px solid #fcbd14;
}

.mechanism_left>ul>li a:hover {
	background: #63065f;
	color: #fff;
	border-left: 4px solid #fcbd14;
}

.mechanism_left>ul>li a.active {
	background: #63065f;
	color: #fff;
	border-left: 4px solid #fcbd14;
}

.slideBoxz1 {
	width: 250px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBoxz1 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBoxz1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBoxz1 .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50px;
	filter: alpha(opacity=90);
	opacity: .9;
}

.slideBoxz1 .hd ul li.on {
	background: #00409d;
	color: #fff;
}

.slideBoxz1 .bd {
	position: relative;
	z-index: 0;
}

.slideBoxz1 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBoxz1 .bd img {
	width: 250px;
	display: block;
}

.mechanism_right {
	width: 910px;
	float: right;
}

.mechanism_right_top {
	width: 910px;
	height: 60px;
	line-height: 60px;
	/* border-bottom: 1px solid #eeeeee; */
}

.right_top_left li a {
	display: inline;
}

.right_top_left li {
	float: left;
	margin-right: 4px;
}

.right_top_right {
	margin-top: 15px;
}

.right_top_right input.text {
	height: 30px;
	line-height: 30px;
	background: #f8f8f8;
	padding-left: 10px;
	color: #888888;
}

.right_top_right button.submit {
	width: 30px;
	height: 30px;
	/* background: #c34649; */
	background: url(../imagess/search-1.png) no-repeat;
}

.mechanism_right_but {
	width: 840px;
	padding: 40px 35px 8px;
	border: 1px solid #eeeeee;
	margin-bottom: 70px;
}

.telephone_top {
	height: 40px;
	line-height: 40px;
	background: #f8f8f8;
}

.telephone_top a {
	width: 156px;
	font-size: 18px;
	border-left: 4px solid #63065f;
	display: block;
	padding-left: 20px
}

.telephone_top_letter {
	padding-left: 10px;
}

.telephone_top_letter dd {
	float: left;
	margin-right: 14px;
	font-size: 18px;
	height: 30px;
	cursor: pointer
}

.telephone_top_letter dd.active {
	color: #c34649;
	border-bottom: 1px solid #c34649;
}

.telephone_bot li {
	width: 150px;
	height: 70px;
	border-bottom: 1px solid #eeeeee;
	float: left;
	margin: 0 26px 14px;
}

.telephone_bot ul.clearfix {
	padding: 24px 0;
}

.dList_info li.highLight span a,
.telephone_bot li:hover a {
	color: #c34649;
}

.dList_info li p.dTel {
	background: url(../images/telephone.png) no-repeat left center;
	padding-left: 20px;
}

.dList_info li:hover p,
.dList_info li.highLight p {
	color: #c34649;
	background: url(../imagess/telephone_color.png) no-repeat left center
}

.telephone_bot li span,
.telephone_bot li p {
	display: block;
	margin-top: 10px;
}

.telephone_bot li p img {
	vertical-align: initial;
}

.dList_info li span a {
	font-size: 13px;
}

.con_list {
	width: 910px;
	border: 1px solid #eeeeee;
}

.right_list li {
	width: 873px;
	height: 56px;
	line-height: 56px;
	float: left;
	margin-left: 20px;
	border-bottom: 1px dashed #eeeeee;
}

.right_list li i {
	display: block;
	width: 3px;
	height: 3px;
	background: #000;
	float: left;
	margin-top: 26px;
	margin-right: 10px;
}

.right_list li a {
	display: inline;
	float: left;
	font-size: 16px;
	width: 720px;
	height: 56px;
	overflow: hidden;
}

.right_list li a:hover {
	color: #c34649;
}

.right_list li span {
	color: #666666;
	float: right;
	font-size: 16px;
}

#pages {
	float: left;
	margin-top: 50px;
	margin-bottom: 50px;
}

#pages li {
	height: 26px;
	line-height: 26px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}

#pages li:hover {
	background: #63065f;
	cursor: pointer;
	color: #fff;
}

#pages li:hover a {
	color: #fff;
}

#pages li a {
	color: #333333;
	font-size: 14px;
}

#pages .page-active {
	background: #af251b;
}

#pages .page-active a {
	color: #fff;
}

.mechanism_right_con {
	width: 910px;
	border-top: 1px solid #eeeeee;
}

.show_title {
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	margin-top: 35px;
	text-align: center;
	overflow: hidden;
}

.show_information {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.show_information span {
	font-size: 12px;
	color: #777;
	margin-right: 30px;
}

.show_content {
	width: 100%;
	margin-top: 30px;
	float: left;
}

.shangxiapian {
	width: 100%;
	height: 120px;
	border-top: 1px solid #d7d7d7;
	margin-top: 60px;
	margin-bottom: 60px;
	float: left;
}

.shangxiapian span {
	color: #333333;
	font-size: 14px;
	float: left;
}

.shangxiapian a {
	color: #333333;
	font-size: 14px;
	float: left;
}

.shangxiapian a:hover {
	color: #c34649;
}

.shangyipian {
	width: 880px;
	height: 24px;
	line-height: 24px;
	float: left;
	margin-top: 50px;
}

.xiayipian {
	width: 880px;
	height: 24px;
	line-height: 24px;
	float: left;
}

.guanbi {
	float: right;
	text-indent: 20px;
	width: 67px;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #333333;
	background: url(../images/guanbi2.png);
	background-repeat: no-repeat;
	cursor: pointer;
}


.s-xy h3 {
	font-size: 17px;
	color: #670363;
}

.s-user input,
.s-pass input {
	width: 188px;
	height: 19px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	text-indent: 10px;
}

.s-user span,
.s-pass span {
	font-size: 14px;
	font-weight: bold;
	color: #9a5697;
	word-spacing: 10.5px;
}

.s-login {
	text-align: center;
	margin-top: 10px;
}

.s-pass,
.s-btn {
	margin-top: 10px;
}

.s-btn input {
	width: 76px;
	height: 24px;
	margin-left: 20px;
	border-radius: 3px;
	background: #9a5697;
	color: #fff;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
	border: 0;
}

.post .tt .more_btn a:hover {
	text-decoration: underline;
}

.s-bj2 {
	background: url(../images/jt2.png) no-repeat 0 0;
	width: 14px;
	height: 14px;
	float: left;
	display: block;
	background-size: 100%;
}

.s-list-item {
	display: block;
	margin-left: 5px;
	float: left;
}

.show_content p {
	line-height: 2.5em;
	text-align: left;
	color: #333;
	white-space: normal;
	text-align: justify;
	font-size: 22px;
	font-family: arial, "宋体";
}

.show_content span {
	font-size: 22px;
	font-family: arial, "宋体" !important;
}
