/*banner部分样式开始*/
.banner_wrap{
	min-width: 1240px;
    width: 100%;
    height: 54px;
    background: #f4f7ff;
    border-top: 1px solid #dadada;
}
.banner_wrap .banner{
    width: 1240px;
    height: 54px;
    margin: 0 auto;
}
.banner_wrap .banner .banner_up{
    height: 12px;
    padding: 20px 0 22px 20px;
    font: 12px/12px "微软雅黑";
    color: #999;
}
.banner_wrap .banner .banner_up a{
    color: #999;
    font-family: "微软雅黑";
}
.banner_wrap .banner .banner_up span{
    margin: 0 8px;
}
.banner_wrap .banner .banner_up span:last-child{
    margin: 0;
}
/*banner部分样式结束*/

/*content部分样式开始*/
.content_wrap{
	min-width: 1240px;
    width: 100%;
    background: #f4f7ff;
}
.clearfix:before,.clearfix:after{
	display: table;
	content: "";
	clear: both;
	height: 0;
}
.clear{
	zoom: 1;
}
.content_wrap .content{
    width: 1240px;
    margin: 0 auto;
}
/*/////////////////////////////////////////////////////////////////////////////*/
/*content右侧部分开始*/
.content_wrap .content_right{
    width: 354px;
    float: right;
    background: #f4f7ff;
}
.content_right_p{
	height: 18px;
    font: 18px/18px "微软雅黑";
    color: #222;
    padding: 20px 0;
    background: #fff;
}
.content_right_p h3{
    font: 18px/18px "微软雅黑";
    color: #222;
}
.content_right_p1{
	margin-top: 20px;
}
.content_right_icon1{
	width: 6px;
	height: 18px;
	background: #25a6ff;
	margin: 0 12px 0 13px;
	float: left;
}
.content_right_icon2{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #25a6ff;
	position: absolute;
	top: 24px;
	left: 13px;
}
.content_wrap .content_right li{
    border-top: 1px solid #eee;
    padding: 18px 10px 18px 31px;
    position: relative;
    background: #fff;
}
.content_wrap .content_right h4{
    font: 14px/22px "微软雅黑";
    color: #666;
    letter-spacing: 1px;
}
.content_wrap .content_right h4:hover{
    color: #25a6ff;
}
.content_wrap .content_right .consult_list h4,.content_right_icon2_h4  {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*/////////////////////////////////////////////////////////////////////////////*/
/*consult_list部分样式开始*/
.consult_lists{
	margin-top: 20px;
	background: #fff;
}
.consult_list_title{
	width: 100%;
}
.consult_list_p{
	width: 120px;
	height:53px;
	border-top: 4px solid #fff;
	float: left;
	text-align: center;
}
.consult_list_p h3{
	font: 18px/53px "微软雅黑";
    color: #333;
}
.consult_list_current{
	border-top: 4px solid #26a6ff;
}
.consult_list_current h3{
	color: #26a6ff;
}
.consult_list1{
	display: none;
}
/*consult_list部分样式结束*/
/*content右侧部分结束*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*content左侧部分开始*/
.content_wrap .content_left{
    width: 820px;
    padding: 0 20px;
}
/*/////////////////////////////////////////////////////////////////////////////*/
.content_wrap .content_left .content_left_up{
    width: 820px;
    background: #fff;
}
.content_wrap .content_left .content_left_up .article_title h1{
    font-size: 20px;
    font-family: "微软雅黑";
    color: #222;
    text-align: center;
    padding-top: 40px;
}
.content_wrap .content_left .content_left_up .author_time{
    padding: 20px;
    font: 14px/14px "微软雅黑";
    color: #999;
    position: relative;
}
.content_wrap .content_left .content_left_up .author_time .author_source {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 14px;
    text-align: center;
}
.content_wrap .content_left .content_left_up .author_time .time_part{
    float: right;
}
.content_wrap .content_left .content_left_up .summary{
    width: 780px;
    /*height: 56px;*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px;
    font: 14px/22px "微软雅黑";
    color: #999;
}
#content1{
	background: #fff;
	padding: 20px;
	color: #666;
	font-size: 16px;
}
#content1 a{
	text-decoration: underline;
	color: #666;
}
#content1 a:hover{
	color: #25a6ff;
}
.superaddition{
	background: #fff;
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 20px 20px 30px;
}
.superaddition a{
	text-decoration: underline;
	color: #222;
}
.superaddition a:hover{
	color: #25a6ff;
}
.news-tag-keyword {
	font-size: 14px;
    color: #333;
    background: #fff;
    padding: 0 20px 60px;
}
.news-tag-keyword a {
	font-size: 14px;
    color: #333;
}
.news-tag-keyword a:hover {
	color: #00acff;
}
/*content左侧部分结束*/
/*content部分样式结束*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*page_turning部分样式开始*/
.page_turning{
    width: 620px;
    height: 110px;
    margin-top: 20px;
    padding: 0 100px;
    background: #fff;
}
.page_turning .page_turning_up,.page_turning .page_turning_down{
    width: 300px;
    height: 110px;
    font: 14px "微软雅黑";
    color: #222;
    text-align: center;
    background: #fff;
}
.page_turning_up:hover,.page_turning_down:hover{
	box-shadow: 0 0 6px #999;
}
.page_turning .page_turning_up a,.page_turning .page_turning_down a{
	display:inline-block;
    width: 300px;
    height: 19px;
    font: 16px "微软雅黑";
    color: #222;
    text-align: center;
}
.page_turning .page_turning_up a:hover,.page_turning .page_turning_down a:hover{
    color: #25a6ff;
}
.page_turning .page_turning_down{
    float: right;
}
.page_turning p:first-child{
    padding: 20px 0 20px;
    color: #666;
}
/*page_turning部分样式结束*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*article_link部分样式开始*/
.article_link{
    width: 820px;
    height: 180px;
    background: #fff;
    padding: 20px 0 46px;
    margin-top: 20px;
}
.article_link .article_links{
    width: 240px;
    height: 180px;
    margin-right: 25px;
    float: left;
    font: 14px/20px "微软雅黑";
    color: #222;
}
.article_link .article_links .article_link_up{
    width: 240px;
    height: 135px;
    background: white;
}
.article_link .article_links p{
    margin-top: 17px;
}
.article_link .article_links p a{
	font: 16px "微软雅黑";
	color: #666;
}
.article_link .article_links p a:hover{
	color: #25a6ff;
}
.article_link .article_links:first-child{
    margin-left: 25px;
}
/*article_link部分样式结束*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*广告位样式*/
.caishui_ad {
	width: 354px;
	height: 191px;
	background: red;
	margin: 20px 0 20px 0px;
	overflow: hidden;
}
.news-right-ad img {
	width: 354px !important;
	height: 191px;
}
/*报名表单*/
.caishui_wrap {
	height:277px;
	padding-top: 6px;
	background: #fff;
	margin-bottom: 20px;
}
.caishui_form_wrap {
	width: 340px;
	background: #f4f2f3;
	padding-bottom: 15px;
	margin: 0 auto 20px;
}
.caishuiform_top {
	width: 340px;
	height: 66px;
}
.caishuiform_top img {
	width: 100%;
	height: 100%;
	display:block;
}
.caishui_form_name,.caishui_form_tel,.caishui_form_need {
	width: 298px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #979af2;
	padding-left: 45px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.caishui_form_name {
	margin-top: 18px;
}
.caishui_form_tel {
	margin-top: 10px;
	margin-bottom: 10px;
}
.caishui_form_need {
	margin-bottom: 12px;
}
.caishui_form_name span,.caishui_form_tel span,.caishui_form_need span {
	display: inline-block;
	width: 21px;
	height: 22px;
	position: absolute;
	top:4px;
	left: 10px;
}
.caishui_form_name span {
	background: url(../images/caishui_id_imgs/caishui_form_name.png) no-repeat;
}
.caishui_form_tel span {
	background: url(../images/caishui_id_imgs/caishui_form_tel.png) no-repeat;
}
.caishui_form_need span {
	background: url(../images/caishui_id_imgs/caishui_form_need.png) no-repeat;
}
.caishui_form input {
	display: block;
	border: none;
	outline: none;
	height: 18px;
	margin-top: 6px;
	font-size: 12px;
	font-family: "微软雅黑";
	background: #f4f2f3;
}
.caisui_form_btn {
	width: 298px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	background: #2c36f0;
	margin: 0 auto;
	cursor: pointer;
}
