/*全局样式*/
body,p,h1,h2,h3,h4,h5,h6,ol,ul,dl,li,dt,dd{
    margin:0;
    padding:0;
}
body{
    font-family: "Times New Roman", Times, serif;
    font-size:14px;
}
ul,ol{
    list-style: none;
}
a{
    color: #333;
    text-decoration: none;
}
img{
    border:none;
}
body{
    width:100%;
    height:100%;
    padding: 0px;
    margin: 0px;
    min-width: 1200px;
}
/*banner*/
.banner{
	width: 100%;
	height:574px;
	background: url(http://en.chinaculture.org/image_e/2018/springfestival/banner1.jpg) no-repeat;
    background-position: center;
}
.logo {
	display:block;
	width:1200px;
	margin: 0 auto;
}
.logo img{
	width:203px;
	height: 42px;
	padding-top: 30px;
	padding-left: 15px;
}
/*导航*/
.empty{
	width:100%;
	height:430px;
}
.nav{
    width:1200px;
    height:60px;
    margin:0 auto;
}
.nav ul{
    display: inline-block;
    width: 100%;
    height:90px;
    overflow: hidden;
}
.nav ul li{
    float: left;
    height:16px;
    padding: 0 25px 0 25px;
    margin-top:30px;
}
.nav ul li a{
    display: inline-block;
    padding:0 5px 0 5px ;
    font-size: 20px;
    font-family: "times new roman";
    color: #fff;
}
.nav ul li a:hover{
    background: #129721;
}
/*内容部分*/
.content{
	width:100%;
	margin:0px;
	padding:0px;
}
/*第一部分*/
.content_1_warp{
    width: 100%;
	height: 1575px;
	/*background: url(http://en.chinaculture.org/image_e/2018/springfestival/bg_w1.jpg) repeat-x;*/
	background-color: #fcf6dd;
	background-repeat:repeat-x;
}
.content_1{
	width:100%;
	height:1575px;
	background: url(http://en.chinaculture.org/image_e/2018/springfestival/bg1.jpg) no-repeat;
	background-position: center;
}
/*轮播部分*/
.main_content1{
    width:100%;
    height:614px;
   /* margin-top:-20px;*/
}
.content1_top{
    width:1205px;
    margin:0 auto;
    overflow: hidden;
    position: relative;
}
.content1Top_L{
    width:604px;
    height:390px;
    float:left;
    margin-top:50px;
    position: relative;
    display: inline;
}
.content1Top_L .banner{
    width:604px;
    height:390px;
    position: absolute;
    top:0;
    left:-1px;
}
.content1Top_L .banner ul{
    position: absolute;
    top:0;
    left:0;
    width:604px;
    height:390px;
}
.content1Top_L .banner ul li{
    position: absolute;
    top:0;
    left:0;
    width:604px;
    height:390px;
    cursor: pointer;
    opacity:0;
}
.content1Top_L .banner ul li img{
    width:100%;
    height:100%;
}
.content1Top_L .banner .btn{
    width:15px;
    height:80px;
    /*background: rgba(0,0,0,0.5);*/
    /*filter:alpha(opacity=50)progid:DXImageTransform.Microsoft.gradient(startColorstr=#000,endColorstr=#000);*/
    color: #ffffff;
    position: absolute;
    top:120px;
    font-weight:bolder;
    cursor: pointer;
}
.content1Top_L .banner .btn.prev{
    left:0;
}
.content1Top_L .banner .btn.prev img{
    margin-top:30px;
}
.content1Top_L .banner .btn.next{
    right:2px;
}
.content1Top_L .banner .btn.next img{
    margin-top:30px;
}

.content1Top_L h3 a{
    color: #ffffff;
}
.content1Top_L h3 a:hover{
    text-decoration: underline;
}
.content1Top_C {
    margin:50px 20px 0px 15px;
    width: 240px;
    height: 230px;
    float: left;
	display: inline;
}
.content1Top_C span{
    font-size:36px;
    line-height:35px;
    display: block;
    margin-top:15px;
}
.content1Top_C span a{
	color: #161616;
}
.content1Top_C span a:hover{
    text-decoration: underline;
}
.content1Top_R{
    width:285px;
    float: left;
    display: inline;
    margin:50px 20px 0px 20px;

}
.content1Top_R ul li {
    width: 285px;
    border-bottom: 1px solid #5580ad;
    padding-bottom: 50px;
    font-size: 26px;
    line-height: 26px;
}
.content1Top_R ul li a{
	color: #161616;
}
.content1Top_R ul li a:hover{
    text-decoration: underline;
}
.content1_bottom{
    width:1200px;
    margin:0px auto;

}
.content1_bottom ul{
    width:100%;
    overflow: hidden;
}
.content1_bottom ul li{
    float: left;
    display: inline;
}
.content1_bottom .imgs{
    width:167px;
    height:109px;
}
.content1_bottom .imgs img{
    width:100%;
    height:100%;
}
.content1_bottom .txts{
    width:232px;
    height:109px;
    border-right:1px solid #e43437;
    background: #e43437;
    font-size:18px;
    color: #ffffff;
    padding:0;
    
}
.content1_bottom .txts a{
    color: #ffffff;
	padding:15px;
	box-sizing:border-box;
}
.content1_bottom .txts a:hover{
    text-decoration: underline;
}
.content1_bottom .txts:hover{
    background: #f19d45;
}
.title{
	width:1200px;
	margin: 0 auto;
	margin-top: 25px;
}
.videoTOP{
    width:1200px;
    margin: 0 auto;
    height: 255px;
    position: relative;
}
.videoTOP .videoTOP_main dl{
    float: left;
    width:273px;
    height:180px;
    margin-top:33px;
    margin-right:35px;
    position: relative;
}
.videoTOP .videoTOP_main dl dt{
    width:266px;
    height:180px;
    margin-bottom:10px;
}
.videoTOP .videoTOP_main dl dt img{
    width:100%;
    height:100%;
}

.videoTOP .videoTOP_main  dl dd a{
    color: #815f27;
    font-size: 16px;
    font-family: "times new roman";
}
.videoTOP .videoTOP_main  dl dd a:hover{
    text-decoration: underline;
}
/*时间轴*/
.timeline{
	width:1200px;
	margin: 0 auto;
    margin-top:45px;
}
/*第二部分*/
.content_2_warp{
	width: 100%;
	height:2721px;
	background-color: #fcf6dd;
	background-repeat:repeat-x;
	margin-top: -25px;
}
.content_2{
	width:100%;
	height:2721px;
	background: url(http://en.chinaculture.org/image_e/2018/springfestival/bg2.jpg) no-repeat;
	background-position: center;
}
/*year of dog*/
.dog_MAIN{
    width:1200px;
    height:420px;
    margin:30px auto;
    overflow: hidden;
}
.dog_MAIN .dogMAIN_Left{
    width:240px;
    height:153px;
    float: left;
}
.dog_MAIN .dogMAIN_Left img {
    width:100%;
    height:100%;
}
.dog_MAIN .dogMAIN_Left p{
    background: #ffffff;
    width:210px;
    height:270px;
    margin-top:-4px;
    padding:20px 15px 20px 15px;
    font-size: 30px;
    line-height:36px;
}
.dog_MAIN .dogMAIN_Left p a{
	width:100%;
	height:100%;
	display:inline-block;
}
.dog_MAIN .dogMAIN_Left p:hover{
    background: #f7aa02;
    color: #ffffff;   
}
.dog_MAIN .dogMAIN_Left p:hover a{
    color: #ffffff;
}
.dog_MAIN .dogMAIN_Center{
    width:460px;
    float: left;
    margin-left:20px;
}
.dog_MAIN .dogMAIN_Center li {
    width:460px;
    height:153px;
    margin-bottom:15px;
    background: #f7aa02;
    font-size: 24px;
    line-height:30px;
    cursor: pointer;
}
.dog_MAIN .dogMAIN_Center p:hover{
	color: #fff;
}
.dog_MAIN .dogMAIN_Center li a.ff{
    display: inline-block;
    width:240px;
    height:153px;
    float: left;
}
.dog_MAIN .dogMAIN_Center li>a img{
    width:100%;
    height:100%;
}
.dog_MAIN .dogMAIN_Center .ss {
    width:190px;
    height:123px;
    background: #f7aa02;
    display: inline-block;
    float: left;
    padding:15px;
}
.dog_MAIN .dogMAIN_Center .ss:hover{
	background: #fff;
}
.dog_MAIN .dogMAIN_Center .ss:hover span{
	color: #333;
}
.dog_MAIN .dogMAIN_Center span{
    color: #ffffff;
}
.dog_MAIN .dogMAIN_Center ul li #cc a{
	display: block;
    width: 430px;
    /* height: 84px; */
    padding: 15px;
    /* padding-top: 20px; */
    font-size: 24px;
	color: #ffffff;
    /* margin-top: 20px; */
    /* margin-top: 20px; */
    /* text-align: center; */
}
.dog_MAIN .dogMAIN_Center ul li #cc a:hover{
	color:#333;
}
.dog_MAIN .dogMAIN_Center ul li.li_s:hover{
	background-color: #fff;
}
.dog_MAIN .dogMAIN_Center ul li.li_s:hover span{
	color: #333;
}
.dog_MAIN .dogMAIN_Center span:hover{
    background: #ffffff;
}
.dog_MAIN .dogMAIN_Center span:hover a{
    color: #333;
}
.dog_MAIN .dogMAIN_Center p{
    background: #ffffff;
    width:430px;
    height:84px;
    padding:15px;
    font-size: 24px;
    line-height:30px;
    margin-top: 35px;
}
.dog_MAIN .dogMAIN_Center p a{
    color: #333;
}
.dog_MAIN .dogMAIN_Center p:hover{
    background: #f7aa02;
}
.dog_MAIN .dogMAIN_Center p:hover a{
    color: #fff;
}
.dog_MAIN .dogMAIN_Right{
    width:460px;
    height:303px;
    float: left;
    margin-left:20px;
}
.dog_MAIN .dogMAIN_Right img {
    width:100%;
    height:100%;
}
.dog_MAIN .dogMAIN_Right p{
    background: #f7aa02;
    width:440px;
    height:100px;
    margin-top:-5px;
    padding:10px;
    font-size: 24px;
    line-height:30px;
    color: #fff;
}
.dog_MAIN .dogMAIN_Right p a{
    color: #ffffff;
}
.dog_MAIN .dogMAIN_Right p:hover{
     background: #fff;
      color: #333;
 }
.dog_MAIN .dogMAIN_Right p:hover a{
    color: #333;
}
/*chinese new year*/
.chinese_year_MAIN{
    width:1200px;
    height:420px;
    margin:0px auto;
    margin-top: 35px;
    overflow: hidden;
}
.chinese_year_MAIN .chinese_year_MAIN_Left{
    width:670px;
    height:300px;
    float: left;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN__LeftTOP{
    width:670px;
    height:300px;
    overflow: hidden;
}
.chinese_year_MAIN .chinese_year_MAIN_Left p{
    width:460px;
    height:300px;
    float: left;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN__LeftTOP span{
    display: inline-block;
    width:160px;
    height:300px;
    background: #ffffff;
    float: left;
    padding:20px;
    font-size:22px;
    line-height:34px;
    cursor: pointer;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN__LeftTOP span:hover{
    background: #044e9b;
    color: #ffffff;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN__LeftTOP span:hover a{
    color: #ffffff;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN__LeftTOP p img {
    width:100%;
    height:100%;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN_LeftBTM{
    background:#044e9b;
    width:660px;
    height:95px;
    margin-top:20px;
    overflow: hidden;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN_LeftBTM span{
    display: inline-block;
    float: left;
    width:150px;
    height:95px;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN_LeftBTM span img{
    width:100%;
    height:100%;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN_LeftBTM>a{
    width:490px;
    height:75px;
    display: inline-block;
    float: left;
    font-size:24px;
    padding:10px;
    line-height:34px;
    cursor: pointer;
    color: #FFFFFF;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN_LeftBTM:hover{
    background: #ffffff;
}
.chinese_year_MAIN .chinese_year_MAIN_Left .chinese_year_MAIN_LeftBTM:hover>a{
    color:#333;
}
.chinese_year_MAIN  .chinese_year_MAIN_Center{
    width:240px;
    height:156px;
    margin-left:5px;
    float: left;
}
.chinese_year_MAIN  .chinese_year_MAIN_Center img {
    width:100%;
    height:100%;
}
.chinese_year_MAIN  .chinese_year_MAIN_Center p{
    background: #ffffff;
    width:240px;
    height:263px;
    margin-top:-5px;
    padding:0;
    font-size: 28px;
    line-height:36px;
}
.chinese_year_MAIN  .chinese_year_MAIN_Center p a{
padding:20px 15px 20px 15px;
box-sizing:border-box;
}
.chinese_year_MAIN  .chinese_year_MAIN_Center p:hover{
    background:#044e9b;
}
.chinese_year_MAIN  .chinese_year_MAIN_Center p a:hover{
    color: #ffffff;
}
.chinese_year_MAIN  .chinese_year_MAIN_Center a.chinesyear_ss{
	color: #333;
}
.chinese_year_MAIN  .chinese_year_MAIN_Center span a:hover{
	color:#333;
}
.chinese_year_MAIN .chinese_year_MAIN_Right{
    width:270px;
    height:670px;
    float: left;
    margin-left:15px;
}
.chinese_year_MAIN .chinese_year_MAIN_Right li{
    width:260px;
    height:138px;
    background: #044e9b;
    margin-bottom:15px;
    cursor: pointer;
    padding:0;
    font-size: 18px;
    line-height:24px;
    color: #fff;
}
.chinese_year_MAIN .chinese_year_MAIN_Right li a{
    color: #ffffff;
	padding:10px 15px 10px 15px;
	box-sizing:border-box;
}
.chinese_year_MAIN .chinese_year_MAIN_Right li:hover{
    background: #ffffff;
}
.chinese_year_MAIN .chinese_year_MAIN_Right li a:hover{
    color: #333;
}
.chinese_year_MAIN .chinese_year_MAIN_Right .chinese_year_MAIN_RightBTM{
    background: #ffffff;
     color: #333;
}
.chinese_year_MAIN .chinese_year_MAIN_Right .chinese_year_MAIN_RightBTM a{
    color: #333;
 }
.chinese_year_MAIN .chinese_year_MAIN_Right .chinese_year_MAIN_RightBTM:hover{
    background: #044e9b;
    color: #fff;
}
.chinese_year_MAIN .chinese_year_MAIN_Right .chinese_year_MAIN_RightBTM:hover a{
    color: #fff;
}
/*photo部分*/
.galleryMAIN{
	width: 1200px;
	height: 865px;
	margin: 0px auto;
    margin-top: 35px;
	overflow: hidden;
}	
.galleryMAIN ul li{
	float: left;
	border-right: 1px solid #db3220;
	border-bottom: 1px solid #db3220;
}
.galleryMAIN ul .galleryMAIN1{
	width: 511px;
	height: 435px;
}
.galleryMAIN ul .galleryMAIN1>a{
	display: inline-block;
	width: 511px;
	height: 326px;
}
.galleryMAIN ul .galleryMAIN1>a img{
	width: 100%;
	height: 100%;
}
.galleryMAIN ul .galleryMAIN1 p{
	width: 511px;
	height: 106px;
	padding:0;
	font-size: 22px;
}
.galleryMAIN ul .galleryMAIN1 p a{
	padding:20px;
	box-sizing:border-box;
}
.galleryMAIN ul .galleryMAIN2{
	width: 340px;
	height: 435px;
}
.galleryMAIN ul .galleryMAIN2>a{
	display: inline-block;
	width: 340px;
	height: 214px;
}
.galleryMAIN ul .galleryMAIN2>a img{
	width: 100%;
	height: 100%;
}
.galleryMAIN ul .galleryMAIN2 p{
	width: 340px;
	height: 216px;
	padding: 0;
	font-size: 22px;
}
.galleryMAIN ul .galleryMAIN2 p a{
	padding:20px;
	box-sizing:border-box;
}
/*media部分*/
.mediaMAIN{
    width:1200px;
    height:275px;
    margin:0px auto;
    margin-top: 40px;
    overflow: hidden;
}
.mediaMAIN .mediaMAIN_Left{
    width:230px;
    height:134px;
    float: left;
}
.mediaMAIN .mediaMAIN_Left img {
    width:100%;
    height:100%;
}
.mediaMAIN .mediaMAIN_Left p{
    background: #ffffff;
    width:230px;
    height:146px;
    margin-top:-5px;
    padding:20px 15px 20px 15px;
    font-size: 22px;
    line-height:28px;
	padding:0px;
}
.mediaMAIN .mediaMAIN_Left p a{
	padding-left:10px;
	padding-top:15px;
}
.mediaMAIN .mediaMAIN_Left p:hover{
    background: #f3771e;
}
.mediaMAIN .mediaMAIN_Left p a:hover{
    color: #ffffff;
}
.mediaMAIN .media_mid a{
    margin-left:15px;
    height:236px;
    width:215px;
    background: #f3771e;
    font-size: 22px;
    line-height:32px;
    float: left;
    color: #fff;
    padding:20px 10px 20px 10px;
}
.mediaMAIN p.media_mid a:hover{
    background: #ffffff;
}
.mediaMAIN p.media_mid a:hover{
    color: #333;
}

.mediaMAIN .mediaMAIN_Left p a{
	color:#333;
}
.mediaMAIN .mediaMAIN_Center{
    width:230px;
    height:134px;
    margin-left:15px;
    float: left;
}
.mediaMAIN .mediaMAIN_Center img {
    width:100%;
    height:100%;
}
.mediaMAIN .mediaMAIN_Center p{
    background: #ffffff;
    width:230px;
    height:140px;
    padding:20px 15px 20px 15px;
    font-size: 22px;
    line-height:28px;
	padding:0px;
}
.mediaMAIN .mediaMAIN_Center p a{padding-left:15px;padding-top:10px;}
.mediaMAIN .mediaMAIN_Center p:hover{
    background: #f3771e;
}
.mediaMAIN .mediaMAIN_Center p a:hover{
    color: #ffffff;
}
.mediaMAIN .mediaMAIN_Right{
    width:455px;
    float: left;
    margin-left:15px;
}
.mediaMAIN .mediaMAIN_Right li {
    width:455px;
    height:81px;
    margin-bottom:15px;
    background: #f3771e;
    font-size: 24px;
    line-height:24px;
    cursor: pointer;
}
.mediaMAIN .mediaMAIN_Right li>a{
    display: inline-block;
    width:135px;
    height:81px;
    float: left;
}
.mediaMAIN .mediaMAIN_Right li>a img{
    width:100%;
    height:100%;
}
.mediaMAIN .mediaMAIN_Right span {
    width:435px;
    height:61px;
    background: #fff;
    display: inline-block;
    float: left;
    padding:10px;
}
.mediaMAIN .mediaMAIN_Right span a{
    color: #333;
}
.mediaMAIN .mediaMAIN_Right span:hover{
    background: #f3771e;
}
.mediaMAIN .mediaMAIN_Right span:hover{
    color: #fff;
}
/*底部*/
.dibu{
	margin:30px auto 0px auto;
	padding:0px 0px 30px 0px;
	width:1000px;
	overflow:hidden;
	border-bottom:1px solid #D1D1D1;
	border-top:1px solid #D1D1D1;	
	}	
.dibu-one{
	margin:20px 20px 0px 3px;
	padding:0px;
	float:left;
	display:inline;
	}	
.dibu-one ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
.dibu-one li{
	margin:0px 0px 5px 0px;
	padding:0px;
	}	
.dibu-one li a:link,.dibu-one li a:visited{
	text-decoration:none;
	color:#000;
	}
.dibu-one li a:hover{
	color:#095D89;
	}	
.dibu-one li.spic{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
	color:#8D8D8D;
	}	
.dibu-one li.spic a:link,.dibu-one li.spic a:visited{
	text-decoration:none;
	color:#8D8D8D;
	}
.dibu-one li.spic a:hover{
	color:#095D89;
	}	
.dibu-one img{
	margin:110px 0px 0px 0px;
	padding:0px;
	}	
.footer{
	margin:10px auto 0px auto;
	padding:0px;
	width:1000px;
	padding-bottom: 100px;
	overflow:hidden;
		}
.ic-o{
	margin:0px;
	padding:0px;
	float:left;
	overflow:hidden;
	}
.ic-u{
	margin:10px 0px 0px 10px;
	padding:0px;
	float:left;
	display:inline;
	}
.ic-u p{
	margin:0px 0px 3px 0px;
	padding:0px;
	}
/*面包屑导航*/
.bread-two{
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	color:#9DAABA;
	font-family:Arial, Helvetica, sans-serif;
	}	
.bread-two a:link,.bread-two a:visited{
	margin:0px;
	padding:0px;
	text-decoration:none;
	color:#9DAABA;
	}
.all{
	margin:15px auto 0px auto;
	padding:0px;
	width:1000px;
	}
/*分页*/
#div_currpage{
	margin:30px 0px 0px 0px;
	padding:0px;
	font-size:14px;
	color:#000;
	}	
#div_currpage a{
	margin:0px 20px 0px 0px;
	color:#000;
	text-decoration:none;
	}
#div_currpage a:hover{
	text-decoration:underline;
	}
#div_currpage span{
	margin:0px 20px 0px 0px;
	padding:0px;
	color:#095D89;
	}
/*2015.1.4新增广告*/
.ad{
	margin:10px 0px 0px 0px;
	padding:0px;
	}
.ad img{
	margin:0px;
	padding:0px;
	width:275px;
	}	

.ad-one{
	margin:10px 0px 0px 0px;
	padding:0px;
	}
.ad-one img{
	margin:0px 0px 0px 0px;
	padding:0px;
	width:700px;
}
.dibu_warp{
	width: 100%;
	background-color:#fcf6dd; 	
}
.ser{
	color:#8d8d8d;
}
.ser:hover{
	color: #095D89;
}
/*2018.2.8新增焦点图开始focus-begin*/
.cont-roll{width: 604px;height: 390px;margin-bottom: 15px;}
.focus{overflow: hidden;}  
.focus img{width: 604px;height: 342px;} 
.focus .shadow .title{ margin:0px; padding:0px;}
.focus .shadow .title a{text-decoration: none;color: #FFF;font-size: 14px;font-weight: bolder;overflow: hidden;}
.focus .btn{ bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ margin:0px; padding:0px;}  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{
    width:604px;
    height:140px;
    position: absolute;
    top:295px;
    font-size:16px;

}  
.focus .shadow h3{
	margin: 10px 0px 10px 0px;
	*margin: 10px 0px -2px 0px;
	padding: 0px;
	font-size:30px;/*2017.2.28*/
	line-height: 34px;
	color: #000;
	font-weight: normal;
	font-family: "微软雅黑";
}
.focus .shadow h3 a:link,.focus .shadow h3 a:visited{
	text-decoration:none;
	color:#fff;
	font-size:16px;
	}
.focus .shadow h3 a:hover{
	color:#fff;
	}
.focus .fcon{width: 604px;float: left;display: none;margin: 0px;padding: 0px;}  
.focus .fcon img{ display:block; }  
.focus .fbg{}  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; }    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position: absolute;width: 40px;height: 74px;background: url(http://cn.chinadaily.com.cn/image/2016/focus_btn.png) no-repeat;right: 0px;}


.focus .prev{background-position: 0 -74px;cursor: pointer;
    *margin:20px 0px 0px -607px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 1px;
	top: 135px;
}  
.focus .next{background-position: -40px -74px;cursor: pointer;right: 0px;
   *margin:20px 0px 0px 0px;
	margin-right: 34px;
	margin-bottom: 0px;
	top: 135px;
	*right: 604px;
} 
 
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  
.gj{margin: 0px auto;padding: 0px;width: 638px;position: absolute;z-index: 33;}
/*2018.2.8新增焦点图结束focus-end*/
.fill{
	width:100%;
	height:100%;
	display:inline-block;
}