/**************************************/
/*************[公用start]**************/
/**************************************/



div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	/*width: 1200px; 主要内容区尺寸大小，每次制作前更新！！！ 
	margin:0 auto;*/
	padding: 0	100px;
}




.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{

}
#header .container-fluid{
	padding-left: 100px;
	padding-right: 100px;
}
.header-1{
	height:138px;
	background-color: #01274c;
	border-bottom: 1px solid #003364;
}

.logo{
	width: 889px;
	margin-top: 29px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}
.header-1-a{
	margin-top: 42px;
	margin-right: 33px;
}

.header-1-a a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width:65px;
}

.header-1-a a img{
	display: block;
	margin:0 auto 7px;
}




.search{
	width: 240px;
	position: relative;
	padding-right: 65px;
	margin-top: 43px;
}

.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 50px;
	background-color:#fff;
	border:0;
	font-size: 16px;
	color: #333;
	line-height: 1.428571;
	padding: 0	10px;
}

.search input[type="image"]{
	position: absolute;
	right:0px;
	top: 11px;
	width:29px;
}

.nav-wp{
	position: relative;
	background-color:#01274c;
	z-index: 500;
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
	background-image: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1px;

}
.nav>ul>li:first-child{
	background-image: none;
	padding-left: 0px;
}
.nav>ul>li>a{
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 20px;
	color:#fff;
	/*transition: .3s;*/

}

.nav>ul>li:hover>a, .nav>ul>li.active>a {
	background-color:#d9dfe4;
	color: #333;
	/*font-weight: bold;*/

}
.nav>ul>li>ul{
	position: absolute;
	left: 0px;
	right: 0;
	top:100% ;
	z-index: 600;
	background-image: url(../images/baidi.png);
	display: none;
	padding: 0	15px;
}
.nav>ul>li>ul>li{
	border-top: 1px solid #cdd3d9;
	display: block;
	padding: 13px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 16px;
	color:#333;
}
.nav>ul>li>ul>li:first-child{
	border: 0;
}
.nav>ul>li>ul>li>a{
	
	font-size: 16px;
	color:#333;


}
.nav>ul>li>ul>li>a:hover{
	/*background-color: #2161a5;*/
	color: #01274c;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.banner{
	position: relative;
}

.banner-list .owl-dots {
  text-align: center;
  font-size: 0;
  line-height: normal;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 500;
  bottom: 20px;
  margin-top: 0;
}
.banner-list .owl-dots .owl-dot{
    display: inline-block;
    margin:0 13px;
    border:0;
    background-color: transparent;
    outline: none;
}
.banner-list .owl-dot span{
    width: 11px;
    display: block;
    height: 11px;
    background-repeat: no-repeat;
    background-position: center ;
    background-image: url(../images/arrow-b.png);
    -webkit-background-size: 100%;
    background-size: 100%;
}

.banner-list .owl-dot.active span{
    background-image: url(../images/arrow-b-h.png);

}
.banner-list .item{
	width: 1400px;
}

.banner-list .item>a{
	display: block;
	background-color: #000;
}

.banner-list .item>a img{
	opacity: 0.5;
}
.banner-list .center .item>a img{
	opacity: 1;
}


