@charset "utf-8";


.wal {
	max-width: 1400px;
	margin: 0 auto;
}
.header .wal,.navwrap .wal{max-width: 1600px;}

.cont table p{text-indent:0;}




/* 头部*/
.header {
	width: 100%;
	overflow: hidden;
	background: url(../img/topbg.jpg) no-repeat center top;
}

.header {
	padding: 0.25rem 0;
}

.search {
	line-height: 35px;
	margin-top: 0.35rem;
	background: url(../img/search.png) no-repeat left center;
	border-radius: 20px;
}

.search input {
	outline: none;
	border: none;
}

.search .inp {
	background: none;
	text-indent: 15px;
	color: #333333;
	width: 186px;
	background-color: none;
	float: left;
	height: 40px;
	/* border-radius: 15px 0 0 15px; */
}

.search .sub {
	float: left;
	width: 50px;
	height: 40px;
	background: none;
}

.top_link a,
.top_link {
	font-size: 18px;
	padding: 0 10px;
	color: #FFFFFF;
	margin-top: 0.4rem;
}








/*导航*/
/*nav*/
.navwrap {
	/* background-color: #ad000d; */
}

.nav {

	position: relative;
	z-index: 9;
	width: 100%;
}

.nav li {
	/* width: 10%; */
	height: 50px;
	padding: 0 0.22rem;
	line-height: 50px;
	float: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.nav li:last-child {
	background: none;
}

.nav li>a {
	font-size: 0.17rem;
	text-align: center;
	display: block;
	font-weight: bold;
	color: #333;
}

.nav li:hover {
	background-color: #008ed6;
}
.nav li:hover>a{color:#fff;}
.nav .v1 {
	display: block;
	text-align: center;
	position: relative
}

.nav .v1:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}


.nav>li>a::before {
	content: "";
	background-color: #025aa5;
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 0px;
	left: 57%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.nav>li.on>a::before {
	width: 100%;
	height: 3px;
	left: 0px;
}

.nav .down {
	position: absolute;
	width: 100%;
	min-width: 180px;
	z-index: 99;
	top: 100%;
	background: #ffffff;
	overflow: hidden;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	/* margin-left:-70px; */
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.nav .down dl {
	position: relative;
}

.nav .down dd {
	margin-bottom: 0px;
	text-align: center;
	padding: 0px 0.2rem;
	box-sizing: border-box;
}

.nav .down dd:hover {
	background: #008ed6;
}

.nav .down dd:hover a {
	color: #ffffff;
}

.nav .down dd a {
	font-size: 14px;
}

.nav .down .s1 {
	font-size: 0.15rem;
	color: #333333;
	/* font-weight: bold; */
	line-height: 1.5em;
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative
}


/* 手机 */
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left
}

.menu-btn {
	overflow: hidden;
	margin-left: 35px;
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent: -5260px;
	opacity: 1;
	position: relative;
	z-index: 999
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 30px;
	height: 2px;
	background: #ffffff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3 {
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.searchbtn {
	width: 30px;
	text-align: center;
	line-height: 40px
}

.searchbtn i {
	color: #c80d17;
	font-size: 18px
}

.mobNav {
	position: fixed;
	top: 105px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 98;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	max-height: 70vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp a {
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #333333;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp i {
	transform: rotate(-45deg)
}

.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}

.mobNav .toplink {
	margin-bottom: 10px;
}

.mobNav .toplink:after {
	clear: both;
	content: ' ';
	display: block
}

.mobNav .toplink a i {
	font-size: 24px
}

.mobNav .toplink a {
	height: 36px;
	float: left;
	display: block;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	width: 23%;
	transition: .3s;
	color: #333;
	margin: 0 3px;
	border-bottom: 1px solid #ddd;
}

.mobNav .toplink a span {
	width: 100px;
	height: 100px;
	background: #fff;
	top: 100%;
	left: -15px;
	position: absolute;
	z-index: 10;
	padding: 3px;
	display: none
}

.mobNav .toplink a:hover span {
	display: block
}

.headerm {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
		background: url(../img/topbg.jpg) no-repeat center top;
	height: 110px;
	padding-right: 4%;
	padding-left: 4%
}

.headerm .logo img {
	/* height: 85px; */
	/* width: auto; */
}

.sermob {
	position: fixed;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	top: 110px;
	right: 0;
	z-index: 66;
	background: #fff;
	display: none
}

.sermob .inp {
	width: calc(100% - 100px);
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 10px;
	font-size: 14px;
	color: #444;
	background: 0 0;
	border: 1px solid #eee
}

.sermob .sub {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 59px;
	top: 10px;
	height: 40px;
	width: 40px;
	border: none;
	/* border-radius:50%; */
	overflow: hidden;
	font-size: 14px;
	color: #008ed6;
	background: url(../img/ser.svg) center no-repeat #008ed6;
	background-size: 20px 20px
}

.sermob .close {
	position: absolute;
	right: 15px;
	top: 7px;
	font-size: 36px;
	width: 20px;
	height: 40px;
	-webkit-transition: .5s;
	transition: .5s;
	/* font-size:20px; */
	color: #888;
	cursor: pointer;
	line-height: 42px
}









/* banner */
/**主页banner开始**/
.banner_wrap {
	position: relative;
	width: 100%;
	
}

.banner_wrap .picBtnTop .bd {
	position: relative;
	z-index: 0;
}

.banner_wrap .picBtnTop .bd li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

.banner_wrap .picBtnTop .bd li .pic {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.banner_wrap .picBtnTop .bd li .pic div {
	width: 100%;
	vertical-align: middle;
	height: 25vw;
}


.banner_wrap .picBtnTop .hd {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 2;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.banner_wrap .picBtnTop .hd ul li {
	width: 10px;
	float: left;
	height: 10px;
	margin: 0px 5px;
	color: transparent;
	background: url(../img/dot2.png) no-repeat center;
}



.banner_wrap .picBtnTop .hd ul li.on {
	background: url(../img/dot1.png) no-repeat center;
}

.banner_wrap .picBtnTop .prev,
.banner_wrap .picBtnTop .next {
	width: 40px;
	height: 80px;
	top: 38%;
	position: absolute;
}

.banner_wrap .picBtnTop .prev {
	left: 12%;
	background: url(../img/banleft.png) no-repeat left top;
}

.banner_wrap .picBtnTop .next {
	right: 12%;
	background: url(../img/banright.png) no-repeat left top;
}



/* 新闻 */
.main1{background-color: #eaeaea;padding: 0.4rem 0;}
.news{width: 64.5%;box-sizing: border-box;padding: 0.2rem;background-color: #FFFFFF;}

 .news_title{
	 padding: 10px 0;
	 padding-top: 15px;
	 border-bottom: 1px solid #CCCCCC;
 }
 .news_title h2 {
	font-size: 22px;
	color: #333333;
	line-height: 30px;
}
.news_title h2 img{
	padding-right: 10px;
	vertical-align: middle;
}
 .news_title a {
	font-size: 14px;
	line-height: 30px;
	color: #959595;
}
 .news_title a img{
	 vertical-align: middle;
	 padding-left: 8px;
 }
.news_left {
	
	width: 49%;
	position: relative;
	margin-top: 0.2rem;
}

.news_left .pic div {
	height: 2.5rem;
}

.news_left .bd ul li {
	position: relative;
}

.news_left .bannertil {
	
	width: 100%;
	height: 0.9rem;
	line-height: 1.5;
	background: #f6f7f9;
	color: #333;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 25px;
	padding-top: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_left .date{color: #FFFFFF;background-color: #b92a2a;padding: 10px 15px;display:inline-block;position: absolute;bottom: 0.7rem;left: 0.25rem;z-index: 2;}
.news_left .hd {
	position: absolute;
	bottom: 0.95rem;
	right: 15px;
}

.news_left .hd li {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
	background-color: #FFFFFF;
	border-radius: 50%;
}

.news_left .hd li.on {
	background-color: #008ed6;
}





.news_right {
	width: 49%;
	margin-top: 0.2rem;
}
.news_list li{
	overflow: hidden;
	padding: 0.13rem 0;
	/* border-bottom: 1px dashed #d9d9d9; */
}
.news_list li a{
	width: 75%;
	padding-left: 15px;
	box-sizing: border-box;
	background: url(../img/dot3.png) no-repeat left center;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.news_list li .date{
	float: right;
}
.news_list li:hover a,.notice_list ul li:hover a, .news_title a:hover,.gan_first:hover h2{
	color:#008ed6 ;
}




/* 通知 */
.notice{width: 33.5%;background-color: #FFFFFF;box-sizing: border-box;padding: 0.2rem;}
.notice_list ul li div{float: left;width: 60px;height: 55px;color: #FFFFFF;text-align: center;background-color: #006ba1;}
.notice_list ul li div span{font-size: 0.2rem;font-weight: bold;background-color: #008ed6;display: block;line-height: 1.5;}
.notice_list ul li div p{font-size: 13px;}
.notice_list ul li{overflow: hidden;padding-top: 0.2rem;padding-bottom: 0.15rem;border-bottom: 1px dashed #CCCCCC;}
.notice_list ul li a{float: right;width: 81%;max-height: 0.6rem\0;overflow: hidden;font-size: 16px;line-height: 1.5;}



/* 学术 */
.xue{width: 49%;margin-top: 0.3rem;}
.xue .news_right{width: 100%;margin-top: 0;}
.xue .news_right ul li,.gan .news_list li{border-bottom: 1px dashed #CCCCCC;padding: 0.15rem 0;}
.xue .news_right ul li{padding-top: 0.18rem;}





.main2 .news_title {background: url(../img/line.png) no-repeat left bottom;}
/* 干部工作 */
.gan{
	width: 49%;
	margin-top: 0.3rem;
}
.gan_img a,.gan_img a span{
	display: block;
	width: 2.6rem;
	height: 1.5rem;
	background-size: cover;
}
.gan_first{
	margin-top: 0.2rem;
	margin-bottom: 0.1rem;
}
.img_right{
	width: 57%;
	border-bottom: 1px dashed #CCCCCC;
}
.img_right h2{
	color: #333333;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 0.2rem;
}
.img_right .date{
	font-size: 14px;
	color: #008ed6;
	margin: 8px 0;
	padding-left: 25px;
	background: url(../img/date.png) no-repeat left center;
}
.img_right p{
	color: #888888;
	font-size: 14px;
	line-height: 1.7;
	text-indent: 2em;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	overflow-wrap: break-word;
	word-break: break-all;
	white-space: normal;
	overflow: hidden;
}
.main3{margin-top: 0.2rem;}
.zhuan ul li,.links>div{
	width: 23%;
	height: 1.1rem;
	margin-top: 0.2rem;
	
}
.zhuan ul li a{color: #FFFFFF;height: 100%;text-align: center;
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 70%;
	flex-direction: column;
	justify-content: center;}
.zhuan ul li a p{
	font-weight: bold;
	font-size: 0.17rem;
	line-height: 1.5;
}
.zhuan .oli1{background: url(../img/zhuanbg1.png) no-repeat center;}
.zhuan .oli2{background: url(../img/zhuanbg2.png) no-repeat center;}
.zhuan .oli3{background: url(../img/zhuanbg3.png) no-repeat center;}
.zhuan .oli4{background: url(../img/zhuanbg4.png) no-repeat center;}
.links>div select{width: 100%;padding-left: 0.15rem; color: #FFFFFF;font-size: 14px;border: none;height: 45px; appearance: none;background: url(../img/selectbg.png) no-repeat right center #008ed6;}

















/* 页尾 */

.copy{
	
	color: #FFFFFF;
	background: #008ed6;
	text-align: center;
		font-size: 0.16rem;
padding: 0.3rem 0;
}





.neiwrap{background: url(../img/bodybg2.jpg) no-repeat bottom center #eaeaea;padding-top: 0.25rem;}
.neiinner{margin-top:20px;}
.nav_left {
	background: url(../img/navbg2.png) no-repeat center top ;
	width: 18.5%;
	position: relative;
	z-index: 2;
	border-bottom: 5px solid #008ed6;
}

.nav_left>h2 {
	font-size: 0.28rem;
	text-align: center;
	line-height: 70px;
	padding-bottom: 0.1rem;
	background: url(../img/jian.png) no-repeat bottom center;
	color: #fff;
}

.nav_left ul{padding-bottom: 0.3rem;background-color: #ffffff;margin: 0 5px;}
	.nav_left ul li{border-bottom: 1px solid #ded9d9;}
.nav_left ul li a {
	font-size: 18px;
	display: block;
	text-align: center;
	/* height: 59px; */
	padding: 0.15rem 0;
	line-height: 1.5;
	box-sizing: border-box;
	color: #333;

}
.nav_left ul li>dl{padding:0.1rem 0;}
.nav_left ul li>dl a{padding: 0.05rem 0;font-size:0.16rem;border:none;}
.nav_left ul li:hover>a {
	font-weight: bold;
	background: url(../img/line2.png) no-repeat center bottom;
}
.nav_left ul li>dl dd:hover a{color:#008ed6;}
.nav_left li.act>a{
	background: url(../img/line2.png) no-repeat center bottom;
	font-weight: bold;
}
.nav_left ul li>dl dd.act a{color:#008ed6;}





/*右侧*/
.nav_right {
	width: 78%;
	box-sizing: border-box;
	background-color: #fff;
	margin-bottom: 65px;
	padding: 0.25rem;
	box-sizing: border-box;
	padding-top: 0;
}



.right_top {
	border-bottom: 2px solid #d9d9d9;
	padding: 0.25rem 0 0.15rem 0;
}

.right_top>h3 {
	font-size: 0.28rem;
	color: #333;
	font-weight: bold;
	padding-left: 20px;
	background: url(../img/di.png) no-repeat left center;
}


.right_top>p{
	padding-left: 25px;
	padding-top: 7px;
	background: url(../img/di2.png) no-repeat left center;
}
.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #858585;
}

.right_top>p {
	margin-right: 10px;
}





/* 列表 */
.list>ul {
	min-height:400px;
}

.list>ul li {
	
	/* transition: .5s; */
	overflow: hidden;
	padding: 15px 0px;
	border-bottom: 1px dashed #bababa;
}

.list>ul li a {
	float: left;
	display: block;
	width: 73%;
	padding-left: 14px;
	box-sizing: border-box;
	font-size: 0.18rem;
	color:#00204c;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/dot3.png) no-repeat left center;
}

.list>ul li .date{
  float:right;
font-size:0.16rem;
}
.list>ul li:hover a{color:#008ed6;}
.list {
	margin-bottom: 70px;
}


/*内容*/
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont {
	margin-top: 30px;
}


.cont p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}
.cont p img{margin:10px auto;text-align: center;display: inherit;height: auto;}
.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen .popup_renren {
	background-position: 1px -208px;
}

.fen .popup_tqq {
	background-position: 1px -260px;
}

.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #008ed6;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}

.content {
	padding-bottom: 40px;
}

.dp {
	margin-bottom: 80px;
}
.piclist ul li {
	float: left;
	width: 25%;
	margin-bottom: 0.3rem;
}

.piclist ul li a {
	display: block;
	margin: 0 3%;
}

.piclist ul li a p {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.piclist .videopic {
	width: 100%;
	height: 2rem;
	overflow: hidden;
}

.piclist .videopic span {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.piclist ul li:hover .videopic span {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.piclist ul li:hover p {
	color: #ed5700;
	
}




/*列表*/
.xb-list{
    /* margin-top: 0.4rem; */
}
.xb-list ul li{
    position: relative;
	border-bottom:1px dashed #ccc;
}
.xb-list ul li i{
	
	width:0;
	height:4px;
	position:
	absolute;
	bottom: 0px;
	z-index: 5;
	left: 0;background:#008ed6;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.xb-list ul li:hover i{width:100%;-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;}
.xb-list .xblist-date{
    width: 0.8rem;
    border-top: 2px solid #008ed6;
    color:#008ed6 ;
	text-align:center;
}
.xb-list .xblist-date p{
    font-size: 0.14rem;
    

}
.xb-list .xblist-date h2{font-size: 0.24rem;margin-top: 0.15rem;
    margin-bottom: 0.05rem;}
.xblist-oli{
    padding: 0.2rem 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.ddr .xblist-pic {width:1.5rem;height: 1.85rem;}
.xblist-pic {
    width: 2.1rem;
    height: 1.4rem;
    overflow: hidden;
}
.xblist-pic a,.xblist-pic span{
    display: block;
    width: 100%;
    height: 100%;
}
.xblist-pic span{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.xb-list ul li:hover .xblist-pic span{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.xblist-title{
    width: 60%;
}
.ddr .xblist-title{width:9.2rem;}
.xb-list .xblist-title2{width: 83%;}
.xblist-title a{display: block;}
.xblist-title h2{
    color: #333333;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    margin-bottom: 0.1rem;
}
.xblist-title div{
    color: #666666;
    font-size: 0.14rem;
    line-height: 0.24rem;
    text-align: justify;
	word-break: break-all;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    overflow: hidden;
	margin-bottom: 0.07rem;
}
.xblist-title p{
    font-weight: normal;
    color: #008ed6;
    font-weight: 0.12rem;
	
}

.xb-list .fan{
    margin: 0.6rem auto;
}
.xb-list .xblist-title em span{background:none;padding-left:0;}