@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small,strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font: inherit; font-family:"微软雅黑";}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;}
:focus { outline:0;}
img { border:0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline;}
.none { display:none;}
.hidden { visibility:hidden;}
.clearfix:after{clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix{ clear:both;}



/**布局开始**/
body {}
body,p { font:12px/1 "\u5b8b\u4f53", Tahoma, Geneva, sans-serif; color:#333;}
a { color:#333; text-decoration:none;}
a:hover { color:#ba2d35;} /**#0068b7**/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner { width:1100px; margin:0 auto;} /**页面全局宽度**/
h1, h2, h3, h4, h5, h6,strong {
    font-weight: bold;
}
/**标题栏新闻窗口**/
.post {}
.post .tt {height: 50px;/* background: #ba2d35; */border-bottom: 3px solid #ba2d35;} /**标题栏**/
.post .tt .tit {display: inline-block;float: left;font-size: 20px;color: #0c0c0c;font-weight: bold;} /**标题字体**/
.post .tt .tit .title { display:inline-block; height:32px; line-height:32px;padding: 9px 20px;} /**标题图标**/
.post .tt .more_btn {
    display: inline-block;
    /* height: 32px; */
    /* line-height: 32px; */
    float: right;
    font-family: "微软雅黑";
    color: #cf926d;
    margin-top: 24px;
    padding-right: 20px;
}   /**更多按钮**/
.post .tt .more_btn a{color: #cf926d;}
.post .con { padding:15.5px 20px; margin:0 auto;border: 1px solid #dcdcdc;}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc;} /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(/_upload/tpl/02/d1/721/template721/images/li.gif) no-repeat center; display:none !important;} /**新闻列表图标**/

/**自定义新闻列表**/
.news_list {}
.news_list li.news { line-height:32px;} /**标题图标**/
.news_list li.news span.news_title { float:left; font-size:14px;}
.news_list li.news span.news_meta {
    float: right;
    /* margin-left: 2px; */
    color: #c9c9c9;
    font-size: 14px;
    line-height: 32px;
}
.news_list li.news p {clear:both; line-height:20px; color:#787878;}
.news_list li.news p a { color:#787878;}
.news_list li.news p a:hover { color:#444; text-decoration:underline;}

#banner .inner{width:100%;}
/**页头开始**/
#header {height:142px;background:url('/_upload/tpl/02/d1/721/template721/images/head_bg.png') center no-repeat;}
#header .inner {}
.head {
    width: 100%;
    height: 120px;
    position: relative;
}  
.head .sitetitle { position:absolute; left:445px; top:30px; font-size:50px; font-weight:bold; color:#ba2d35;letter-spacing: 10px;font-family: LiSu;}		/**站点名称**/


 /**页头部分**/
.navbar { width:100%; height:50px; }   	/**导航区域背景**/
.navbar .nav { width:1100px; height:50px; margin:0 auto;}   /**导航窗口大小及位置**/
div#nav {
    background: #ba2d35;
}


/**导航样式：后台绑定时也可以定义配置**/
.navbar .nav .wp_nav { height:50px;}  /**导航高度**/
.navbar .nav .wp_nav li.nav-item a { font-size:18px; font-weight:normal; color:#fff;}    /**导航字体样式**/
.navbar .nav .wp_nav li.nav-item a:hover,.navbar .nav .wp_nav li.nav-item a.parent{ color:#fff;}   	/**鼠标经过或当前选中时样式**/
.navbar .nav .wp_nav li.nav-item a span.item-name { padding:0 10px; height:40px; line-height:40px;}   /**导航栏目高度与边距**/
.navbar .nav .wp_nav .sub-nav li.nav-item i.mark { background:#fff;}  /**子菜单背景**/
.navbar .nav .wp_nav .sub-nav li.nav-item a {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
	    color: #ba2d35;
}		/**子菜单字体样式**/
.navbar .nav .wp_nav .sub-nav li.nav-item a:hover,.navbar .nav .wp_nav .sub-nav li.nav-item a.parent { background:#ba2d35; color:#fff;}
.navbar .nav .wp_nav .sub-nav li.nav-item a span.item-name { padding:0 10px; height:26px; line-height:26px;}		/**子菜单栏目高度与边距**/

/**主体开始**/
#container { padding:40px 0 20px 0;}
#container .inner {
    background: #fff;
    width: 1100px;
}
#container2 { padding:40px 0 20px 0;}
#container2 .inner {
    background: #fff;
    width: 1100px;
}

/**首页三列布局**/
.mod {}
.mod1 { width:500px; float:left;} /**左列**/
.mod1 .ml {} 
.mbox {}
.mod2 {
    width: 570px;
    float: left;
	margin-left: 30px;
}
.mod2 .mc { width:570px; float:left;} /**中间**/
.mod2 .mr { width:190px; float:right;display:none;} /**右列**/

/**列表页**/
.col_menu { width:20%; float:left;} 
.col_menu .col_menu_head { background:url(/_upload/tpl/02/d1/721/template721/images/col_menu_head.jpg) no-repeat 0 0;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name { font-size:17px; font-weight:bold; color:#fff; }		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:21px; padding:10px; background:#ba2d35; text-align:center; font-weight:normal; font-size:20px;}  /**栏目名称图标**/
 /**栏目列表*/
.col_list{ text-align:center;}
.col_list .wp_listcolumn {}
.col_list .wp_listcolumn .wp_column a { color:#ba2d35; background:#fff; text-align:center;} 	/**一级子栏目**/
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#fff; background:#ba2d35} 	/**鼠标经过或选中一级子栏目**/
.col_list .wp_listcolumn .wp_column a.selected span.column-name{ color:#fff;}
.wp_listcolumn .wp_column a .column-name{ padding:5px 10px; font-weight:normal;}

.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#454545; background:#e8e8e8 url(images/icon_column_2.gif) no-repeat 16px 11px; border-top:1px solid #fff; border-bottom:1px solid #bbb;} 	/**二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(/_upload/tpl/02/d1/721/template721/images/icon_column_2_hover.gif);} 	/**鼠标经过或选中二级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f2f2f2 url(images/icon_column_3.gif) no-repeat 26px 10px; border-top:1px solid #fff; border-bottom:1px solid #ccc;} 	/**三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(/_upload/tpl/02/d1/721/template721/images/icon_column_3_hover.gif);} 	/**鼠标经过或选中三级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f5f5f5 url(images/icon_column_3.gif) no-repeat 36px 10px; border-top:1px solid #fff; border-bottom:1px solid #ddd;} 	/**四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(/_upload/tpl/02/d1/721/template721/images/icon_column_3_hover.gif);} 	/**鼠标经过或选中四级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a { background:#f9f9f9 url(images/icon_column_3.gif) no-repeat 46px 10px; border-top:1px solid #fff; border-bottom:1px solid #eee;} 	/**五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected { color:#000; background-image:url(/_upload/tpl/02/d1/721/template721/images/icon_column_3_hover.gif);} 	/**鼠标经过或选中五级子栏目**/
.col_list .wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_subcolumn .wp_column a.selected span.column-name{ color:#124D83;}

.col_news { width:75%; float:right; min-height:450px;} /**栏目新闻**/
.col_news_head { border-bottom:#ba2d35solid;}
.col_metas .col_title { display:inline-block; float:left; height:30px; line-height:30px; background:#ba2d35;}  /**当前栏目**/
.col_metas .col_title h2 { display:inline-block; font-size:18px; color:#fff; padding:0 50px 0 25px;}   /**当前栏目名称**/
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; height:18px; line-height:18px; margin-top:5px;} /**当前位置**/

.col_news_box { padding:10px 0; margin:0 7px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {}  /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index { background:url(/_upload/tpl/02/d1/721/template721/images/li.gif) no-repeat center;}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/
.col_news_list .wp_article_list .list_item .Article_Index{ display:none !important;}
.col_news_con .wp_article_list .list_item{border-bottom:none !important;height: 30px;line-height: 30px;font-size: 14px;}
/**文章页**/
.infobox { margin:0 auto;}
.article { min-height:450px;}
.article h1.arti_title { line-height:26px; font-family: "Microsoft YaHei"; padding:5px; text-align:center; font-size:25px; color:#282828;} /**文章标题**/
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;} /**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.6; font-size:14px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read, .article .entry .read p{max-width: 1000px;margin: 0 auto;}

/**页脚开始**/
#footer {}
#footer .inner {
    padding: 33px 0;
}
#footer .inner p { font-size:14px; line-height:20px; text-align:center;}
#footer .inner p span { margin:0 3px;}

.box1{ width:100%; min-height:50px; margin-bottom:0px;}
.box3{ width:100%; min-height:50px; margin-bottom:0px;}
.json{ width:100%; }
.sudy-tab{ width:50%; float:right;}

iframe#wp_iframe_hotArticle_w3{ height:auto !important;}
h2.arti_title {
    border-bottom: 2px solid #ba2d35;
    text-align: center;
}
.box1-left{float:left;width:500px;}
.box3-left{float:left;width:100%;}
.box1-right{float:right;width:570px;}
.head-right{float:right;}
.logo{float:left;padding-top: 25px;}
.qq {
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
}
.wx {
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: 12px;
}
.wb {
    float: left;
    width: 50px;
    height: 50px;
    position: relative;
    margin-left: 12px;
}
.qq a {
    width: 50px;
    height: 50px;
    display: block;
}
.qq img {
    opacity: 0.9;
    filter: alpha(opacity=30);
}
.qq_ewm {
    z-index: 1000;
}
.qq:hover .qq_ewm {
    display: block;
}
.wx img {
    opacity: 0.9;
    filter: alpha(opacity=30);
}
.wx_ewm {
    z-index: 1000;
}
.wx_ewm {
    width: 120px;
    height: 120px;
    position: absolute;
    left: -13px;
    top: -90px;
   display: none;
}
.wx:hover .wx_ewm {
    display: block;
}
.wb a {
    width: 50px;
    height: 50px;
    display: block;
}
.wb img {
    opacity: 0.9;
    filter: alpha(opacity=30);
}
.wb_ewm {
    z-index: 1000;
}
.wb_ewm {
    width: 120px;
    height: 120px;
    position: absolute;
    left: -13px;
    top: -90px;
  display: none;
}
.wb:hover .wb_ewm {
    display: block;
}
.logo-bottom {
   /* float: left; */
    /* padding-right: 30px; */
    background: url(/_upload/tpl/02/d1/721/template721/images/tiao.jpg) no-repeat right center;
    padding: 47px 0;
    padding-right: 30px;
	
}
.bottom {
    float: left;
    margin-left: 393px;
    margin-top:-92px;
}
.foot1 {
    float: left;
    margin-right: 259px;
}
.foot2{float:left;margin-right: 35px;margin-top: 13px;}
.foot3{float:right;margin-top: 13px;display:none;}
.qq_ewm {
    width: 120px;
    height: 120px;
    position: absolute;
    left: -13px;
    top: -90px;
  display: none;
}
#footer {
    background: #ba2d35;
}
div#footer1 {
    background: #9E0313;/**#004478**/
	
}
.copyright {
    float: left;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-left: 65px;
    margin-right: 20px;
}
.ga {
    float: left;
}
.copyright1 {
    float: left;
	    color: #fff;
		font-size:14px;
		line-height:20px;
		margin-left: 5px;
}
.sdh li.nav-item {background:url(/_upload/tpl/02/d1/721/template721/images/tiao1.jpg) no-repeat right center;
}
.sdh li.nav-item:last-child{background:none;}
.sdh .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 0px 7px;
    line-height: 22px;
    cursor: pointer;
}
.sdh .wp_nav .nav-item:last-child a span.item-name{
	    padding-right: 0;
		}
.head-right {
    float: right;
    margin-top: 55px;
    margin-right: -235px;
}

input#keyword {
    padding: 11px 13px;
    border: 1px solid #cce1f1;
    padding-right: 0px;
	color: #a3a3a3;
}
.wp_search .search {
    background:url(/_upload/tpl/02/d1/721/template721/images/sousuo.png) no-repeat left center;
    width: 40px;
    height:40px;
    border: 0px;
    cursor: pointer;
	padding: 0 0;
}
.sousuo {
    margin-top: 5px;
}
.sdh {
    margin-left: 125px;
}
.navbar .nav .wp_nav li.nav-item a {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.navbar .nav .wp_nav li.nav-item a span.item-name {
    padding: 0 52px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}


.wp_nav .sub-nav {    width: 100% !important;
}
.navbar .nav .wp_nav .sub-nav li.nav-item a {
    font-size: 16px;
    font-weight: normal;
}
.navbar .nav .wp_nav .sub-nav li.nav-item a span.item-name {
    padding: 0 0px;
    height: 35px;
    line-height: 35px;
}
.post.post-7.mbox {
    margin-top: 7px;
}
.post-8 .news_list li.news.n1 {
    background: #ba2d35;
}
.post-8 .news_list li.news.n2 {
    background: #00a0e9;
}
.post-8 .news_list li.news.n3 {
    background: #ba2d35;
}
.post-8 .news_list li.news.n5 {
    background: #ba2d35;
}
.post-8 .news_list li.news.n4 {
    background: #00a0e9;
}
.post-8 .news_list li.news.n1  span.news_title a {
    color: #fff;
    /* line-height: 50px; */
    /* background: url(/_upload/tpl/02/d1/721/template721/images/yqlj.png) no-repeat left top; */
    padding: 0px 0px;
    /* margin: 0px 20px; */
    margin-left: 0px;
display: block;
    text-align: center;
}
.post-8 .news_list li.news.n1 span.news_title {
    /* color: #fff; */
     line-height: 20px;
    text-align: center;
    width: 100%;
    background: none;

}
.post-8 .news_list li.news.n2  span.news_title a {
    color: #fff;
    /* line-height: 50px; */
    /* background: url(/_upload/tpl/02/d1/721/template721/images/yqlj.png) no-repeat left top; */
    padding: 0px 0px;
    /* margin: 0px 20px; */
    margin-left: 0px;
 display: block;
    text-align: center;
}
.post-8 .news_list li.news.n2 span.news_title {
    /* color: #fff; */
    /* line-height: 50px; */
    text-align: center;
    width: 100%;
    background: none;
}
.post-8 .news_list li.news.n3 span.news_title {
    /* color: #fff; */
    /* line-height: 50px; */
    text-align: center;
    width: 100%;
    background:none;
}
.post-8 .news_list li.news.n3 span.news_title a{
   color: #fff; 
     line-height: 50px; 
   margin-left: 0px;
  display: block;
    text-align: center;
  
}
.post-8 .news_list li.news.n4 span.news_title {
    /* color: #fff; */
    /* line-height: 50px; */
    text-align: center;
    width: 100%;
    background: url(/_upload/tpl/02/d1/721/template721/images/yqlj.png) no-repeat 5px 5px;
}
.post-8 .news_list li.news.n4 span.news_title a{
   color: #fff; 
    /* line-height: 50px; */
   margin-left: 0px;
}
.post-8 .news_list li.news.n5 span.news_title {
    /* color: #fff; */
    /* line-height: 50px; */
    text-align: center;
    width: 100%;
    background: url(/_upload/tpl/02/d1/721/template721/images/yqlj.png) no-repeat 5px 5px;
}
.post-8 .news_list li.news.n5 span.news_title a{
   color: #fff; 
    /* line-height: 50px; */
   margin-left: 25px;
  display: block;
    text-align: center;}
.post-8 .news_list li.news span.news_title {
    /* color: #fff; */
    /* line-height: 50px; */
    text-align: center;
    width: 100%;
	background:url(/_upload/tpl/02/d1/721/template721/images/yqlj.png) no-repeat left top;}
.post-8 .news_list li.news {margin-bottom: 8px;height:55px;}
.post-8 .news_list li.news.n1 .news_title {padding: 5px 0;}
.post-8 .news_list li.news.n2 .news_title {padding: 13px 0;}
.wp_nav .nav-item:hover{background:#00a0e9;}
.zp { color: #fff; font-size: 14px;line-height: 20px;}
#footer1 .inner.clearfix { padding: 10px 0px;}
.post-8 .news_list li.news.n5 {margin-bottom: 0px;}
.post-8 .con {  padding: 0px 0;margin: 0 auto;}
.post-8 .con { padding: 0px 0; margin: 0 auto;border: none;}
.post-8 .news_list li.news span.news_title {float: left;font-size: 16px;
    line-height: 24px;}
.news_list li.news {background:url(/_upload/tpl/02/d1/721/template721/images/dian.jpg) no-repeat left center;}
.news_list li.news span.news_title {float: left;font-size: 14px; padding-left: 15px;}
.post-8 .news_list li.news span.news_title { padding-left: 0px;}
.dtjt8_div_img {display: none;}
.footer-logo {width: 357px;background: url('/_upload/tpl/02/d1/721/template721/images/logo_b.png') left no-repeat;}
.address {font-size: 14px; line-height: 30px;}
.telephone { font-size: 14px;line-height: 30px;}
.cz{font-size: 14px;line-height: 30px;}
.post-80 .news_title {line-height: 24px;font-size:12px;}
.post-80 .news_list li.news {background: none;}
.box2 .mrb {margin-top: 10px;}
.post-80 .con {padding: 5px 5px 15px 12px;border: 1px solid #ba2d35;}
.post-80 p {font-size: 18px;line-height: 40px;color: #ba2d35;font-weight: bold;}
.post-801 .site-lang ul {float: none;}
.post-801 .site-lang ul li.links { float: none;}
.post-801 a {font-size: 14px;color: #000;font-family: "Microsoft YaHei";}
.post-801 li.links.i1 { background: #ba2d35;height: 40.5px;margin-top: 0px;}
.post-801 li.links.i2 { background: #00a0e9;height: 40.5px;margin-top: 5px;}
.post-801 li.links.i3 { background: #ba2d35;height: 40.5px;margin-top: 5px;}
.post-801 li.links.i4 { background: #00a0e9;height: 40.5px;margin-top: 5px;}
.post-801 .site-lang ul li.links a {font-size: 13px; font-family: Microsoft YaHei;color: #FFFFFF;line-height: 20px;height:54px;border-right:none; display: block;text-align: center;padding:0px 30px;}
.post-801 .site-lang ul li.i1 a {padding-top: 0px;}
.post-801 .site-lang ul li.i2 a {padding-top: 10px;}
.post-801 .site-lang ul li.i3 a {padding: 0 16px;padding-top: 10px;}
.post-801 .site-lang ul li.i4 a {padding: 0 16px;padding-top: 10px;}
#banner .focus-prev { left:0px;background:url('/_upload/tpl/02/d1/721/template721/images/LEFT.png') no-repeat;width:70px;}
#banner .focus-next { right:0px;background:url('/_upload/tpl/02/d1/721/template721/images/RIGHT.png') no-repeat;width:70px;}
/*banner*/
#banner .focus .focus-title-bar {bottom:40px;left: 40px;margin-left:0px;}
#banner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}

#banner .focus .focus-pagination {position:absolute;right: 14px;bottom: 14px;margin-right: 0px;z-index:60;}
#banner .focus .focus-page { display:inline-block; width:9px; height:9px;  margin-right:6px;background:#fff;}
#banner .focus .focus-page-active {width:18px;background: #fff;opacity:1; filter:Alpha(opacity=100);}

#banner .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(/_upload/tpl/02/d1/721/template721/images/slide_next.png) no-repeat; text-indent:-999em;}

#banner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
#banner .focus .focus-prev { left:0px;}
#banner .focus .focus-next { right:0px;background-position:right top}
#banner .focus-navigation { font-size:0px;}

.post-11 .focus .focus-navigation {width:58px; height:53px; opacity: 0.7; filter:alpha(opacity=70); background:url(/_upload/tpl/02/d1/721/template721/images/slide_next.png) no-repeat; text-indent:-999em;}
.post-11 .focus .focus-prev { left:0px;}
.post-11 .focus .focus-next { right:0px;background-position:right top}
.post-11 .focus-navigation { font-size:0px;}
.post-11 .focus-title a font{color:#fff !important;}

.head-left{padding-top: 24px;    float: left;}
strong {
    font-weight: bold;
}