.banner-list .owl-nav{
	position: absolute;
	left: 50%;
	margin-left: -700px;
	width: 1400px;
	top: 50%;
	height: 0;
}
.banner-list .owl-nav button.owl-prev{
    position: absolute;
    left:0px;
    top: 50%;
    width: 40px;
    height: 70px;
    margin-top: -35px;
    background-image: url(../images/b-left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
}

.banner-list .owl-nav button.owl-next{
    position: absolute;
    right:0px;
    top: 50%;
    width: 40px;
    margin-top: -35px;
    height: 70px;
    background-image: url(../images/b-right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
}














.fafa .flex-control-nav{
	height: 0;
	bottom: 25px;
}
.fafa .flex-direction-nav a{
	width: 40px;height: 70px;
	margin-top: -35px;
}
.fafa .flex-direction-nav .flex-prev{
	left: 0;
}
.fafa .flex-direction-nav .flex-next{
	right: 0;
}


.main1{
	/*height: 652px;*/
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main1-bg.jpg);
	padding: 55px 0;
}


.title-11 h1{
	margin:0;
	font-size: 30px;
	color: #333;
	padding-left: 44px;
	height: 36px;
	line-height: 36px;
	background-repeat: no-repeat;
	background-position: left center;
}
.title-11 a.fr{
	width: 68px;
	height: 24px;
	line-height: 22px;
	margin-top: 6px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	transition: .3s;
}

.title-11-1 a.fr{
	border:1px solid #2267b1;
	color: #2267b1;
}
.title-11-1 a.fr:hover{
	color: #fff;
	background-color: #2267b1;
}
.title-11-2 a.fr{
	border:1px solid #04c199;
	color: #04c199;
}
.title-11-2 a.fr:hover{
	color: #fff;
	background-color: #04c199;
}



.title-11.title-11-3 h1{color: #fff;}
.title-11-3 a.fr{
	border:1px solid #fff;
	color: #fff;
}
.title-11-3 a.fr:hover{
	color: #333;
	background-color: #fff;
}

.title-11-4 a.fr{
	border:1px solid #92c1ef;
	color: #92c1ef;
}
.title-11-4 a.fr:hover{
	color: #fff;
	background-color: #92c1ef;
}


.title-11-5 a.fr{
	border:1px solid #e15139;
	color: #e15139;
}
.title-11-5 a.fr:hover{
	color: #fff;
	background-color: #e15139;
}


.title-11-6 a.fr{
	border:1px solid #fdb222;
	color: #fdb222;
}
.title-11-6 a.fr:hover{
	color: #fff;
	background-color: #fdb222;
}

.main1-1{
	width: 880px;
	margin-right: 40px;
}


.main1-1-div{
	padding-top: 20px;
}
.main1-1-div dl{
	margin:0;
	margin-left: -3%;
}

.main1-1-div dd{
	float: left;
	width: 47%;
	margin-left: 3%;
}

.main1-1-pic .imgbox_a{
	padding-bottom: 66.67%;
}
.main1-1-div dd:hover .main1-1-con{
	box-shadow: 0 0 10px 1px rgba(0,0,0,0.15);
}

.main1-1-con{
	background-color: #fff;
	/**/
	box-shadow: 0 0 2px 1px rgba(0,0,0,0.15);
	padding: 26px 20px 0;
	transition: .3s;
}
.main1-1-con h1{
	margin:0;
	font-size: 18px;
	color: #333;
	/*font-weight: bold;*/
	height: 24px;
	line-height: 24px;
}
.main1-1-con h1 a:hover{
	font-weight: bold;
	color: #2267b1;
}
.main1-1-con p{
	margin:0;
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin:15px 0 26px;
	height: 4em;
	overflow: hidden;
}

.main1-1-con-bottom{
	border-top: 1px solid #e6e6e6;
	padding: 17px 0;
}
.main1-1-con-bottom .fl{
	padding-left: 27px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/time.png);
	font-size: 14px;
	color: #333;
}
.main1-2{
	overflow: hidden;
}


.main1-2-dl dl{
	margin:0;
	padding-top: 2px;
}

.main1-2-dl dd{
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian2.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:75px;
	height: 63px;
	line-height: 62px;
	border-bottom: 1px dashed #eeeeee;
}



.main1-2-dl dd a{
	font-size: 16px;
	color:#333;
}
.main1-2-dl dd span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.main1-2-dl dd a:hover{
	color:#04c199;
	font-weight: bold;
}














.main2{

	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/main2-bg.jpg);
	padding: 60px 0;
}

.main2-item{
	width: 46.85%;
}

.main2-dl dl{
	margin:0;
	padding-top: 24px;
}

.main2-dl dd{
	padding: 22px 0;
	border-bottom: 1px solid #fff;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.main2-date{
	width: 80px;
	height: 60px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding-top: 9px;
	margin-right: 27px;
}

.main2-date h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #01274c;
	/*line-height: 1;*/
}
.main2-date h2{
	margin:0;
	font-size: 14px;
	font-weight: bold;
	color: #01274c;
	/*line-height: 1;*/
	margin-top: 5px;
}

.main2-p{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}
.main2-p a:hover{
	font-weight: bold;
}
.main3{
	padding: 50px 0;
}


.main3-1-item{
	width: 46.85%;
}
.main3 .title-11{
	margin-bottom: 30px;
}



.main3-1-dl dl{
	margin:0;
}
.main3-1-dl dd{
	background-color: #f6f6f6;
	padding: 0	15px;
}
.main3-1-dl dd h1{
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #333;
	margin:0;
}


.main3-1-dl dd+dd{
	margin-top: 24px;
}


