@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  font-family: "微软雅黑";
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input {
  vertical-align: middle;
}
img {
  border: 0;
  vertical-align: middle;
/*  width: 100%; */
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
.fnb {
  font-weight: 200;
  margin-left: -1px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
h3 {
  font-weight: normal;
}
em {
  font-style: normal;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.header .layout,.content .partone,.content .parttwo .article,.content .partthree,.content .partthree .three_more,.footer .foot_con, .cont .cont_data{
  width: 1200px;
  margin: 0 auto;
}
.w_wbox{width: 100%; height: 80px; background-color: #1c335e;}
.w_wbox .wbox{width: 1200px; margin: 0 auto;}
.wbox .e_wbox{float: left; width: 200px; height: 80px;}
.wbox .p_nav{float: right; width: 900px;}
.p_nav .p_navList{ float: left; height: 80px;}
.p_navList .e_link{float: left; }
.p_navList a{text-align: center; line-height: 80px; color: #e0c68b; margin: 0 13px;}
.p_navList a:hover .ie_line{ height: 3px; background-color: #E0C68B; margin-top: -22px; margin-left: 28px;}
.p_navList a .font i{width: 2px; height: 2px; background-color: #E0C68B; display: block; margin-top: 40px; margin-right: 30px; float: left;}
/*content部分*/
/*banner部分*/
.content .banner{height:750px;position:relative;z-index:0;top:0;left: 0;}
.content .banner .hd{width:100%; overflow:hidden; position:absolute; left:0;  bottom:20px; z-index:1; text-align:center}
.content .banner .hd ul{ overflow:hidden; zoom:1; display:inline-block; *zoom:1;*display:inline}
.content .banner .hd ul li{ float:left;width:80px; height:14px; font-size:0; text-indent:200px; overflow: hidden; cursor:pointer; background: url(../images/pic_3.png) no-repeat center center;}
.content .banner .hd ul li.lf{width: 14px;height: 14px;background-image: url(../images/pic_1.png);}
.content .banner .hd ul li.lf.on{background-image: url(../images/pic_2.png);}
.content .banner .hd ul li.on{ background-image:url(../images/pic_4.png);}
.content .banner .bd{ position:relative; height:100%; z-index:0}
.content .banner .bd ul{ width:100% !important;}
.content .banner .bd li{ width:100% !important; zoom:1; vertical-align:middle;}
.content .banner .bd li a{background: url(../images/banner01.png) no-repeat center;height: 750px;display: block;}

.content .title{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 20px;
}
.content .title h3{
	font-size: 34px;
	color: #c6a980;
	margin-bottom: 10px;
}
.content .title h3 span{
	color: #1c335e;
}
.content .title h4{
	font-size: 18px;
	color: #1c335e;
	font-weight: normal;
}
.content .partone .list{
	width: 100%;
}
.content .partone .list_head{
	border-bottom: 1px solid #ebebeb;
	height: 73px;
	text-align: center;
}
.content .partone .list_head dl{
	display: inline-block;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
}
.content .partone .list_head dl dt{
	float: left;
	width: 196px;
	height: 76px;
	line-height: 73px;
	cursor: pointer;
}
.content .partone .list_head dl dt img{
	display: none;
}
.content .partone .list_head dl dt.on,.content .partone .list_head dl dt:hover{
	color: #1c335e;
	position: relative;
}
.content .partone .list_head dl dt.on img,.content .partone .list_head dl dt:hover img{
	display: block;
	margin: 0 auto;
}

.content .list_data ul{
	width: 1100px;
	height: 443px;
	display: none;
}
.content .list_data ul li{
	margin-top: 73px;
	float: left;
	width: 259px;
	height: 348px;
	border: 1px solid #fff;
	text-align: center;
	margin-right: 14px;
}
.content .list_data ul li .tex{color: #1c335e; font-size: 14px; line-height: 30px;}
.content .list{
	position: relative;
}
.content .list>span{
	width: 18px;
	height: 34px;
	background-repeat: no-repeat;
	cursor: pointer;
	top: 305px;
}
.content .list>span:first-of-type{
	position: absolute;
	left: -40px ;
	background-image: url('../images/img_left.png');
}
.content .list>span:first-of-type:hover{
	background-image: url('../images/img_left2.png');
}
.content .list>span:last-of-type{
	position: absolute;
	right: -40px ;
	background-image: url('../images/img_right.png');
}
.content .list>span:last-of-type:hover{
	background-image: url('../images/img_right2.png');
}
.content .list_data ul.on{
	display: block;
}
.content .list_data ul li:hover{
	border-color: #1c335e;
}

/*首页*/
#index_box{
	width: 1200px;
	overflow: hidden;
	height: 450px;
}
/* ys */
.i200>img{height: 100%;}
.v-ind3-a1{width: 100%;height: 100%;position: relative;overflow: hidden;}
.v-ind3-a2{width: 100%;position: absolute;top: 80px;left: 0;z-index: 1;}
.v-ind3-a2 .v-t2-a1,.v-ind3-a2 .v-t2-a2{text-align: center;}
.v-ind3-a3{width: 1920px;position: relative;margin-left: calc(50% - 1920px/2);}
.v-ind3-a3 img:nth-child(1){display: block;}
.v-ind3-a3 img:nth-child(2){display: none;}
.v-ind3-a4{width: 1300px;position: absolute;left: calc(50% - 1300px/2);top: 218px;}
.v-ind3-a5{width: calc(100%/3);height: 306px;float: left;position: relative;}
.v-ind3-a6{width: 100%;height: 83px;position: relative;margin-bottom: 28px;top: 0;transition: 0.8s;}
.v-ind3-a5:hover .v-ind3-a6{top: 36px;transition: 0.8s;}
.v-ind3-a6 img{margin: 0 auto; display: block;}
.v-ind3-a6 img:hover{transform: rotateY(360deg);transition: 0.8s;}
.v-ind3-a7{width: 100%;font-size: 24px;line-height: 28px;color: #fff;text-align: center;position: relative;margin-bottom: 16px;top: 0;transition: 0.8s;}
.v-ind3-a5:hover .v-ind3-a7{top: 36px;transition: 0.8s;}
.v-ind3-a8{width: 266px;position: relative;margin: 0 auto;font-size: 16px;line-height: 28px;color: #fff;opacity: 0.59;top: 0;transition: 0.8s;}
.v-ind3-a8{max-height: calc(28px*4);overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.v-ind3-a5:hover .v-ind3-a8{top: 36px;transition: 0.8s;}
.v-ind3-a5 b{width: 1px;height: 80px;position: absolute;top: 130px;right: 0;background: #505050;opacity: 0.77;display: block;}
.v-ind3-a5:last-child b{display: none;}
.v-ind3-a5 i{width: 0;height: 1px;background: #505050;opacity: 0.77;display: block;position: absolute;bottom: 0;left: 50%;transition: 0.8s;}
.v-ind3-a5:hover i{width: calc(100% - 48px*2);left: 48px;transition: 0.8s;}
.v-ind3-a1 .v-bt1-a1{position: absolute;top: 548px;left: calc(50% - 46px/2);}
.v-ind3-a9{display: none;}
.v-t2-a1{font-size: 34px;line-height: 46px;color: #fff;}
.v-t2-a2{font-size: 18px;line-height: 30px;color: #fff;}
.v-t2-a0 .v-t2-a1,.v-t2-a0 .v-t2-a2{text-align: center;}
/* about */
.mfbox{width:1200px; margin:0 auto;}
.i_about{width:1200px; margin:0 auto;}
.i_about_i{float:left; width:590px; height:308px; overflow:hidden;}
.i_about_a{float:right; width:156px; height:308px; overflow:hidden;}
.i_about_c{float:left; position:relative; width:414px; height:308px; padding:15px 15px 55px; margin-left:5px; line-height:25px; background:#f0f0f0; overflow:hidden;}

.i_about ins{ display:block; padding:15px 0; font-size:14px; color:#8c8c8c; text-align:center; line-height:26px; text-decoration:none;}
.i_about_c ins{ position:absolute; display:block; right:15px; bottom:15px; width:100px; height:38px; text-decoration:none;}
.i_about_c ins a{ display:block; width:100px; height:38px; text-align:center; line-height:38px; color:#FFF; background:#1c335e; text-decoration:none;}
.i_about_c ins a:hover{ background:#0091d8;}
/* water */
.i_news01{margin:30px auto 0;  background:#f4f5f7;}
.i_news01_l{width:100%; background:#f4f5f7; margin-top:25px; padding-bottom: 30px;}
.i_news01_l dl{float:left; width:600px; background:#eceef2;}
.i_news01_l dl dt{float:left; width:290px; height:400px; padding:5px; background:#FFF;}
.i_news01_l dl dt img{width:290px; height:400px;}
.i_news01_l dl dd{float:left; width:280px; padding:50px 10px 0; text-align:center;}
.i_news01_l dl dd h4{ display:block; line-height:25px; color:#1c335e; font-weight:bold; font-size:20px;}
.i_news01_l dl dd span{ display:block; font-size:14px; margin-top:20px; line-height:25px; height:225px; overflow:hidden; text-align:left;}
.i_news01_l dl dd ins{ display:block; text-align:center; margin-top:15px;}
/* news */
.v-t1-a1{font-size: 34px;line-height: 46px;color: #333333;}
.v-t1-a2{font-size: 18px;line-height: 30px;color: #666666;}
.v-ind4-a1{width: 1300px;padding: 82px 0 52px 0;margin: 0 auto;position: relative;}
.v-ind4-a2{width: 100%;position: relative;}
.v-ind4-a3{position: absolute;top: 138px;left: 224px;}
.v-ind4-a3>div{padding: 0 20px;border-right: 2px solid #adadad;height: 12px;font-size: 18px;line-height: 12px;color: #666666;float: left;transition: 0.8s;cursor: pointer;}
.v-ind4-a3>div:last-child{border-right: 0;}
.v-ind4-a3>div:hover{color: #1b2c84;transition: 0.8s;}
.v-ind4-a3>div.v-ind4-aon1{color: #1b2c84;transition: 0.8s;}
.v-ind4-a4{position: absolute;top: calc(50% - 46px/2);right: 0;}
.v-ind4-a4  a{display: none;}
.v-ind4-b0{width: 1300px;position: relative;margin: 0 auto;margin-bottom: 100px;}
.v-ind4-b1{width: 100%;position: relative;}
.v-ind4-b2{width: 416px;position: relative;float: left;margin-right: calc((1300px - 416px*3)/2);overflow: hidden;transition: 0.8s;}
.v-ind4-b2:hover{box-shadow: 0 0 20px rgba(189,189,189,0.2);transition: 0.8s;}
.v-ind4-b2:nth-child(3n){margin-right: 0;}
.v-ind4-b2:nth-child(4){display: none;}
.v-ind4-b3{width: 100%;height: 208px;position: relative;}
.v-ind4-b3 img{min-height: 100%;transition: 0.8s;}
.v-ind4-b2:hover .v-ind4-b3 img{transform: scale(1.1);transition: 0.8s;}
.v-ind4-b4{width: 100%;height: 194px;border: 1px solid #e8e8e8;border-top: 0;box-sizing: border-box;background: #fff;position: relative;transition: 0.8s;}
.v-ind4-b2:hover .v-ind4-b4{border: 1px solid #fff;border-top: 0;transition: 0.8s;}
.v-ind4-b5{width: calc(100% - 84px - 52px);font-size: 18px;line-height: 20px;color: #333333;position: absolute;top: 40px;left: 84px;transition: 0.8s;}
.v-ind4-b2:hover .v-ind4-b5{color: #1b2c84;transition: 0.8s;}
.v-ind4-b6{width: calc(100% - 84px - 52px);font-size: 14px;line-height: 24px;color: #4c4c4c;position: absolute;top: 74px;left: 84px;text-align: justify;}
.v-ind4-b6{max-height: calc(24px*2);overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.v-ind4-b7{font-size: 14px;line-height: 16px;color: #4c4c4c;text-transform: uppercase;border-bottom: 1px solid #4d4d4d;position: absolute;top: 134px;left: 84px;}
.v-ind4-b8{width: 52px;height: 52px;background: #1b2c84;position: absolute;bottom: 194px;left: 14px;}
.v-ind4-b8 img{min-height: 100%;}
.v-ind4-b9{width: 52px;height: 52px;background: #2a2a2a;position: absolute;bottom: calc(194px - 52px);left: 14px;padding-top: 6px;box-sizing: border-box;}
.v-ind4-b9>div{font-size: 14px;line-height: 20px;color: #fff;text-align: center;}
.v-ind4-c1{display: none;}
/* 环境 */
.container { margin-left: auto; margin-right: auto; width: 1200px; }
.row {
	margin-right: -15px;
	margin-left: -15px
}
.col-xs-12 {
	width: 100%
}
/* environment */
.environment{margin-top: 80px;}
.environment_text{width:80%;height: auto;font-size: 14px;color: #666;line-height: 24px;text-align: center;margin:30px auto 0;}
.environment_slide{width: 100%;height:300px;margin-top:40px;position: relative;padding: 0 100px;}
.envir_slide_nr{width: 100%;height:300px;}
.envir_slide_nr .envir_slide_li{width:240px;height: 220px;background: #fff;float: left;margin-left: 50px;margin-top:40px;border-radius: 15px;padding:8px;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#55c1dddf3,direction=120,strength=4);/*兼容ie*/border:1px solid #ddd;
    -moz-box-shadow: 2px 2px 5px #ddd;/*兼容firefox*/
    -webkit-box-shadow: 2px 2px 5px #ddd;/*兼容safari或chrome*/
    box-shadow:2px 2px 5px #ddd;/*兼容opera或ie9*/}
.envir_slide_nr .envir_slide_li:first-child{margin-left: 0;}
.envir_slide_li b{width: 100%;height:167px;border-radius: 8px;overflow: hidden;display: block;}
.envir_slide_li b img{width: 100%;height: auto;display: block;}
.envir_slide_li span{width: 100%;height: 30px;display: block;font-size: 16px;color: #333;line-height: 30px;text-align: center;margin-top: 5px;}
.wel-environment-list{width:100%;overflow:hidden;padding:35px 75px 75px;position:relative;top:25px;opacity:1;}
.wel-environment-list li{position:relative;opacity:1; width: 330px!important; margin-right: 30px;}
.wel-environment-list li a{display:block;width:330px;background:#fff;border-radius:18px;box-shadow:0 0 30px rgba(0,0,0,.2);border:8px solid #fff;}
.wel-environment-list li .pic{width:100%;overflow:hidden;position:relative;border-radius:18px 18px 0 0;}
.wel-environment-list li .font{font-size:16px;color:#333333;text-align:center;line-height:48px;transition:color 0.3s;}
.wel-environment-list li img{width:100%;transition:transform 0.3s;}
.wel-environment-list li.swiper-slide-next a{}
/* footer */
.footer{width: 100%; background-color: #1c335e; height: 100px;}
.footer .foot{width: 1200px; margin: 0 auto; padding-top: 20px;}
.foot p{font-size: 14px; color: #c6a980; line-height: 30px;}
/* neiye */
.ks_con { width:1200px; margin:0px auto;height:50px;display: block;}
.ks_con_tl h3{color: #9c9c9c;display : inline;}
.ks_con_t { width:100%; float:left; margin-bottom:30p; padding-bottom:15px; border-bottom:1px solid #dedede; height:50px; line-height:35px; }
.ks_con_tl { width:860px; padding-left:40px; background:url(../images/home.png) no-repeat left center; float:left; color:#9c9c9c; font-size:16px;}
.ks_con_tl a { color:#9c9c9c;font-size:16px;}
.ks_con_tl a:hover { color:#1c335e;}
.ks_con_tr { float:right; }
.ks_con_tr .wenben { width:250px; color:#737374; font-size:14px; height:35px; padding:0px 7px; float:left; line-height:33px; border-right:none; border-bottom:1px solid #ece9e9; border-top:1px solid #ece9e9; border-left:1px solid #ece9e9; -moz-border-radius:5px 0px 0px 5px; /* Gecko browsers */ -webkit-border-radius:5px 0px 0px 5px; /* Webkit browsers */ border-radius:5px 0px 0px 5px; /* W3C syntax */}
.ks_con_tr .sousuo { width:35px; border:none; height:35px; float:left; background:url(../images/sousuo.png) no-repeat center center; -moz-border-radius:0px 5px 5px 0px; /* Gecko browsers */ -webkit-border-radius: 0px 5px 5px 0px; /* Webkit browsers */ border-radius:0px 5px 5px 0px; /* W3C syntax */}
.xw_list { width:100%; float:left; padding:20px 0px;}
.main_content{width: 1200px; margin: 0 auto 20px auto;display:table;}
.navBar1{color:#333;width:100%;display:inline; }
.nav21{font-size:18px;padding: 10px 0 16px 0;}
.nav21 li{ float:left;  position:relative; z-index:1;margin: 0 12px; }
.nav21 li:first-child{margin-left: 0;}
.nav21 h3 a{ display:block;padding: 0 11px; text-align:center;color:#333;height: 34px;line-height: 34px;}
.nav21 h3 a:hover,.nav21 li.on a{color:#fff;background: #1c335e;border-radius: 16px;}
.abn_recommend{width:100%;padding: 76px 0;}
.about_h3{font-size:24px;color:#333;margin-bottom: 30px;}
.recommend_desc_left{width:100%; overflow: hidden;}
.recommend_desc_left p{line-height: 30px;word-wrap: break-word;margin-bottom: 30px;font-size:14px;}
.tc_list_c { width:100%; float:left;}
.tc_list_c ul { width:100%; float:left; margin-top:3px;}
.tc_list_c ul li { width:385px; margin-left:12px; float:left; margin-top:20px;}
.tc_list_c ul .tc_list_c1 { margin-left:0px;}
.tc_list_c ul li:hover .sy_con3_cb {background-size:291px 2px;}
.tc_list_c ul li:hover a span { color:#1c335e;}
.tc_list_c ul li:hover a p { color:#1c335e;}
.sy_con3_cb { width:385px; float:left; height:2px; overflow:hidden; background: url(../images/zjbot.jpg) no-repeat left bottom; background-size:0px 2px; -webkit-transition:1s;}
.tc_list_c ul li:hover .sy_con3_cb {background-size:385px 2px;}

.sy_con3_cc { width:385px; float:left; overflow:hidden; background:#f9f9f9;}
.sy_con3_c1 { width:385px; height:180px; text-align:center; float:left; overflow:hidden; background-color: #fff;}
.sy_con3_c1 img { width:100%; float:none; text-align:center }

.sy_con3_c2 { width:385px; height:70px; text-align:center; float:left; background:#f9f9f9; overflow:hidden;}
.sy_con3_c2 span { width: 100%; float: left; color: #202020; font-size: 16px; line-height: 70px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sy_con3_c2 p { width:100%; float:left; color:#454545; font-size:14px; line-height:25px; height:25px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.tc_list_c ul li:hover a span { color:#1c335e;}
.tc_list_c ul li:hover a p { color:#1c335e;}
/* 分页 */
.list_fy { width:100%; float:left; height:40px; margin-top:20px;}
.list_page { width:100%; float:left;font-size:14px; text-align:center;line-height:30px; vertical-align:middle;margin-top:15px;}
.list_page ul { width:100%; float:left;}
.list_page ul li { cursor:pointer; display:inline; border:1px dashed #1c335e; color:#1c335e; padding:10px 15px; margin:0px 6px; -moz-border-radius:5px; /* Gecko browsers */ -webkit-border-radius: 5px; /* Webkit browsers */ border-radius:5px; /* W3C syntax */}
.list_page a {color:#1c335e;}
.list_page a:hover {  color:#595959;}
.list_page .current {color:#595959;}
.titlea{width:100%;line-height:50px;margin-bottom:25px;padding-bottom: 10px;border-bottom: 1px solid #ccc;position: relative;}
.titlea h3 {font-size: 36px;color:#000;margin-bottom: 5px;}
.main_content .LEFT{width: 100%;}
.LeftTool {width: 100px;padding-right: 30px;text-align: center;float: left;font-size: 12px;color: gray;}
.LeftTool .left-stick-wp {position: relative;}
.LeftTool .through {position: relative;}
.LeftTool .through span {display: inline-block;background: #fff;padding: 0 5px;}
.LeftTool .through:after {content: "";display: block;width: 100%;height: 1px;background: #5a5959;position: absolute;top: 50%;left: 0;z-index: -1;}
.LeftTool .md, .LeftTool .year {color: #000;font-family:Politica; text-align: center;}
.LeftTool .year {font-size: 20px;}
.LeftTool .md {font-size: 34px;line-height: 1.2; margin: 10px 0;}
.LeftTool .time{font-size: 20px;color: #000;font-family:Politica;margin-bottom: 25px; letter-spacing: 2px;}
.LeftTool .share-title {margin-top: 100px;margin-bottom: 18px;}
.content-article {width: 85%;font-size: 18px;float: right;margin-right:10px; text-align: center;}
.content-article p{line-height: 2.2;margin-bottom: 20px; text-align:left;}
.advisory{width: 85%;float: right;position: relative;}
.advisory ul {height: 115px;border-top: #ddd dashed 1px;border-bottom: #ddd dashed 1px;padding: 22px 0 12px;}
.advisory ul li {height: 39px;line-height: 39px;font-size: 14px;color: #1c335e;position: relative;padding-left: 85px;width:500px;}
.advisory ul li a{max-width: 415px;white-space:nowrap; overflow: hidden;text-overflow:ellipsis;}
.advisory ul li span {width: 76px;height: 29px;text-align: center;line-height: 29px;font-size: 14px;color: #1c335e;background: url(../images/detail_bg.png) no-repeat;display: block;position: absolute;left: 0;top: 5px;}
.advisory dl {position: absolute;top: 6px;right: 0;width: 260px;height: 102px;}
.advisory dl dd {padding: 14px 0 0 114px;}
.advisory dl dd p {width: 140px;padding-bottom: 4px;color: #565656;font-size: 14px;line-height: 24px;text-indent: 0;text-align: center;}
.advisory dl dd h3 {width: 140px;height: 24px;background-color: #666;color: #fff;font-size: 14px;font-weight: normal;line-height: 24px;text-align: center;}
.advisory dl dt {position: absolute;top: 0;left: 0;width: 102px;height: 102px;}
.advisory dl dt img {width: 102px;height: 102px;display: block;}

.xw_list { width:100%; float:left; padding:20px 0px;}
.xw_list_l { width:1200px; float:left;}
.xw_list_lc { width:1200px; float:left;}
.xw_list_lc ul { width:1200px; float:left;}
.xw_list_lc ul li { width:1190px; float:left; border-bottom:1px solid #e4e4e4; padding:20px 15px;}
.xw_list_lc ul li:hover { background:#fafafa;}

.bgplan {background:#eee;}


.lb_con_r1 {width:85px; float:left; height:105px; font-size:0px; /*background:url(../images/lb-01.png) no-repeat right center;*/}
.xw_list_lc ul li:hover .lb_con_r1 { /*background:url(../images/lb-01-1.png) no-repeat right center;*/}
.xw_list_lc ul li:hover { background:#fafafa;}


.lb_con_l { width:130px; float:left; height:105px; overflow:hidden;}
.lb_con_l img { width:100%; float:left; transition: all 1s;/*background:url(../images/lb-01.png) no-repeat center;*/}
.xw_list_lc ul li:hover img {transform: scale(1.2);}
.lb_con_r {width: 1000px;float: left;padding-left:30px;}

.lb_con_r span { width:1000px; font-size:18px; float:left; margin-top:10px; margin-bottom:5px; line-height:25px; height:25px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.lb_con_r span a { color:#353535;}
.lb_con_r span a:hover { color:#1c335e;}
.lb_con_r p { width:1000px; font-size:14px; color:#929292; float:left; line-height:25px; height:50px;}
.lb_con_r p a { color:#1c335e;}
.lb_con_r1 { width:85px; float:right; height:105px; font-size:0px; /*background:url(../images/lb-01.png) no-repeat right center;*/}
.xw_list_lc ul li:hover .lb_con_r1 { /*background:url(../images/lb-01-1.png) no-repeat right center;*/}

