@charset "utf-8";

/* CSS Document*/


/* 全局样式*/

.v_news_content{padding-top:30px;}
.v_news_content p{font-size:16px; line-height:35px;}








body {
	font-family: Microsoft YaHei, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #333;
}

* {
	font-family: Microsoft YaHei, Arial, Tahoma, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	list-style: none;
}

ul {
	list-style: none;
}

img {
	border: none;
}

.clear:after {
	clear: both;
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
}

.clear {
	*zoom: 1;
}

.zt14 {
	font-size: 14px;
}

.zt13 {
	font-size: 13px;
}


/*隐藏*/

.hide {
	display: none;
}


/*粗体字*/

.bfont {
	font-weight: bold;
}


/*灰色字*/

.color_gray {
	color: #aeaeae;
}


/*红色字*/

.color_red {
	color: #f00;
}


/*蓝色字*/

.color_blue {
	color: #2356a5;
}

.mt10 {
	margin-top: 10px;
}

.hand {
	cursor: pointer;
}

.mr5 {
	margin-right: 5px;
}

.fl {
	float: left;
}

.omit {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.textCen {
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
}


/*首页*/

.ind_top {
	width: 100%;
	height: 30px;
	background-color: #434444;
	border-bottom: 1px solid #1b1b1b;
}

.ind_top .ind_top_q {
	width: 960px;
	height: 31px;
	margin: 0 auto;
	padding: 0 20px;
}

.ind_top .ind_top_q .ind_top_l {
	height: 30px;
	line-height: 31px;
	float: left;
}

.ind_top .ind_top_q .ind_top_l a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	margin-right: 20px;
}

.ind_top .ind_top_q .ind_top_l a:hover {
	color: #beedff;
}

.ind_top .ind_top_q .ind_top_c {
	height: 30px;
	line-height: 31px;
	float: right;
}

.ind_top .ind_top_q .ind_top_c a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	float: left;
	margin: 0 5px;
}

.ind_top .ind_top_q .ind_top_c a:hover {
	color: #beedff;
}

.top_with_line {
	width: 1px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	margin: 0 2px;
	color: #fff;
	float: left;
}

.search_input {
	width: 121px;
	height: 22px;
	line-height: 22px;
	background: url(../images/ind_search_bg.jpg) 0 0 no-repeat;
	border: none;
	padding: 0 10px;
	margin: 5px 0 0 10px;
	float: left;
}

.search_btn {
	width: 24px;
	height: 22px;
	float: left;
	background: url(../images/ind_search_btn.jpg) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	margin: 5px 0 0 -3px;
}

.w1000_margin0 {
	width: 1200px;
	margin: 0 auto;
}

.nav_wrap {
	width: 100%;
	min-width: 1200px;
	background-color: #3498db;
}

.nav {
	margin: 0 auto;
}

.nav .nav_logo {
	width: 1200px;
	margin: 0 auto;
}

.nav .nav_logo .logo {
	margin-left: 20px;
	float: left;
	height: 120px;
}

.nav .nav_logo .search {
	float: right;
	height: 120px;
	line-height: 120px;
	margin-right: 20px;
}

.nav .nav_logo .search input[type=text] {
	height: 28px;
	line-height: 30px;
	border: 1px solid #fff;
	float: left;
	width: 150px;
	outline: none;
}

.nav .nav_logo .search input[type=submit] {
	height: 30px;
	line-height: 30px;
	border:0;
	float: left;
	padding: 0 10px;
	color: #3498db;
	outline: none;
	cursor: pointer;
}

.hr {
	width: 100%;
	min-width: 1200px;
	height: 1px;
	line-height: 1px;
	background-color: #6fbbd7;
}

.nav .nav_dh {
	width: 1200px;
	height: 53px;
	line-height: 53px;
	margin: 0 auto;
}

.nav .nav_dh .dh_left {
	width: 1200px;
	margin-left: 1px;
	float: left;
}

.nav .nav_dh .dh_left div {
	text-align: center;
	float: left;
	position: relative;
}

.nav .nav_dh .dh_left div .nav_tit {
	width: 120px;
	height: 53px;
	color: #fff;
	font-size: 16px;
	/* font-weight:bold; */
	text-decoration: none;
	display: block;
}

.nav .nav_dh .dh_left div:hover .nav_tit {
	width: 120px;
	height: 53px;
	color: #a6a6a6;
}

.nav .nav_dh .dh_left div ul {
	display: none;
}

.nav .nav_dh .dh_left div:hover ul.navTwo {
	display: block;
	position: absolute;
	top: 53px;
	left: 0;
	z-index: 50;
}