.main3-1-con{
	height: 34px;
	font-size: 14px;
	color: #fff;
	display: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.main3-1-con img{
	margin-top: -3px;
	margin-right: 8px;
}

.main3-1-con span+span{
	padding-left: 40px;
}


.main3-1-dl dd.cur{
	background-color: #80b6ec;
}
.main3-1-dl dd.cur h1{
	color: #fff;
	font-weight: bold;
}
.main3-1-dl dd.cur .main3-1-con{
	display: block;
}









.main3-1-dl2 dl{
	margin:0;
}
.main3-1-dl2 dd{
	padding-left: 47px;
}
.main3-1-dl2 dd+dd{
	margin-top: 18px;
}

.main3-ts{
	background-color: #f6f6f6;
	padding: 12px 0;
}
.main3-ts-con{
	position: relative;
	left: -47px;
}
.main3-ts-date{
	width: 70px;
	height: 60px;
	background-color: #bbbbbb;
	text-align: center;
	padding-top: 9px;
	margin-right: 20px;
}

.main3-ts-date h1{
	margin:0;
	font-size: 14px;
	color: #fff;
	/*line-height: 1;*/
}
.main3-ts-date h2{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	/*line-height: 1;*/
	margin-top: 5px;
}

.main3-ts-p{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
}
.main3-ts-con:hover .main3-ts-date{
	background-color: #e15139;
}
.main3-ts-con:hover .main3-ts-p{
	color: #e15139;
	font-weight: bold;
}


.main3-2{
	margin-top: 100px;
}

.main3-2-list-wp{

}

.tui-pic{
	width: 200px;
	margin-right: 15px;
}

.tui-pic .imgbox_a{
	padding-bottom: 66.5%;
}

.tui-con{
	overflow: hidden;
}

.tui-con h1{
	margin:0;
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	height:4.5em;
	overflow: hidden;
	word-break:break-all;
}
.tui-con h1 a:hover{
	color: #fdb222;
	font-weight: bold;
}

.tui-con h2{
	margin:0;
	font-size: 14px;
	color: #666;
	margin-top:46px;
}

.main3-2-p{
	font-size: 14px;
	color: #666;
	line-height: 2;
	height: 4em;
	overflow: hidden;
	margin:23px 0 17px;
}

.more2 a{
	font-size: 14px;
	color: #666;
}
.more2 a:hover{
	color: #fdb222;
}
.more2 a img{
	display: inline-block!important;
	margin-top: -3px;
	margin-left:7px;
	width: 5px!important;
}


.main3-2-list .owl-nav button.owl-prev{
    position: absolute;
    left:-60px;
    top: 50%;
    margin-top: -17px;
    width: 35px;
    height: 35px;
    background-image: url(../images/left.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;
    font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.main3-2-list .owl-nav button.owl-next{
    position: absolute;
    right:-60px;
    top: 50%;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    background-image: url(../images/right.png);
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center ;font-size: 0;
    z-index: 50;
    -webkit-background-size: 100%;
    background-size: 100%;
}




/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(../images/footer-bg.jpg);
}

.footer-1{
	padding: 50px 0;
}


.foo1-1{
	width: 380px;
	padding-left:142px;
	background-repeat: no-repeat;
	background-position: left 45px;
	background-image: url(../images/foo1-1.png);
	margin-top: 27px;
}
.foo1-1-dl{
	height: 130px;
	overflow-y:auto; 
	padding-right: 10px;
}

/*.foo1-1 .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.foo1-1 .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{
	background-color: #fff;
}*/

.foo1-1 .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: #fff;
}
.foo1-1-dl dl{
	margin:0;
	font-size: 
}
.foo1-1-dl dd{
	font-size: 14px;
	color: #fff;
	height: 22px;
	line-height: 22px;
}
.foo1-1-dl dd+dd{
	margin-top: 5px;
}
.foo1-1-dl dd a:hover{
	font-weight: bold;
}


.foo1-2{
	width: 380px;
	padding-left: 60px;
	margin-top: 10px;
}


.foo1-2-dl dl{
	margin:0;
}

.foo1-2-dl dd{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	background-position: left 1px;
}

.er-wp{
	padding-top: 10px;
	width: 104px;
	position: relative;
}
.er-con{
	height: 35px;
	line-height: 35px;
	padding-left:45px ;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/dd4.png);
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}

.er-wp:hover .er{
	display: block;
}
.er{
	position: absolute;
	left: 120px;
	top: 0;
	width: 100px;
	display: none;
}
.er img{
	display: block;
	width: 100%;
}


.footer-0{
	font-size: 15px;
	color: #fff;
	text-align: center;
	padding: 30px 0 20px;
}
.footer-0 img{
	display: block;
	width: 100px;
	margin:0 auto 12px;
}






.foo1-3{
	overflow: hidden;
	border-left: 1px solid #757e88;
	border-right: 1px solid #757e88;
	padding-bottom: 22px;
}
.foo1-3 img{
	display: block;
	margin:0 auto;
}









