@charset "utf-8";
.mobile-wrap{background: #F6F6F6;}
#banner{ width: 100%; min-width: 1200pxx; overflow: hidden; position: relative; top: -60px; background-color: #000;}
#banner .banner{background-position: center; background-repeat: no-repeat; background-size: cover;}
#banner img{width: 100%; display: block; opacity: .65;}
#banner .banner .mainBox{ position: absolute; width: 100%; min-width: 100%; max-width: 100%; left: 0; top: 46%; }
#banner .banner h2{font-size: .4rem; letter-spacing: 10px; text-align: center; font-weight: 600; color: #fff; margin-bottom: 10px;}
#banner .banner h2 span{display: inline-block; vertical-align: middle; margin: 0 10px 0 0; height: 6px; width: 60px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
#banner .banner h2 b{display: inline-block;  vertical-align: middle;}
#banner .banner h4{font-size: .56rem; letter-spacing: 10px; text-align: center; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; color: #fff; color: rgba(255,255,255,.6);}

.title-box{
  height: 60px;
  margin:00px auto 12px; position: relative; z-index: 1; padding-top: 20px;}
.title-box h2{font-size: 20px; display: block; font-weight: bold; position: relative;}
.title-box p{font-size: 12px;  color: #cdcdcd; display: block; margin: 5px 0; position: relative;}
.title-box span{display: block; background-color: #1653e8; width: 50px; height: 3px; margin-bottom: 7px; position: relative;}
.title-box .more{ position: absolute; right: 0; top: 10px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #000000; width: 110px; padding-left: 18px; line-height: 26px; height: 28px;  border: solid 1px #707070; border-radius: 20px; transition: all 0.4s ease-in-out;	background: #fff no-repeat left -15px center;}
.title-box .more:hover{	background: #0050e9 url(../img/icon-more.png) no-repeat right 15px center;border-color: #0050e9;color: #fff;width: 130px;}

.main{
	margin-top: -60px;
	overflow: hidden;
}

.title-box .con-bg {
  position: absolute;
  z-index: 0;
  font-size: 128px;
  line-height: 92px;
  color: #fff;
  top: 0px;
  left: -100px;
  opacity: 1;
  /* z-index: -1; */
}

.main .list-box{margin: 35px 0 0; position: relative; z-index: 2;}
.main .list-box .list{
	display: block;
	position: relative;
	overflow: hidden;
	top: 0;
	background: #fff;
	transition: all 0.4s ease-in-out;
	margin-bottom: 2%;
}
.main .list-box .list .box-bg{overflow: hidden; width: 25%; position: absolute; height: 100%; overflow: hidden; transition: all 0.4s ease-in-out;}
.main .list-box .list .box-bg img{width: 100%; height: 100%; min-height: 160px; transition: all 0.4s ease-in-out; background-size: cover; background-position: center;}
.main .list-box .list:hover{ box-shadow: 0 2px 25px rgba(0,0,0,0.15); top: -10px;}
.main .list-box .list:hover .box-bg img{transform: scale(1.1);}
.main .list-box .list .box-con{ position: relative;  padding: 30px 30px 30px 27%;}
.main .list-box .list .box-con .list-info{font-size: 12px; color: #888; padding: 10px 0 12px 20px; background: url(../img/icon-19.png) no-repeat left center;}
.main .list-box .list .box-con h2{font-size: 18px; font-weight: bold; line-height: 1.5em; color: #000; transition: all 0.5s ease-in-out;}
.main .list-box .list:hover .box-con h2{color: #0050e9;}
.main .list-box .list .box-con p{ display: block; font-size: 14px; line-height: 1.5em; line-height: 1.6em; color: #666; }


/* 详细列 */
.main .mainBox{	width: 1200px;}
.main .detail{	overflow: hidden;}
.main .detail .detailCon{
	width: 800px;
	float: left;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 60px;
}
.main .detail .detailCon .title{
	font-size: 26px;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.main .detail .detailCon .info{
	line-height: 30px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 20px;
	font-size: 12px;
}
.main .detail .detailCon .content img{
	max-width: 100%;
	margin:15px auto;
	display: block;
}
.main .detail .detailCon .content {
	font-size: 16px;
	line-height: 1.8em;
}
.main .detail .detailCon .content video{
	margin:15px auto; 
	width:100%; 
	display: block;
}
.main .detail .detailCon .share{
	margin: 20px 0px;
	overflow: hidden;
}
.main .detail .detailCon .share .bshare-custom{
	float: right;
}

.main .detail .detailCon .around{
		margin: 20px 0px 30px;
		color: #888;
		border-top: 1px solid #E1E1E1;
		padding-top: 10px;
	}
.main .detail .detailCon .around a{
		padding-right: 50px;
		color: #888;
	}
.main .detail .detailCon .around a:hover{
		color: #065FBB;
	}

/* 侧边栏 */
.main .detail .side-box{width: 370px;margin: 0 0 60px 0;padding: 20px;float: right;background-color: #fff;margin-bottom: 60px;}
.main .detail .side-box .list-box-title{font-size: 20px;color: #0050e9;font-weight: bold;margin-bottom: 15px;padding: 15px 0;	border-bottom: 1px solid #eee;}
.main .detail .side-box .list-con a{margin-bottom: 10px; display: block;}
.main .detail .side-box .list-con .box-bg{overflow: hidden; position: relative; overflow: hidden; transition: all 0.4s ease-in-out;}
.main .detail .side-box .list-con .box-bg img{width: 100%; transition: all 0.4s ease-in-out; background-size: cover; background-position: center;}
.main .detail .side-box .list-con a:hover .box-bg img{transform: scale(1.1);}
.main .detail .side-box .list-con a .box-con{padding: 5px 0;}
.main .detail .side-box .list-con a h2{font-size: 16px; font-weight: normal;}
.main .detail .side-box .list-con a:hover .box-con h2{color: #0050e9;}
.main .detail .side-box .list-con a .list-info{font-size: 12px; color: #888; padding: 10px 0 12px 20px; background: url(../img/icon-19.png) no-repeat left center;}


@media screen and (max-width: 768px) {
	
}




