.nav .nav_dh .dh_left div:hover .navTwo li {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.nav .nav_dh .dh_left div:hover .fnav_bg {
	display: block;
	width: 180px;
	height: 30px;
	line-height: 30px;
	background-color: #333333;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	position: absolute;
	top: 53px;
	left: 0;
}

.nav .nav_dh .dh_left div:hover ul li {
	float: left;
}

.nav .nav_dh .dh_left div:hover ul li a {
	text-align: center;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: block;
}

.nav .nav_dh .dh_left div:hover ul li a:hover {
	color: #a6a6a6;
	font-size: 14px;
	display: block;
}

.nav .nav_dh .dh_right {
	color: #fff;
	font-size: 14px;
	float: right;
}

.nav .nav_dh .dh_right span {
	margin-right: 10px;
}

.nav .nav_dh .dh_right .iselect {
	width: 90px;
	padding: 3px 5px;
	color: #555;
	font-size: 14px;
	background-color: #a1b9c4;
	border: none;
	margin-right: 10px;
}

.wl_q {
	width: 1200px;
	height: 70px;
	margin: 10px auto 0 auto;
}

.wl_q li {
	float: left;
	position: relative;
	cursor: pointer;
}

.wl_q li img {
	width: 300px;
	height: 70px;
}

.wl_q li a.firstBtn {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	display: inline;
	width: 70px;
	text-decoration: none;
}

.wl_q li a.secBtn {
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline;
	width: 70px;
	text-decoration: none;
}

.wl_q li a.oneBtn {
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 22px;
	right: 10px;
	display: inline;
	width: 70px;
	text-decoration: none;
}

.wl_q li .wl_hover1,
.wl_q li .wl_hover2,
.wl_q li .wl_hover3,
.wl_q li .wl_hover4 {
	display: none;
}

.wl_q li:hover .wl_hover1 {
	width: 400px;
	background-color: #1abc9c;
	padding: 10px;
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 99;
}

.wl_q li:hover .wl_hover2 {
	width: 430px;
	background-color: #9b59b6;
	padding: 10px;
	display: block;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 99;
}

.wl_q li:hover .wl_hover3 {
	width: 400px;
	background-color: #2ecc71;
	padding: 10px;
	display: block;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 99;
}

.wl_q li:hover .wl_hover4 {
	width: 400px;
	background-color: #3498db;
	padding: 10px;
	display: block;
	position: absolute;
	top: 70px;
	right: 0;
	z-index: 99;
}

.wl_q li:hover .wl_hover1 p .lj_none,
.wl_q li:hover .wl_hover2 p .lj_none,
.wl_q li:hover .wl_hover3 p .lj_none,
.wl_q li:hover .wl_hover4 p .lj_none {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/icon_dian.jpg) 0 center no-repeat;
	margin: 10px 0;
	text-decoration: none;
	display: inline-block;
	cursor: default;
	font-weight: bold;
}

.wl_q li:hover .wl_hover1 p a,
.wl_q li:hover .wl_hover2 p a,
.wl_q li:hover .wl_hover3 p a,
.wl_q li:hover .wl_hover4 p a {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/icon_dian.jpg) 0 center no-repeat;
	margin: 10px 0;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
}

.wl_q li:hover .wl_hover1 ul,
.wl_q li:hover .wl_hover3 ul,
.wl_q li:hover .wl_hover4 ul {
	width: 400px;
	padding-bottom: 10px;
	display: block;
	float: left;
}

.wl_q li:hover .wl_hover2 ul {
	width: 430px;
	padding-bottom: 10px;
	display: block;
	float: left;
}

.wl_q li:hover .wl_hover1 ul li,
.wl_q li:hover .wl_hover2 ul li,
.wl_q li:hover .wl_hover3 ul li,
.wl_q li:hover .wl_hover4 ul li {
	height: 25px;
	line-height: 25px;
	text-align: left;
}

.wl_q li:hover .wl_hover1 ul li a,
.wl_q li:hover .wl_hover2 ul li a,
.wl_q li:hover .wl_hover3 ul li a,
.wl_q li:hover .wl_hover4 ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	margin-left: 15px;
}

.wl_q li:hover .wl_hover1 ul li a:hover,
.wl_q li:hover .wl_hover2 ul li a:hover,
.wl_q li:hover .wl_hover3 ul li a:hover,
.wl_q li:hover .wl_hover4 ul li a:hover {
	text-decoration: underline;
}

