﻿/*---------------------------pb_content_logoModule_742Start-------------------------------*/
.pb_content_logoModule .logoModule_txt{ font-weight: bold;display: inline-block;vertical-align: middle; }
.pb_content_logoModule.default .logoModule_img{ height: 60px; }
.pb_content_logoModule.default .logoModule_txt{ font-size: 30px;line-height: 60px;height: 60px; }
.pb_content_logoModule.mSkin1 .logoModule_img{ height: 44px; }
.pb_content_logoModule.mSkin1 .logoModule_txt{ font-size: 24px;line-height: 44px;height: 44px; }
.pb_content_logoModule.mSkin2 .logoModule_img{ height: 30px; }
.pb_content_logoModule.mSkin2 .logoModule_txt{ font-size: 16px;line-height: 30px;height: 30px; }
.pb_content_logoModule.mSkin3 .logoModule_img{ height: 80px; }
.pb_content_logoModule.mSkin3 .logoModule_txt{ font-size: 36px;line-height: 80px;height: 80px; }
.pb_content_logoModule.mSkin4 .logoModule_img{ height: 90px; max-width:320px;}


/*---------------------------pb_content_logoModule_742End---------------------------------*/
/*---------------------------pb_content_searchType_743Start-------------------------------*/
.pb_content_searchType .searchType_outer{
	width: 396px;
	height: 36px;
	border-radius: 4px;
}
.pb_content_searchType .searchType_list{
	position: relative;
	float: left;
	width: 86px;
	line-height: 36px;
	cursor: pointer;
}
.pb_content_searchType .searchType_ul{
	position: absolute;
	width: 100%;
	top: 100%;
	background-color: #fff;
	left: -2px;
	line-height: 25px;
	border-radius: 4px;
	display: none;
    z-index: 105;
}
.pb_content_searchType .searchType_list:hover .searchType_ul{
	display: block;
}
.pb_content_searchType .searchType_input{
	float: left;
	height: 36px;
	padding: 0 10px;
	width: 190px;
}
.pb_content_searchType .searchType_btn{
	float: left;
	height: 36px;
	line-height: 36px;
	color: #fff;
	width: 100px;
	cursor: pointer;
}

.pb_content_searchType.mSkin1 .searchType_outer{
    float: right;
}
/*---------------------------pb_content_searchType_743End---------------------------------*/
/*---------------------------pb_list_navgationLine_725Start-------------------------------*/
.pb_list_navgationLine .navgationLine_outer{
	position: relative;
	height: 40px;
	z-index: 101;
	overflow: hidden;
}
.pb_list_navgationLine .navgationLine_inner{
	position: absolute;
	top: 0;
	left: 0;
}
.pb_list_navgationLine .navgationLine_first{
	float: left;
	font-size: 16px;
	line-height: 37px;
	border-bottom: 3px solid transparent;
}
.pb_list_navgationLine .navgationLine_first_a{
	display: block;
	width: 90px;
	padding: 0 5px;
	height: 37px;
	overflow: hidden;
	text-align: center;
}
/*---------------------------pb_list_navgationLine_725End---------------------------------*/
/*---------------------------pb_list_swiper_552Start-------------------------------*/