.footer-2{
	font-size: 16px;

	line-height: 2;
	padding: 18px 0 19px;
	border-top: 1px solid #757e88;
}
.footer-2 .fl{
	color: #fff;
}

.footer-2 .fr{
	color: #fff;
}
/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/

#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #01274c;
	/*background-color: #0089d0;*/

}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;

}

.nav-2>ul>li{

	border-top: 1px dotted #ccc;
	position: relative;
}

.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../images/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;

	right: 14px;
}
.jiaspan.cur{
	background-image: url(../images/jia2h.png);

}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{

	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;

}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 6px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/

.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
    top: 17px;
    width: 18px;

}

.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
   font-size: 0;
   width: 300px;
   margin-left: 15px;
   margin-top: 8px;
}

.logo-2 img{
	display: block;
	width: 100%;
}


.menu2{

	margin-right: 15px;
	height: 75px;
	font-size: 0;

}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/


}

.chenggao{
		display: none;
		height: 75px;
	}


#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../images/heidi.png);
	display: none;

}



/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/




.banner-2{
    height: 270px;
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
}
.banner-2 img{
		display: none;
		width: 100%;
	}
.erji{
    padding: 35px 0 50px;
}

.menu{
	width: 252px;
	margin-right: 40px;
}
.menu h1{
	margin:0;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	height: 67px;
	line-height: 67px;
	background-color: #2267b1;
	padding-left: 27px;
}
.menu ul{
	margin:0;
}
.menu li{
	border-top: 1px solid #fff
}
.menu li a{
	display: block;
	height: 48px;
	line-height: 48px;

	padding-left: 44px;
	color:#4f4f4f;
	font-size: 14px;
	transition: .3s;
	background-color: #f6f8fa;
	background-image: url(../images/menu.png);
	background-repeat: no-repeat;
	background-position: 27px center;
}
.menu li a:hover,.menu li.active a{
	background-color: #2267b1;
	background-image: url(../images/menuh.png);
	color:#fff;
}

.erji-title {
    padding-bottom: 24px;
    border-bottom: 1px solid #2267b1;
}
.erji-title .fl{
    font-size: 20px;
    color:#3c3c3c;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #2267b1;
    padding-left: 10px;
}

.mianbaoxie{
      font-size: 12px;
    color:#333;
    height: 20px;
    line-height: 20px;
}
.mianbaoxie a:hover{
    color:#2267b1;
}
.mianbaoxie span{
    color:#2267b1;
}

.erji-content{
    overflow: hidden;
}

.erji-content-div{
    padding-top:10px;
    min-height: 520px;
}

.fenye{
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.fenye ul{
    margin:0;
}
.list{
	padding-top: 10px;
}
.list ul{
	margin:0;
}

.list li{
	margin-top: 15px;
	background-repeat: no-repeat;
	background-position:0px center;
  background-image: url(../images/dian.png);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left:15px;
  overflow: hidden;
	position: relative;
	padding-right:85px;
	height: 22px;
	line-height: 22px;
}

.list li:first-child{
	margin-top: 0
}


.list li a{
	font-size: 16px;
	color:#333;
}
.list li span{
	font-size: 14px;
	color:#999;
	position: absolute;
	right: 0px;
	top: 0;
}
.list li a:hover{
	color:#2267b1;
}
.danpian{
	padding-top: 25px;
}

.danpian-h1{
	font-size: 21px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}

.danpian-con{
	
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	
	color:#666!important;
	line-height: 2!important;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#2267b1;

}
.pic-item{
	margin-top: 25px;
}
.pic-item h1{
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin:0;
  font-size: 16px;
  color:#333;
  text-align: center;
  margin-top: 15px;
}

.pic-pic>a{
    display: block;
    position: relative;
    padding-bottom: 66.6%;
    overflow: hidden
}

.pic-pic>a img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
}

.pic-pic:hover>a img{
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.pic-pic:hover+h1{
	color:#2267b1;
}

.list22 dl{
	margin:0;
}
.list22 dd {
    padding: 30px 0;
}
.list22 dd+dd{
    border-top: 1px solid #eee;

}
.list22 dd:first-child{
	padding-top: 20px;
}
.list22-pic {
    width: 220px;
    margin-right: 20px;
}

.list22-pic  .imgbox_a{
	padding-bottom: 66%;
}

.list22-con{
	overflow: hidden;
	
}

.list22-con h1{
	margin: 0;
  font-size: 18px;
  color: #333;
}

.list22-con h1 a:hover{
	color:#2267b1;
}

.list22-con h2{
	margin: 0;
  font-size: 14px;
  color: #999;
  padding: 15px 0 10px;
}


.list22-con p{
	margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 2;
  height: 6em;
  overflow: hidden;
}