.zxs_dl {
	position: absolute;
	top: 24px;
	right: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.zxs_dl:hover {
	text-decoration: underline;
}

.yrdw_dl {
	position: absolute;
	top: 24px;
	right: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.yrdw_dl:hover {
	text-decoration: underline;
}

.xy_dl {
	position: absolute;
	top: 24px;
	right: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.xy_dl:hover {
	text-decoration: underline;
}

.js_dl {
	position: absolute;
	top: 24px;
	right: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.js_dl:hover {
	text-decoration: underline;
}

.yrdw_dl_dl {
	position: absolute;
	top: 10px;
	right: 35px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.sk_a {
	font-size: 16px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.sk_a:hover {
	text-decoration: underline;
}

.gg_q {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
}


/*2014/04/09 补充*/

.gg_q ul {
	float: left;
}

.gg_q .gg_l {
	width: 340px;
	height: 380px;
	padding: 20px;
}


/*2014/04/09 补充*/

.gg_q .gg_l li a {
	width: 360px;
	height: 25px;
	line-height: 25px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gg_q .gg_l .gg_more {
	margin-left: 220px;
}

.gg_q .gg_l_tit {
	background: url(../images/white_dian.jpg) center left no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}

.gg_q .gg_l_tit a {
	font-size: 16px;
	color: #1057b0;
	text-decoration: none;
}

.gg_q .gg_l_tit a:hover {
	font-size: 16px;
	color: #888;
}

.gg_left_top li {
	height: 28px;
	line-height: 28px;
	width: 350px;
}


/*2014/04/09 补充*/

.gg_q li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.gg_q li a:hover {
	color: #888;
}

.gg_q .gg_c {
	width: 320px;
	height: 380px;
	padding: 20px;
}


/*2014/04/09 补充*/

.gg_q .gg_c .gg_more {
	margin-left: 200px;
}

.gg_q .gg_c li a {
	float: left;
	display: block;
	width: 320px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gg_q .gg_c li .c_tit {
	width: 140px;
	margin-right: 20px;
}

.gg_q .gg_c li .c_dw {}

.gg_q .gg_r {
	width: 153px;
	padding: 20px;
}

.gg_q .gg_r .gg_gz {
	width: 153px;
	height: 70px;
	list-style: none;
}

.gg_q .gg_r .gg_gz img {
	float: left;
	margin-top: 20px;
}

.gg_q .gg_r .gg_gz .gz_btn {
	width: 64px;
	height: 26px;
	background: url(../images/gz_btn.jpg) 0 0 no-repeat;
	border: none;
	cursor: pointer;
	float: left;
	margin-left: 20px;
	margin-top: 35px;
}

.gg_q .gg_r .gg_ewm {
	width: 153px;
	margin: 20px 0 0 15px;
}


/*2014/04/09 补充*/

.gg_q .gg_r .gg_ewm p {
	color: #666;
	margin-bottom: 10px;
}


/*2014/04/09 补充*/

.zprlEname {
	margin-left: 10px;
	color: #999;
}

.left_list {
	width: 202px;
	height: 322px;
	padding: 0 15px;
	overflow-y: auto;
	border: 1px solid #cccaca;
}


/*脚部*/

.foot {
	height: 96px;
	background-color: #3498db; text-align:center; color:#fff;padding-top:10px;line-height:26px;
}

.foot ul {
	margin: 0 auto;
}

.foot li {
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.foot li a {
	color: #fff;
	text-decoration: none;
}

.foot li a:hover {
	color: #beedff;
}


/*2014/04/09 补充*/

.line_gray {
	width: 100%;
	height: 1px;
	line-height: 1px;
	background-color: #d5d5d5;
}

.gg_left {
	float: left;
}

.gg_left_bot {
	margin: 0 20px;
	padding: 10px 0 20px 0;
}

.gg_left_bot ul {
	float: left;
}

.gg_left_bot .gg_xsfw_logo {
	margin-top: 25px;
}

.stu_btn {
	width: 86px;
	height: 32px;
	background-color: #98D1A0;
	color: #fff;
	cursor: pointer;
	border: none;
	margin: 30px 0 0 15px;
}

.com_btn {
	width: 86px;
	height: 32px;
	background-color: #95B4BF;
	color: #fff;
	cursor: pointer;
	border: none;
	margin: 20px 0 0 15px;
}

.gg_left_bot .stu_sc {
	height: 32px;
	line-height: 32px;
	font-weight: bold;
	margin: 20px 0 0 20px;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

.gg_left_bot .stu_sc:hover {
	color: #888;
}

.gg_q .gg_r {
	float: left;
}

.gg_bot_nr {
	margin: 10px 0 0 20px;
}


/*2014/10/20*/

.gg_bot_tit {
	font-size: 16px;
	color: #1057b0;
	font-weight: bold;
}

.mt30 {
	margin-left: 25px;
}

.gg_left_bot_cen {
	margin: 12px 0 0 20px;
}

.gg_left_bot_right {
	margin-left: 80px;
}


/*2014/04/29*/


/*四类导航*/

.sl_nav {
	width: 1000px;
	margin: 0 auto;
}

.sl_nav a {
	color: #fff;
	text-decoration: none;
}

.sl_nav a:hover {
	text-decoration: underline;
}

.sl_nav .sl_one {
	width: 250px;
	background-color: #f9e9e2;
}

.sl_one li {
	width: 210px;
	padding: 5px 20px;
	font-size: 14px;
	color: #E2602C;
}

.sl_one li a {
	color: #E2602C;
	text-decoration: none;
	font-size: 14px;
}

.one_tit {
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	background-color: #E2602C;
	margin-bottom: 10px;
}

.sl_fnav {
	width: 210px;
	margin: 0 20px 20px 20px;
	*margin-left: 0;
}

.sl_one .sl_fnav a,
.sl_two .sl_fnav a,
.sl_three .sl_fnav a,
.sl_four .sl_fnav a {
	line-height: 25px;
	color: #666;
	margin-right: 10px;
	font-size: 14px;
	display: inline-block;
}

.sl_fnav a:hover {
	text-decoration: underline;
}

.sl_nav .sl_two {
	width: 250px;
	background-color: #e1edd5;
}

.sl_two li {
	width: 210px;
	padding: 5px 20px;
	font-size: 14px;
	color: #5E9F21;
}

.sl_two li a {
	color: #5E9F21;
	text-decoration: none;
	font-size: 14px;
}

.two_tit {
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	background-color: #5E9F21;
	margin-bottom: 10px;
}

.sl_nav .sl_three {
	width: 250px;
	background-color: #d6dbea;
}

.sl_three li {
	width: 210px;
	padding: 5px 20px;
	font-size: 14px;
	color: #24418F;
}

.sl_three li a {
	color: #24418F;
	text-decoration: none;
	font-size: 14px;
}

.three_tit {
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	background-color: #24418F;
	margin-bottom: 10px;
}

.sl_nav .sl_four {
	width: 250px;
	background-color: #d1e9f1;
}

.sl_four li {
	width: 210px;
	padding: 5px 20px;
	font-size: 14px;
	color: #0C89B7;
}

.sl_four li a {
	color: #0C89B7;
	text-decoration: none;
	font-size: 14px;
}

.four_tit {
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	background-color: #0C89B7;
	margin-bottom: 10px;
}


/*中心简介*/

.center_intro {
	padding: 10px 0;
}

.main_left {
	width: 300px;
	float: left;
	margin: 20px 0 20px 10px;
	background: url(../images/main_left_bg.jpg) #fff 0 0 no-repeat;
	padding: 30px 0;
}

.left_nav_list li {
	height: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}

.left_nav_list li a {
	width: 300px;
	height: 35px;
	display: block; border-bottom:1px solid #ccc;
	line-height: 35px;
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
}

.left_nav_list li a:hover,
.pitch {
	color: #fff !important;
	background-color: #3498db;
}

.main_right {
	width: 865px;
	float: right;
	margin: 20px 10px 20px 0;
	min-height: 300px;
	background-color: #fff;
}

.quick_gallery {
	height: 30px;
	line-height: 30px;
	background-color: #3498db;
	color: #fff;
	font-size: 14px;
}

.quick_gallery a {
	color: #fff;
	margin: 0 10px;
	text-decoration: none;
	font-size: 14px;
}

.quick_gallery a:hover {
	text-decoration: underline;
}

.main_content {
	padding: 25px 0;
	background-color: #fff;
}

.main_content p {
	margin: 0 20px;
	text-indent: 2em;
	margin-bottom: 20px;
	line-height: 20px;
	color: #666;
}


/*学院介绍*/

.college_list li {
	height: 30px;
	line-height: 30px;
	margin: 5px 20px;
	width: 300px;
	float: left;
	list-style: inside;
}

.college_list li a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

.college_list li a:hover {
	text-decoration: underline;
}

.aaa {
	display: none;
	position: absolute;
	top: 0;
	z-index: 9999;
}

.xjh_tit {
	color: #666;
	background: url(../images/xjh_bj.jpg);
	padding: 6px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.xjh_tit span {
	float: right;
	cursor: pointer;
}

.aaa ul {
	padding: 0 0 10px 0;
	border: 1px solid #999;
	border-radius: 8px;
	background: #eaf4fb;
	box-shadow: 2px 2px 2px #ccc;
}

.xjh_con {
	color: #666;
	padding: 0 20px;
}

.jDiaporama ul.diaporama1 li {
	width: 1200px;
	height: 350px;
	margin: 0 auto;
	float: left;
}

.jDiaporama {
	width: 100%;
	height: 350px;
	margin: 0 auto;
	position: relative;
}


/* 20170717 */


/* 日历 */

.content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 10px;
}

.conLeft {
	width: 245px;
	margin-top: 10px;
	height: auto;
}

.rili {
	border: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin: 10px 0;
}

.rili p.gg_l_tit {
	width: 223px;
	border-bottom: 1px solid #69b1de;
	margin-left: 10px;
	line-height: 40px;
}

.rili p.gg_l_tit a {
	font-size: 16px;
	color: #1480c9;
	text-decoration: none;
}

.moduleList {
	width: 213px;
	height: auto;
	border: 1px solid #e5e5e5;
	padding: 10px 10px 5px 20px;
}

.moduleList ul li {
	float: left;
	width: 96px;
	height: 40px;
	background: #3498db;
	margin: 0 10px 5px 0;
	text-align: center;
	line-height: 40px;
}

.moduleList ul li a {
	font-size: 14px;
	color: #fff;
}

.imgList {
	width: 245px;
	height: auto;
	margin-top: 10px;
}

.imgList li {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.imgList li img {
	width: 100%;
}

.conCenter {
	width: 463px;
	border: 1px solid #e5e5e5;
	height: 935px;
	margin: 10px 10px 0 10px;
	display: inline-block;
}

.zpList {
	width: 425px;
	padding: 0 19px 15px 19px;
}

.zpMess {
	width: 425px;
	height: 867px;
	overflow: hidden;
	display: none;
}

.zpxxList {
	border-bottom: 1px solid #e5e5e5;
	width: 425px;
	height: 66px;
	overflow: hidden;
	padding: 15px 0;
}

.zpxxDate {
	width: 60px;
	height: 64px;
	border-radius: 6px;
	background: #3498db;
	margin-right: 10px;
}

.zpxxDate p {
	color: #fff;
	text-align: center;
	width: 60px;
}

.zpxxDateMonth {
	height: 25px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	line-height: 25px;
}

.zpxxDateDay {
	height: 38px;
	font-size: 24px;
	line-height: 38px;
}

.zpxxList ul {
	width: 335px;
}

.zpxxList ul li {
	line-height: 22px;
	font-size: 14px;
	color: #777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zpxxList ul li.date a {
	color: #3498db;
}

.zpxxList ul li span {
	color: #555;
}

.zpMessTitle {
	width: 443px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	border-bottom: 1px solid #69b1de;
}

.zpMessTitle li {
	float: left;
	width: 84px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #666;
	text-align: center;
	cursor: pointer;
}

.zpMessTitle li.sel {
	background: url(../../../images/bj_zpmess.jpg) no-repeat bottom center;
	margin-top: 1px;
	color: #1480c9;
}

.zpMessTitle a {
	float: right;
	font-size: 12px;
	color: #999;
	cursor: pointer;
	text-decoration: none;
}

.newsList {
	width: 423px;
	height: 225px;
	overflow: hidden;
	padding: 0 20px;
	border: 1px solid #e5e5e5;
}

.newsList p {
	font-size: 16px;
	color: #1480c9;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #69b1de;
}

.newsList p a {
	font-size: 12px;
	color: #999;
	float: right;
	cursor: pointer;
}

.newsList ul {
	width: 423px;
	height: 250px;
	overflow: hidden;
	padding: 2px 0;
}

.newsList li {
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../../../images/iconlist.jpg) no-repeat left center;
	padding-left: 8px;
}

.newsList li a {
	font-size: 14px;
	color: #555;
	display: block;
	width: 325px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	text-decoration: none;
}

.newsList li a:hover {
	color: #3498db;
}

.newsList li span {
	float: right;
}

.dwsxzp ul {
	width: 425px;
	height: 858px;
	overflow: hidden;
	padding: 5px 0;
}

.dwsxzp ul li {
	width: 425px;
	line-height: 26px;
}

.dwsxzp ul li a {
	width: 327px;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #555;
	background: url(../../../images/iconlist.jpg) no-repeat left center;
	padding-left: 8px;
	text-decoration: none;
}

.dwsxzp ul li a:hover {
	color: #3498db;
}

.dwsxzp ul li span {
	display: block;
	width: 70px;
	float: right;
}

.sm p {
	line-height: 24px;
	text-indent: 2em;
	margin-top: 10px;
	font-size: 14px;
}

.sm p img {
	width: 65%;
	display: block;
	margin: 0 auto;
}