.pb_list_swiper .swiper{
	width: 100%;
	position: relative;
	overflow: hidden;
    height: 350px;
}
.pb_list_swiper .swiper_silder{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
    height: 350px;
}
.pb_list_swiper .swiper_item{
	width: 100%;
    height: 350px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.pb_list_swiper .mImg_swiper_title{
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
    padding:0 150px 0 15px;
}
.pb_list_swiper .swiper_option{
	position: absolute;
	right: 20px;
	bottom: 10px;
	z-index: 2;
	height: 10px;
	overflow: hidden;
}
.pb_list_swiper .swiper_option_item{
	float: left;
	width: 13px;
	height: 5px;
	margin: 0 3px;
	background-color: #ccc;
	cursor: pointer;
}
.pb_list_swiper .swiper_silder img{ width: 100%;height: 100%; }
.pb_list_swiper .swiper_option_item.active{ background-color: #000; }


.pb_list_swiper .swiper_step{
	display: none;
}
.pb_list_swiper .swiper:hover .swiper_step{
	display: block;
}
.pb_list_swiper .swiper_step_left{
	position: absolute;
	width: 30px;
	height: 50px;
	left: 20px;
	top: 50%;
	z-index: 3;
	margin-top: -25px;
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
}
.pb_list_swiper .swiper_step_right{
	position: absolute;
	width: 30px;
	height: 50px;
	right: 20px;
	top: 50%;
	z-index: 1;
	margin-top: -25px;
	background-color: rgba(0,0,0,.5);
	cursor: pointer;
}
.pb_list_swiper .swiper_step_left .icon-left,.pb_list_swiper .swiper_step_right .icon-right{
	color: #fff;
	font-size: 30px !important;
	position: relative;
	top: 10px;
}
/*---------------------------pb_list_swiper_552End---------------------------------*/
/*---------------------------pb_content_reenter_759Start-------------------------------*/
.pb_content_reenter.default .loginBox {
    padding: 15px 60px;
    background-color: #cef0fc;
    box-sizing: border-box;
}

.pb_content_reenter.default .login_1 {
    display: inline-block;
    width: 35%;
    background-color: #fff;
    margin-right: 5%;
}

.pb_content_reenter.default .login_1 i {
    vertical-align: middle;
}

.pb_content_reenter.default .loginBtn {
    display: inline-block;
    width: 15%;
    text-align: center;
    border-radius: 10px;
}

.pb_content_reenter.mSkin1 .login_mSkin2 {
    display: inline-block;
    vertical-align: middle;
}

.pb_content_reenter.mSkin1 .login_mSkin2 i {
    font-size: 26px;
}

.pb_content_reenter.mSkin1 .login_1 {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    width: 28%;
    display: inline-block;
}

.pb_content_reenter.mSkin1 .loginBtn {
    display: inline-block;
    width: 12%;
    text-align: center;
    border-radius: 10px;
}

.pb_content_reenter.mSkin1 .login_1 i {
    vertical-align: middle;
}

.pb_content_reenter.mSkin1 .login_info {
    display: inline-block;
}
.pb_content_reenter.mSkin1 .reEnter_form {
    display: inline-block;
    width: 85%;
}
.pb_content_reenter.default .login_mSkin2 {
    display:none;
}
.pb_content_reenter.default .login_info {
    display:none;
}
.pb_content_reenter.mSkin1 .login_mSkin2 {
    display:inline-block;
}
.pb_content_reenter.mSkin1 .login_info {
    display:inline-block;
}
.pb_content_reenter .loginFinished{
    position:relative;
    /*width:160px;*/
}
.pb_content_reenter .loginFinished i.icon-user{
    left: 32px;
    top: 21px;
    position: absolute;
}
.pb_content_reenter .reEnter_regist{
    display:none;
}
.pb_content_reenter.mSkin1 .reEnter_regist{
    border:1px solid #dbdbdb;
    width:190px;
    padding:10px;
    box-sizing:border-box;
    position: absolute;
    top: 55px;
    right: 33px;
    z-index: 2;
    background-color: #fff;
}
/*---------------------------pb_content_reenter_759End---------------------------------*/
/*---------------------------cu_list_newsShow_554Start-------------------------------*/
 .cu_list_newsShow_554 .newsShow_img{ width: 100%;height: 300px;overflow: hidden; }
 .cu_list_newsShow_554 .newsShow_img img{ width: 100%;height: 100%; }
 .cu_list_newsShow_554 .newsShow_title{ font-weight: bold; }
 .cu_list_newsShow_554 .newsShow_desc{ height: 60px;overflow: hidden; }
 .cu_list_newsShow_554 .newsFocus_cover {
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    color: #fff;
    top:0px;
   left:0px;
}
/*---------------------------cu_list_newsShow_554End---------------------------------*/
/*---------------------------cu_list_infoNews_555Start-------------------------------*/
.cu_list_infoNews_555{ background-color: #fff; }
.cu_list_infoNews_555 .mList_infoNews_item{ border-bottom: 1px dashed #ccc;transition: all .3s;transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1); }
.cu_list_infoNews_555 .mList_infoNews_item:hover{ transform: scale(1.05);-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-o-transform: scale(1.05); }
.cu_list_infoNews_555 .mList_infoNews_content{ 
  box-sizing:border-box;
  text-indent:2em;
 overflow: hidden;
 position: relative;
 width: 100%;
 height: 42px;
 word-break: break-all;
 text-overflow: ellipsis;
 display: -webkit-box;display: -moz-box; display: -o-box; display: box;                                          
 -webkit-box-orient: vertical; -moz-box-orient: vertical; -o-box-orient: vertical; box-orient: vertical; 
 -webkit-line-clamp: 2;-moz-line-clamp: 2;-o-line-clamp: 2;line-clamp: 2;
 overflow: hidden; 
}
.cu_list_infoNews_555 .mList_infoNews_time{position:relative;}          
.cu_list_infoNews_555 .icon_position{position:absolute;left:22px;top:5px;font-size:28px;}                                                 
/*---------------------------cu_list_infoNews_555End---------------------------------*/
/*---------------------------pb_txt_titleBar_555Start-------------------------------*/
.pb_txt_titleBar{ font-weight: bold;}
.pb_txt_titleBar .titleBar_title{ display:inline-block;padding: 0 20px;position:relative; }
.pb_txt_titleBar .titleBar_more{ width: 40px;height: 40px;color: #999;line-height: 40px;text-align: center;cursor: pointer;font-weight: bold; }

.pb_txt_titleBar.mSkin1 .titleBar_title{ color:#fff; }
.pb_txt_titleBar.mSkin1 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%; 
}
.pb_txt_titleBar.mSkin1 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
}

.pb_txt_titleBar.mSkin2 .titleBar_title{ position:relative;background-color:#e3e3e3;}
.pb_txt_titleBar.mSkin2 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%;
    border-top-color: #e3e3e3;
    border-right-color: #e3e3e3;
}
.pb_txt_titleBar.mSkin2 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
    border-top-color: #e3e3e3;
    border-left-color: #e3e3e3;
}

.pb_txt_titleBar.mSkin3 .titleBar_title{ line-height: 37px; }

.pb_txt_titleBar.mSkin4 .titleBar_title:before{
    content:'';
    position:absolute;
    display:inline-block;
    width:5px;
    height:20px;
    left:0;
    top:50%;
    margin-top:-10px;
}

.pb_txt_titleBar.mSkin5{ text-align:center;background-color:#f0f0f0;color:#333 !important; }
.pb_txt_titleBar.mSkin5 .titleBar_more{ display:none; }

.pb_txt_titleBar.mSkin8 .titleBar_more{ 
    display:none;
}
.pb_txt_titleBar.mSkin8 .titleBar_title{
    width: 100%;
    padding: 0;
    text-align: center;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:before{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
}
.pb_txt_titleBar.mSkin9 .titleBar_box{
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.pb_txt_titleBar.mSkin9 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 32px;
    height:2px;
    position: absolute;
    top:39px;
   left:50%;
    margin-left:-16px;
}
/*---------------------------pb_txt_titleBar_555End---------------------------------*/
/*---------------------------cu_content_diyZiyuanNoList_694Start-------------------------------*/
.cu_content_diyZiyuanNoList_694 .diyZiyuanNoList .diyZiyuanNoList_img{ margin-right: 20px;vertical-align: middle; }
.cu_content_diyZiyuanNoList_694 .diyZiyuanNoList .diyZiyuanNoList_btn{ width: 100%;box-sizing: border-box;padding: 0 !important; }
.cu_content_diyZiyuanNoList_694 .backgroundImage{background:url(/Template/Pages/school_v510/Partials/Index/cu_content_diyZiyuanNoList_694/Images/ziyuan_bg1.png)no-repeat;width:50%;height:108px;box-sizing:border-box;}
.cu_content_diyZiyuanNoList_694 .diyZiyuanNoList_download{width:59px;height:49px;background:url(/Template/Pages/school_v510/Partials/Index/cu_content_diyZiyuanNoList_694/Images/ziyuan_bg3.png)no-repeat;}
.cu_content_diyZiyuanNoList_694 .diyZiyuanNoList_upload{width:59px;height:49px;background:url(/Template/Pages/school_v510/Partials/Index/cu_content_diyZiyuanNoList_694/Images/ziyuan_bg2.png)no-repeat;}
.cu_content_diyZiyuanNoList_694 .diyZiyuanNoList_uploadRes .top,.cu_content_diyZiyuanNoList_694 .diyZiyuanNoList_downloadRes .top{vertical-align: top;}
/*---------------------------cu_content_diyZiyuanNoList_694End---------------------------------*/
/*---------------------------pb_list_lineac_549Start-------------------------------*/
.pb_list_lineac .mList_line1_icon{ vertical-align: middle;position: relative;top: -2px;font-size: 14px; }
.pb_list_lineac .mList_line1_3_img{ display:none }
.pb_list_lineac.default .mList_line1_3_img.file-ico{ display:block }
.pb_list_lineac.mSkin1 .mList_line1_3_img.file-ico-big{ display:block }
.pb_list_lineac.mSkin1 .mList_line1_3_item{
    background-color: #fff;
}
.pb_list_lineac.mSkin1 .mList_line1_3_a{
    float: none;
}
.pb_list_lineac.mSkin1 .mList_line1_3_icon{
    float: none;
    width: 70% !important;
}

/*---------------------------pb_list_lineac_549End---------------------------------*/
/*---------------------------pb_list_lineac_550Start-------------------------------*/
.pb_list_lineac .mList_line1_icon{ vertical-align: middle;position: relative;top: -2px;font-size: 14px; }
.pb_list_lineac .mList_line1_3_img{ display:none }
.pb_list_lineac.default .mList_line1_3_img.file-ico{ display:block }
.pb_list_lineac.mSkin1 .mList_line1_3_img.file-ico-big{ display:block }
.pb_list_lineac.mSkin1 .mList_line1_3_item{
    background-color: #fff;
}
.pb_list_lineac.mSkin1 .mList_line1_3_a{
    float: none;
}
.pb_list_lineac.mSkin1 .mList_line1_3_icon{
    float: none;
    width: 70% !important;
}

/*---------------------------pb_list_lineac_550End---------------------------------*/
/*---------------------------pb_list_talentres_758Start-------------------------------*/
.pb_list_talentRes .talentRes_item{position: relative;}
.pb_list_talentRes .talentRes_item:hover .talentRes_cover{display:block;}
.pb_list_talentRes .talentRes_item img{width:130px;height:130px;overflow: hidden;border-radius: 50%;}
.pb_list_talentRes .talentRes_item .talentRes_cover{display:none;width:100%;height:100%;border-radius: 50%;background-color: rgba(72,72,72,0.5);position: absolute;top:0px;left:0px;color:#fff;}
.pb_list_talentRes .talentRes_center{width:130px;height:130px;line-height:130px;overflow: hidden;border-radius: 50%;color:#fff;background-color:#0ab2f2;}
/*---------------------------pb_list_talentres_758End---------------------------------*/
/*---------------------------pb_txt_titleBar_526Start-------------------------------*/
.pb_txt_titleBar{ font-weight: bold;}
.pb_txt_titleBar .titleBar_title{ display:inline-block;padding: 0 20px;position:relative; }
.pb_txt_titleBar .titleBar_more{ width: 40px;height: 40px;color: #999;line-height: 40px;text-align: center;cursor: pointer;font-weight: bold; }

.pb_txt_titleBar.mSkin1 .titleBar_title{ color:#fff; }
.pb_txt_titleBar.mSkin1 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%; 
}
.pb_txt_titleBar.mSkin1 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
}

.pb_txt_titleBar.mSkin2 .titleBar_title{ position:relative;background-color:#e3e3e3;}
.pb_txt_titleBar.mSkin2 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%;
    border-top-color: #e3e3e3;
    border-right-color: #e3e3e3;
}
.pb_txt_titleBar.mSkin2 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
    border-top-color: #e3e3e3;
    border-left-color: #e3e3e3;
}

.pb_txt_titleBar.mSkin3 .titleBar_title{ line-height: 37px; }

.pb_txt_titleBar.mSkin4 .titleBar_title:before{
    content:'';
    position:absolute;
    display:inline-block;
    width:5px;
    height:20px;
    left:0;
    top:50%;
    margin-top:-10px;
}

.pb_txt_titleBar.mSkin5{ text-align:center;background-color:#f0f0f0;color:#333 !important; }
.pb_txt_titleBar.mSkin5 .titleBar_more{ display:none; }

.pb_txt_titleBar.mSkin8 .titleBar_more{ 
    display:none;
}
.pb_txt_titleBar.mSkin8 .titleBar_title{
    width: 100%;
    padding: 0;
    text-align: center;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:before{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
}
.pb_txt_titleBar.mSkin9 .titleBar_box{
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.pb_txt_titleBar.mSkin9 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 32px;
    height:2px;
    position: absolute;
    top:39px;
   left:50%;
    margin-left:-16px;
}
/*---------------------------pb_txt_titleBar_526End---------------------------------*/
/*---------------------------pb_list_classzone_554Start-------------------------------*/
.pb_list_classZone.default .pb_list_classZone_item{width:400px;margin-right:30px;box-sizing: border-box;}
.pb_list_classZone .pb_list_classZone_item img{width:100%;height:140px;overflow:hidden;border-radius:10px;}

.pb_list_classZone.mSkin1 .pb_list_classZone_item{
    width: 80px;
    margin: 9px;
    text-align: center;
}
.pb_list_classZone.mSkin1 .pb_list_classZone_item img{
    width: 80px;
    height: 80px;
    border-radius: 0;
}
.pb_list_classZone.mSkin1 .classZone_desc{
    display: none !important;
}
.pb_list_classZone.mSkin1 .classZone_info_title{
    width:80px;
}
.pb_list_classZone.mSkin2 .pb_list_classZone_item{
    width: 33%;
    text-align: center;
}
.pb_list_classZone.mSkin2 .pb_list_classZone_item a{
    display:block;
    clear:both;
}
.pb_list_classZone.mSkin2 .pb_list_classZone_item img{
    float:left;
    width: 108px;
    height: 108px;
    overflow:hidden;
    border-radius: 10px;
}
.pb_list_classZone.mSkin2 .classZone_info_title{
    max-width:145px;
}
.pb_list_classZone.mSkin2 .classZone_info{
    float:left;
    margin-top:20px;
    margin-left:20px;
    width:142px;
}
.pb_list_classZone.mSkin2 .classZone_info{
    text-align:left;
}
.pb_list_classZone.mSkin2 .classZone_info .classZone_line{
    display:none!important;
}
.pb_list_classZone.default .classZone_info_title{
    width:30%;
}
.pb_list_classZone.default .classZone_desc{
    width:70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pb_list_classZone.mSkin2 .classZone_desc{
    width:100%;
    height:52px;
    overflow: hidden;
}
.pb_list_classZone.mSkin2 .skin2_overHideTec,.pb_list_classZone.mSkin2 .skin2_overhide{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:block;
}

/*---------------------------pb_list_classzone_554End---------------------------------*/
/*---------------------------cu_content_diyBanjiColour_695Start-------------------------------*/
.cu_content_diyBanjiColour_695 .diyBanjiColour_header{background:url(/Template/Pages/school_v510/Partials/Index/cu_content_diyBanjiColour_695/Images/header_bg4.png)no-repeat;width:100%;height:110px;box-sizing:border-box;background-size:100% 100%;margin-top:20px;padding-left: 103px;padding-top: 23px;color: #fff;}                                                                                                                                          
/*---------------------------cu_content_diyBanjiColour_695End---------------------------------*/
/*---------------------------pb_txt_titleBar_557Start-------------------------------*/
.pb_txt_titleBar{ font-weight: bold;}
.pb_txt_titleBar .titleBar_title{ display:inline-block;padding: 0 20px;position:relative; }
.pb_txt_titleBar .titleBar_more{ width: 40px;height: 40px;color: #999;line-height: 40px;text-align: center;cursor: pointer;font-weight: bold; }

.pb_txt_titleBar.mSkin1 .titleBar_title{ color:#fff; }
.pb_txt_titleBar.mSkin1 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%; 
}
.pb_txt_titleBar.mSkin1 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
}

.pb_txt_titleBar.mSkin2 .titleBar_title{ position:relative;background-color:#e3e3e3;}
.pb_txt_titleBar.mSkin2 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%;
    border-top-color: #e3e3e3;
    border-right-color: #e3e3e3;
}
.pb_txt_titleBar.mSkin2 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
    border-top-color: #e3e3e3;
    border-left-color: #e3e3e3;
}

.pb_txt_titleBar.mSkin3 .titleBar_title{ line-height: 37px; }

.pb_txt_titleBar.mSkin4 .titleBar_title:before{
    content:'';
    position:absolute;
    display:inline-block;
    width:5px;
    height:20px;
    left:0;
    top:50%;
    margin-top:-10px;
}

.pb_txt_titleBar.mSkin5{ text-align:center;background-color:#f0f0f0;color:#333 !important; }
.pb_txt_titleBar.mSkin5 .titleBar_more{ display:none; }

.pb_txt_titleBar.mSkin8 .titleBar_more{ 
    display:none;
}
.pb_txt_titleBar.mSkin8 .titleBar_title{
    width: 100%;
    padding: 0;
    text-align: center;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:before{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
}
.pb_txt_titleBar.mSkin9 .titleBar_box{
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.pb_txt_titleBar.mSkin9 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 32px;
    height:2px;
    position: absolute;
    top:39px;
   left:50%;
    margin-left:-16px;
}
/*---------------------------pb_txt_titleBar_557End---------------------------------*/
/*---------------------------pb_list_cooperativegroup_583Start-------------------------------*/
.pb_list_cooperativeGroup .cooperativeGroup_item {width:200px;}
.pb_list_cooperativeGroup .cooperativeGroup_item img{width:100%;height:200px;overflow:hidden;}
.pb_list_cooperativeGroup .cooperativeGroup_item .cooperativeGroup_desc{height:200px;padding:40px 20px;box-sizing: border-box;background-color:#efefef;}
.pb_list_cooperativeGroup .cooperativeGroup_item .cooperativeGroup_desc span{display:inline-block;background-color:#d7d7d7;border-radius:5px;width:20px;height:20px;line-height: 20px;text-align: center;}
.pb_list_cooperativeGroup .cooperativeGroup_item .cooperativeGroup_desc i{font-size:16px;color:#fff;display: block;margin-top: 3px;}
.pb_list_cooperativeGroup .desc_info{height:52px;overflow:hidden;line-height: 26px;}
/*---------------------------pb_list_cooperativegroup_583End---------------------------------*/
/*---------------------------pb_list_talentres_582Start-------------------------------*/
.pb_list_talentRes .talentRes_item{position: relative;}
.pb_list_talentRes .talentRes_item:hover .talentRes_cover{display:block;}
.pb_list_talentRes .talentRes_item img{width:130px;height:130px;overflow: hidden;border-radius: 50%;}
.pb_list_talentRes .talentRes_item .talentRes_cover{display:none;width:100%;height:100%;border-radius: 50%;background-color: rgba(72,72,72,0.5);position: absolute;top:0px;left:0px;color:#fff;}
.pb_list_talentRes .talentRes_center{width:130px;height:130px;line-height:130px;overflow: hidden;border-radius: 50%;color:#fff;background-color:#0ab2f2;}
/*---------------------------pb_list_talentres_582End---------------------------------*/
/*---------------------------pb_txt_titleBar_559Start-------------------------------*/
.pb_txt_titleBar{ font-weight: bold;}
.pb_txt_titleBar .titleBar_title{ display:inline-block;padding: 0 20px;position:relative; }
.pb_txt_titleBar .titleBar_more{ width: 40px;height: 40px;color: #999;line-height: 40px;text-align: center;cursor: pointer;font-weight: bold; }

.pb_txt_titleBar.mSkin1 .titleBar_title{ color:#fff; }
.pb_txt_titleBar.mSkin1 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%; 
}
.pb_txt_titleBar.mSkin1 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
}

.pb_txt_titleBar.mSkin2 .titleBar_title{ position:relative;background-color:#e3e3e3;}
.pb_txt_titleBar.mSkin2 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%;
    border-top-color: #e3e3e3;
    border-right-color: #e3e3e3;
}
.pb_txt_titleBar.mSkin2 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
    border-top-color: #e3e3e3;
    border-left-color: #e3e3e3;
}

.pb_txt_titleBar.mSkin3 .titleBar_title{ line-height: 37px; }

.pb_txt_titleBar.mSkin4 .titleBar_title:before{
    content:'';
    position:absolute;
    display:inline-block;
    width:5px;
    height:20px;
    left:0;
    top:50%;
    margin-top:-10px;
}

.pb_txt_titleBar.mSkin5{ text-align:center;background-color:#f0f0f0;color:#333 !important; }
.pb_txt_titleBar.mSkin5 .titleBar_more{ display:none; }

.pb_txt_titleBar.mSkin8 .titleBar_more{ 
    display:none;
}
.pb_txt_titleBar.mSkin8 .titleBar_title{
    width: 100%;
    padding: 0;
    text-align: center;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:before{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
}
.pb_txt_titleBar.mSkin9 .titleBar_box{
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.pb_txt_titleBar.mSkin9 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 32px;
    height:2px;
    position: absolute;
    top:39px;
   left:50%;
    margin-left:-16px;
}
/*---------------------------pb_txt_titleBar_559End---------------------------------*/
/*---------------------------pb_list_linebb_558Start-------------------------------*/
.pb_list_linebb .mList_line2_2_item{ position:relative;height: 40px; }
.pb_list_linebb .mList_line2_2_title{ font-weight: bold; }
.pb_list_linebb .mList_line2_2_title:before{ content: '';width: 6px;height: 6px;border-radius: 50%;background-color:#cfcfcf;display:inline-block;vertical-align:middle;margin-right:5px;position:relative;top:-1px }
.pb_list_linebb.mSkin1 .mList_line2_2_item{ background-color:#eee;margin-bottom:10px; }
.pb_list_linebb .mList_line2_2_memo{ text-indent: 14px; }

/*---------------------------pb_list_linebb_558End---------------------------------*/
/*---------------------------pb_txt_titleBar_560Start-------------------------------*/
.pb_txt_titleBar{ font-weight: bold;}
.pb_txt_titleBar .titleBar_title{ display:inline-block;padding: 0 20px;position:relative; }
.pb_txt_titleBar .titleBar_more{ width: 40px;height: 40px;color: #999;line-height: 40px;text-align: center;cursor: pointer;font-weight: bold; }

.pb_txt_titleBar.mSkin1 .titleBar_title{ color:#fff; }
.pb_txt_titleBar.mSkin1 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%; 
}
.pb_txt_titleBar.mSkin1 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
}

.pb_txt_titleBar.mSkin2 .titleBar_title{ position:relative;background-color:#e3e3e3;}
.pb_txt_titleBar.mSkin2 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%;
    border-top-color: #e3e3e3;
    border-right-color: #e3e3e3;
}
.pb_txt_titleBar.mSkin2 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
    border-top-color: #e3e3e3;
    border-left-color: #e3e3e3;
}

.pb_txt_titleBar.mSkin3 .titleBar_title{ line-height: 37px; }

.pb_txt_titleBar.mSkin4 .titleBar_title:before{
    content:'';
    position:absolute;
    display:inline-block;
    width:5px;
    height:20px;
    left:0;
    top:50%;
    margin-top:-10px;
}

.pb_txt_titleBar.mSkin5{ text-align:center;background-color:#f0f0f0;color:#333 !important; }
.pb_txt_titleBar.mSkin5 .titleBar_more{ display:none; }

.pb_txt_titleBar.mSkin8 .titleBar_more{ 
    display:none;
}
.pb_txt_titleBar.mSkin8 .titleBar_title{
    width: 100%;
    padding: 0;
    text-align: center;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:before{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
}
.pb_txt_titleBar.mSkin9 .titleBar_box{
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.pb_txt_titleBar.mSkin9 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 32px;
    height:2px;
    position: absolute;
    top:39px;
   left:50%;
    margin-left:-16px;
}
/*---------------------------pb_txt_titleBar_560End---------------------------------*/
/*---------------------------pb_list_colc_562Start-------------------------------*/
.pb_list_colc .mList_col_3_img{box-sizing: border-box;width: 80px;height: 66px;border: 1px solid #e5e5e5; }
.pb_list_colc.mSkin1 .mList_col_3_img{ 
    float:none;
    width: 95%;
    padding-top: 70%;
    border-radius: 8px;
    overflow:hidden;
    position: relative;
}
.pb_list_colc .mList_col_3_img img{
    width: 100%;
    height: 100%;
}
.pb_list_colc.mSkin1 .mList_col_3_img img{
    position: absolute;
    left: 0;
    top: 0;
}
.pb_list_colc .mList_col_3_item{
    width:50%;
}
.pb_list_colc.mSkin2 .mList_col_3_item{
    width:33.3333%;
}
/*---------------------------pb_list_colc_562End---------------------------------*/
/*---------------------------pb_txt_titleBar_561Start-------------------------------*/
.pb_txt_titleBar{ font-weight: bold;}
.pb_txt_titleBar .titleBar_title{ display:inline-block;padding: 0 20px;position:relative; }
.pb_txt_titleBar .titleBar_more{ width: 40px;height: 40px;color: #999;line-height: 40px;text-align: center;cursor: pointer;font-weight: bold; }

.pb_txt_titleBar.mSkin1 .titleBar_title{ color:#fff; }
.pb_txt_titleBar.mSkin1 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%; 
}
.pb_txt_titleBar.mSkin1 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
}

.pb_txt_titleBar.mSkin2 .titleBar_title{ position:relative;background-color:#e3e3e3;}
.pb_txt_titleBar.mSkin2 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%;
    border-top-color: #e3e3e3;
    border-right-color: #e3e3e3;
}
.pb_txt_titleBar.mSkin2 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
    border-top-color: #e3e3e3;
    border-left-color: #e3e3e3;
}

.pb_txt_titleBar.mSkin3 .titleBar_title{ line-height: 37px; }

.pb_txt_titleBar.mSkin4 .titleBar_title:before{
    content:'';
    position:absolute;
    display:inline-block;
    width:5px;
    height:20px;
    left:0;
    top:50%;
    margin-top:-10px;
}

.pb_txt_titleBar.mSkin5{ text-align:center;background-color:#f0f0f0;color:#333 !important; }
.pb_txt_titleBar.mSkin5 .titleBar_more{ display:none; }

.pb_txt_titleBar.mSkin8 .titleBar_more{ 
    display:none;
}
.pb_txt_titleBar.mSkin8 .titleBar_title{
    width: 100%;
    padding: 0;
    text-align: center;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:before{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
}
.pb_txt_titleBar.mSkin9 .titleBar_box{
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.pb_txt_titleBar.mSkin9 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 32px;
    height:2px;
    position: absolute;
    top:39px;
   left:50%;
    margin-left:-16px;
}
/*---------------------------pb_txt_titleBar_561End---------------------------------*/
/*---------------------------pb_list_linebc_563Start-------------------------------*/
.pb_list_linebc.default .mList_line2_2_title{ font-weight: bold;position: relative; }
.pb_list_linebc.default .mList_line2_2_title:before{ content: '';position: absolute;width: 6px;height: 6px;background-color: #28b49a;border-radius: 50%;left: -12px;top: 8px; }


.pb_list_linebc.mSkin1 .mList_line2_2_item{ margin-top:10px;position:relative;padding-right:60px }
.pb_list_linebc.mSkin1 .mList_line2_2_link{ position:absolute;width:60px;height:100%;line-height:60px;top:0;right:0;color:#fff !important;text-align:center }
/*---------------------------pb_list_linebc_563End---------------------------------*/
/*---------------------------pb_txt_titleBar_565Start-------------------------------*/
.pb_txt_titleBar{ font-weight: bold;}
.pb_txt_titleBar .titleBar_title{ display:inline-block;padding: 0 20px;position:relative; }
.pb_txt_titleBar .titleBar_more{ width: 40px;height: 40px;color: #999;line-height: 40px;text-align: center;cursor: pointer;font-weight: bold; }

.pb_txt_titleBar.mSkin1 .titleBar_title{ color:#fff; }
.pb_txt_titleBar.mSkin1 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%; 
}
.pb_txt_titleBar.mSkin1 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
}

.pb_txt_titleBar.mSkin2 .titleBar_title{ position:relative;background-color:#e3e3e3;}
.pb_txt_titleBar.mSkin2 .titleBar_title:before{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-width: 6px;
    border-top-style: solid;
    border-right-width: 6px;
    border-right-style: solid;
    left: 0;
    top: 100%;
    border-top-color: #e3e3e3;
    border-right-color: #e3e3e3;
}
.pb_txt_titleBar.mSkin2 .titleBar_title:after{ 
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-width: 20px;
    border-top-style: solid;
    border-left-width: 20px;
    border-left-style: solid;
    top: 0;
    left: 100%;
    border-top-color: #e3e3e3;
    border-left-color: #e3e3e3;
}

.pb_txt_titleBar.mSkin3 .titleBar_title{ line-height: 37px; }

.pb_txt_titleBar.mSkin4 .titleBar_title:before{
    content:'';
    position:absolute;
    display:inline-block;
    width:5px;
    height:20px;
    left:0;
    top:50%;
    margin-top:-10px;
}

.pb_txt_titleBar.mSkin5{ text-align:center;background-color:#f0f0f0;color:#333 !important; }
.pb_txt_titleBar.mSkin5 .titleBar_more{ display:none; }

.pb_txt_titleBar.mSkin8 .titleBar_more{ 
    display:none;
}
.pb_txt_titleBar.mSkin8 .titleBar_title{
    width: 100%;
    padding: 0;
    text-align: center;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:before{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
.pb_txt_titleBar.mSkin8 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 30%;
    height:6px;
    background-color: #e3e2e2;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
}
.pb_txt_titleBar.mSkin9 .titleBar_box{
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.pb_txt_titleBar.mSkin9 .titleBar_title:after{
    content: '';
    display: inline-block;
    width: 32px;
    height:2px;
    position: absolute;
    top:39px;
   left:50%;
    margin-left:-16px;
}
/*---------------------------pb_txt_titleBar_565End---------------------------------*/
/*---------------------------cu_list_swiperb_624Start-------------------------------*/
.cu_list_swiperb_624 .cu_list_swiperb_624_outer{ position: relative;width: 100%;height: 166px;overflow-x: hidden;box-sizing: border-box; }
.cu_list_swiperb_624 .cu_list_swiperb_624_left,.cu_list_swiperb_624 .cu_list_swiperb_624_right{ position: absolute;width: 70px;height: 166px;background-position: center center;background-repeat: no-repeat;top: 0;z-index: 1;cursor: pointer;text-align: center; }
.cu_list_swiperb_624 .cu_list_swiperb_624_left .icon-font,.cu_list_swiperb_624 .cu_list_swiperb_624_right .icon-font{ font-size: 52px;position: absolute;top: 50%;margin-top: -26px;left: 50%;margin-left: -26px; }
.cu_list_swiperb_624 .cu_list_swiperb_624_left{ left: 0;display:none; }
.cu_list_swiperb_624 .cu_list_swiperb_624_right{ right: 0; display:none;}
.cu_list_swiperb_624 .cu_list_swiperb_624_box{ overflow: hidden;width:100%; }
.cu_list_swiperb_624 .cu_list_swiperb_624_inner{ position: relative;top: 0;left: 0;width: 10000px; }
.cu_list_swiperb_624 .cu_list_swiperb_624_item{ width: 134px;height: 164px;margin: 0 7px; }
.cu_list_swiperb_624 .cu_list_swiperb_624_img{ width: 64px;height: 64px; }
.cu_list_swiperb_624 .list_swiperb_num{ height: 20px;text-align: left;margin: 10px auto 0;width: 70px; }
.cu_list_swiperb_624 .list_swiperb_num_bg{ width: 70px;height: 20px;display: inline-block;background: url(http://images.hengqian.net/theme/Dream/img/app/tool.png) no-repeat 0 -195px;overflow: hidden; }
.cu_list_swiperb_624 .list_swiperb_num_show{ background: url(http://images.hengqian.net/theme/Dream/img/app/tool.png) no-repeat 0 -170px;height: 20px;display: inline-block;overflow: hidden; }


/*---------------------------cu_list_swiperb_624End---------------------------------*/
/*---------------------------pb_list_cold_40Start-------------------------------*/
.pb_list_cold.default{ position: relative;box-sizing: border-box;padding: 2px; }
.pb_list_cold.default .mList_col_4_inner{ padding-left: 100px !important;box-sizing: border-box;padding-top: 15px;padding-bottom: 15px;line-height: 30px;padding-right: 25px; }
.pb_list_cold.default .mList_col_4_title{ position: absolute;width: 100px;left: 0;top: 18px;text-align: center; }
.pb_list_cold.default .mList_col_4_a {margin-right:20px;max-width: 200px;}

.pb_list_cold.mSkin1{ position: relative;box-sizing: border-box;padding: 2px; margin:30px 0;}
.pb_list_cold.mSkin1 .mList_col_4_inner{ box-sizing: border-box;padding-top: 24px;line-height: 30px;padding-right: 45px; }
.pb_list_cold.mSkin1 .mList_col_4_title{ position: absolute;width: 100px;left: -10px;top: -5px;text-align: center; }
.pb_list_cold.mSkin1 .mList_col_4_a {margin-right:11px;max-width: 200px;}

.pb_list_cold.mSkin2{ position: relative;box-sizing: border-box;padding: 2px; margin:30px 0;}
.pb_list_cold.mSkin2 .mList_col_4_inner{ box-sizing: border-box;padding-top: 24px;line-height: 30px;padding-right: 45px; }
.pb_list_cold.mSkin2 .mList_col_4_title{ position: absolute;width: 100px;left: -10px;top: -5px;text-align: center; }
.pb_list_cold.mSkin2 .mList_col_4_a {margin-right:11px;}
.pb_list_cold.mSkin2 .mList_col_4_title{color: #fff;}
.pb_list_cold.mSkin2 .mList_col_4_inner a{color: #fff;max-width: 200px;}
.pb_list_cold.mSkin2 .mList_col_4_inner span{color: #fff;}
/*---------------------------pb_list_cold_40End---------------------------------*/
/*---------------------------cu_content_diyFooter_623Start-------------------------------*/
.cu_content_diyFooter_623 .diyFooter_footer{ width: 100%; }
.cu_content_diyFooter_623 .diyFooter_footer_inner{ margin: 0 auto;line-height: 24px;color: #333; }

.cu_content_diyFooter_623.mSkin2 { border-top:1px solid #505050; }

/*---------------------------cu_content_diyFooter_623End---------------------------------*/
