/*Technical Support SudyTech*/
@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{ margin:0; padding:0; }
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{ display:block; }
table{ border-collapse:collapse; border-spacing:0; }
caption,th{ text-align:left; font-weight:normal; }
html,body,fieldset,img,iframe,abbr{ border:0;}
img{vertical-align:top;}
html{ overflow-x:hidden; }
i,cite,em,var,address,dfn{ font-style:normal; }
[hidefocus],summary{ outline:0; }
li{ list-style:none; }
h1,h2,h3,h4,h5,h6,small{ font-size:100%; }
sup,sub{ font-size:83%; }
pre,code,kbd,samp{ font-family:inherit; }
q:before,q:after{ content:none; }
textarea{ overflow:auto; resize:none; }
label,summary{ cursor:default; }
a,button{ cursor:pointer; }
h1,h2,h3,h4,h5,h6,em,strong,b{ font-weight:bold; }
del,ins,u,s,a,a:hover{ text-decoration:none; }
body,textarea,input,button,select,keygen,legend{ font:13px/1 arial,\5b8b\4f53; color:#333; outline:0; }
:focus { outline:0; }
/*备用样式表*/
.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#fff;}
:-moz-placeholder {color:#fff;}
::-moz-placeholder { color:#fff;}
:-ms-input-placeholder { color:#fff;}
/**布局开始**/
body {line-height:1;font-size: 16px;font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#1c1b1b; text-decoration:none; transition:all 0.4s ease-in-out;}
a:hover { color:#c7161a;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width: 1200px;margin:0 auto;} /**é¡µé¢å…¨å±€å®½åº¦**/

/*head开始*/
.header { background: #056ec1 url(images/header_bg.jpg)no-repeat center top; height:auto;line-height:inherit; }
.header .inner{height: auto;position:relative;padding: 40px 0 15px;}
.header .sitelogo{float:left;margin-top: 0px;}
.header .sitelogo img{width: 73%;}
.header .sitelogo span{position:relative;color: #fff;font-size: 32px;font-weight: bold;margin-top: 20px;display: inline-block;margin-left: 18px;}
.header .sitelogo span a{ color:transparent; margin:0;}


.header .head-left{float:left;display:inline-block;width: 484px;}
.header .head-right{float:right;margin-top: 5px;}
.header .head-right .hr-bottom{margin-top: 15px;}


/*默认主导航样式*/
#nav{}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.nav .wp-menu {margin:0 auto;    margin-right: -20px;}
.nav .wp-menu .menu-item {display: inline-block; float: left; position: relative;}
.nav .wp-menu .menu-item.i1 { background:none;}
.nav .wp-menu .menu-item a > .menu-switch-arrow{ display:none; width:20px; height:20px; background:url(images/nav_j.png) no-repeat center center;vertical-align:middle; }
.nav .wp-menu .menu-item a.menu-link {display: inline-block;margin: 0 20px;line-height: 50px;color: #fff;font-size: 18px;/* font-weight: bold; */position: relative;}
.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover{background-color:#066ec1; text-decoration: none; color: #eee;}
.nav .sub-menu {display: none;position: absolute;left: 0;top: 50px;min-width: 100%;z-index: 100;background:#fff;}
.nav .sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.nav .sub-menu .sub-item a {display: block;color: #000;height: 40px;line-height: 40px;padding: 0 17px;font-size: 16px;background:none;text-align: center;}
.nav .sub-menu .sub-item.hover> a,
.nav .sub-menu .sub-item a:hover{ color: #fff; background-color:#6795bb; display: block; }
.nav .sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
.nav .wp-menu .menu-item a.menu-link:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #fff;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
 }
 .nav .wp-menu .menu-item a.menu-link:hover:before, 
 .nav .wp-menu .menu-item a.menu-link.parent:before,
 .nav .wp-menu .menu-item a.menu-link:focus:before, 
 .nav .wp-menu .menu-item a.menu-link:active:before {
    left: 0;
    right: 0;
 }


/**主体模块样式**/
#m-container {}
#m-container .inner {}



/**首页三列布局**/
.mod {}
.mbox {}

.main1{}
.main1 .inner{padding:46px 0px 0;}
.main1 .post-10{margin-bottom: 26px;}
.main1 .ml{float: left;width: 57.5%;}
.main1 .mr{float: right;width: 40.41%;margin-top: -14px;}
.main1 .post-12 ul li{    /* margin-bottom: 26px; */line-height: 49px;font-size: 18px;position:relative;}
.main1 .post-12 ul li .news_title{font-size: 18px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 80px;}
.main1 .post-12 ul li .news_meta,.main2 .post ul li .news_meta{position:absolute;right:0;top:0;}
.main1 .post-12 ul li .news_box{}
.main1 .post-12 ul li .news_imgs{overflow: hidden;width: 137px;float: left;}
.main1 .post-12 ul li .news_imgs img{width: 137px;height: 84px;transition-duration: 0.8s;}
.main1 .post-12 ul li .news_imgs img:hover{ transform: scale(1.12);}
.main1 .post-12 ul li .news_con{    position: relative;}
.main1 .post-12 ul li .news_con::before{display:none;position: absolute;content: "";width: 100%;height: 1px;background: #c3c3c3;right: 0;bottom: -13px;    transition: all 0.4s ease-in-out;}
.main1 .post-12 ul li .news_con:hover::before{    background: #c7161a;}
.main2 {}
.main2 .inner{padding: 40px 0 65px;}
.main2 .ml{float: left;width: 48.3%;}
.main2 .mr{float: right;width: 48.3%;}
.main2 .post .con{padding-top: 19px;}
.main2 .post ul{}
.main2 .post ul li{position: relative;border-bottom: 1px solid #d9d9d9;line-height:60px;font-size: 18px;}
.main2 .post ul li .news_title{font-size: 18px;overflow: hidden;line-height: 60px;text-overflow: ellipsis;margin-right: 80px;white-space: nowrap;}
.main2 .post ul li::before{position: absolute;content: "";width: 0;height: 1px;background: #c7161a;left: 0;bottom: 0;transition:all 0.8s ease-in-out;}
.main2 .post ul li:hover::before{width: 100%;}

.main3{}
.main3 .inner{margin-bottom: 50px;}
.main3 .post-31 .con{padding-top: 40px;}
.main3 .post-31 ul{margin: 0 -12px;}
.main3 .post-31 ul li{float: left;width: 25%;}
.main3 .post-31 ul li .news_box{margin: 0 12px;background: #e9e9e9;}
.main3 .post-31 ul li .news_title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;font-size: 16px;line-height: 50px;}
.main3 .post-31 ul li .videobox{    position: relative;}
.main3 .post-31 ul li .videobox{display: block;width: 100%;position: relative;height: 174px;}
.main3 .post-31 ul li .videobox video{width: 100%;height: 100%;    object-fit: fill;}
.main3 .post-31 ul li .videobox img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -26px;
    margin-top: -26px;
    z-index: 100;
    cursor: pointer;
}


.main4 .post-32{padding: 10px 0 0 0;}
.main4 .post-32 .con{padding: 40px 0 0 0;}
.main4 .post-32 .news_list{
    display: flex;flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.main4 .post-32 .news_list li.news{
    width: 23%;height: 116px;
}
.main4 .post-32 .news_list li.news .news_box{
    width: 100%;height: 116px;overflow: hidden;
}
.main4 .post-32 .news_list li.news .news_box img{
    width: 100%;height: 100%;object-fit: cover;transition-duration: 0.8s;
}
.main4 .post-32 .news_list li.news:hover .news_box img{
    transform: scale(1.15);
}


#playvideo {position: fixed;width: 100%;height: 100%;z-index: 10000;top: 0;left: 0;}
#playvideo .video_bg {position: absolute;z-index: 0;background: #000;opacity: 0.5;width: 100%;height: 100%;top: 0;left: 0;}
.wp_audio_player{text-align:center;}
#playvideo .playbox {position: absolute;width: 56%;top: 15%;height: 65%;margin: 0 auto;display: block;z-index: 100;left: 22%;}
#playvideo video {display: block;object-fit: cover;width: 100%;height: 100%;}
#playvideo .close {position: absolute;right: -35px;top: -35px;cursor: pointer;z-index: 100; }


#container-4.main4{    background: url(images/m4-bg2.png) no-repeat center;    background-size: cover;}
.main4 .post-41 .tt .tit .title{color: #fff;}
.main4 .post-41 .more_btn a{color: #fff;}
.main4 .inner{padding: 52px 0 58px;}
.main4 .post-41 .con{padding-top: 37px;}
.main4 .post-41 ul{float:left;width: 41.25%;}
.main4 .post-41 ul li{margin-bottom: 27px;}
.main4 .post-41 ul li .news_box{position: relative;}
.main4 .post-41 ul li .news_imgs{overflow: hidden;padding-top: 62.23%;position: relative;background: #333;}
.main4 .post-41 ul li .news_imgs img{width: 100%;height: 100%;transition-duration: 0.8s;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
.main4 .post-41 ul li .news_imgs img:hover{ transform: scale(1.12);}
.main4 .post-41 ul li .news_con{ padding: 0 30px 0 25px;}
.main4 .post-41 ul li .news_wz{background: rgb(255 255 255 / 20%);}
.main4 .post-41 ul li .news_title{font-size: 18px;line-height: 27px;height: 27px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;color: #fff;}
.main4 .post-41 ul li .news_text{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;color: #fff;    height: 58px;line-height: 29px;font-size: 16px;margin: 10px 0 0px;opacity: 0.7;}
.main4 .post-41 ul li .news_time{color: #797979;font-size: 16px;line-height: 27px;margin-top: 15px;}
.main4 .post-41 ul.news_list li .news_wz{height:80px;align-items: center;display: flex;}
.main4 .post-41 ul.news_list2{
    float: right;
    width: 56.9%;
}
.main4 .post-41 ul.news_list2 li .news_imgs{padding-top: 72.2%;}
.main4 .post-41 ul.news_list2 li.news{float: left;  width: 48.3%;}
.main4 .post-41 ul.news_list2 li.news.n2{float: right;}
.main4 .post-41 ul.news_list2 li .news_con{ padding: 25px 30px 30px 25px;}


.main5{display:none}
.main5 .inner{padding: 0 0 87px;}
.main5 .post-51{float: left;width: 35%;}
.main5 .post-52{margin: 0 3%;}
.main5 .post-54{float: right;width: 22.5%;}
.main5 .post-51 .con{padding-top: 25px;}
.main5 .post-51 .m-con{padding: 4px 0;padding-left: 82px;background: url(images/p51_liwx.png) no-repeat left;}
.main5 .post-51 .m-title{font-size: 17px;line-height: 30px;}
.main5 .post-51 .m-tt{color: #707070;font-size: 15px;line-height: 30px;}
.main5 .post-51 ul.news_list{padding-top: 10px;}
.main5 .post-51 ul li{border-bottom: 1px solid #dbdbdb;  position: relative;   padding: 14px 0 0;}
.main5 .post-51 ul li::before{position: absolute;content: "";width: 0;height: 1px;background: #c7161a;left: 0;bottom: 0;transition:all 0.8s ease-in-out;}
.main5 .post-51 ul li:hover::before{width: 100%;}
.main5 .post-51 ul li .news_title{font-size: 16px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;height: 30px;}
.main5 .post-51 ul li .news_time{color: #8c8c8c;font-size: 14px;line-height: 30px;    padding: 2px 0 10px;}
.main5 .post-52 .m-con{background: url(images/p51-liwb.png) no-repeat left;}
.main5 .post-53 .m-con{background: url(images/p51-1idy.png) no-repeat left;}
.main5 .post-54 .con{padding-top: 12px;}
.main5 .post-54 ul li{border-bottom: 1px solid #dbdbdb;position: relative; transition:all 0.4s ease-in-out;}
.main5 .post-54 ul li::before{position: absolute;content: "";width: 6px;left: -4px; transition:all 0.4s ease-in-out;height: 0;top: 0;background: #c7161a;}
.main5 .post-54 ul li .news_box{ transition:all 0.4s ease-in-out;}
.main5 .post-54 ul li .news_title{font-size: 16px;line-height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;    padding: 14px 0 0;}
.main5 .post-54 ul li .news_time{color: #8c8c8c;font-size: 14px;line-height: 30px;    padding: 0 0 13px;}
.main5 .post-54 ul li:hover{background: #f0f0f0;border-bottom: 1px solid #f0f0f0;    position: relative;top: -1px;}
.main5 .post-54 ul li:hover::before{height: 83px;}
.main5 .post-54 ul li:hover .news_box{padding-left: 24px;}



/**标题栏新闻窗口**/
.post { margin-bottom:0px; }
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**æ ‡é¢˜æ **/
.post .tt .tit {display:inline-block;float:left;font-size: 16px;font-weight:normal;} /**æ ‡é¢˜å­—ä½“**/
.post .tt .tit .title {display:block;line-height: 30px;font-family:"Microsoft yahei";font-size: 26px;font-weight:bold;}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*æ ç›®åˆ«å*/
.post .con { padding: 0; margin:0 auto; }
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**æ–°é—»åˆ—è¡¨**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1; height: 30px;margin-top: 0px;line-height: 30px;float:right;}
.post .more_btn .more_text,.post .more_btn a {    font-size: 16px;cursor: pointer;font-weight: normal;} 
.post .more_btn a{color:#6b6b6b;} 
.post .more_btn a:hover{} 

/*标准标题*/
.post1 {}
.post1 .tt {border-bottom: 0px solid #B30103;}
.post1 .tt .tit {}
.post1 .tt .tit .title {display:inline-block;color: #333;cursor:pointer;padding-left: 18px;position: relative;}
.post1 .tt .tit .title::before{position: absolute;content: "";width: 8px;height: 30px;background: #c7161a;top: 0;left: 0;}
.post1 .tt .tit .title.selected {color:#B30103;}
.post1 .more_btn a{color:#6b6b6b;}

/**自定义新闻列表**/
.news_list { }
.news_list li.news {line-height: 34px;padding-left:0px;} /**æ ‡é¢˜å›¾æ ‡**/
.news_list li.news span.news_title { float:left; }/*æ ‡é¢˜*/
.news_list li.news span.news_title img {vertical-align: middle;}
.news_list li.news span.news_meta {float:right;margin-left:2px;color: #9C9C9C;}/*å±žæ€§*/
.news_list li.news .news_time,
.news_list li.news .news_time span{color: #666;}/*å‘å¸ƒæ—¶é—´*/
.news_list li.news .news_icon {display:inline-block;margin:0 auto; border:0px solid red;}
.news_list li.news .news_text {line-height:22px; color:#666;}/*é»˜è®¤ç®€ä»‹*/
.news_list li.news .news_bg {position:absolute; left:0px;bottom:0px; right:0px; height:30px; background:#000; opacity:.7; filter:Alpha(opacity=70);}
.news_list li.news p {line-height:34px;}
/*日历新闻样式1*/
.rili{}
.rili .news_list {}
.rili .news_list li.news{}
.rili .news_list li.news.n1{}
.rili .news_list li.news .news_date{float: left;width: 40px;margin-right: -40px;font-family:"Helvetica";text-align:center;vertical-align:middle;color: #fff;padding: 25px 0 31px;}
.rili .news_list li.news .news_date .news_days{font-size: 36px;font-weight: bold;line-height:40px;}
.rili .news_list li.news .news_date .news_year{font-size: 12px;font-weight: normal;line-height:14px;}
.rili .news_list li.news .news_wz{width:100%;} 
.rili .news_list li.news .news_wz .news_con{margin-left:70px;}
.rili .news_list li.news .news_title{    position: relative;padding: 31px 30px 31px 0;border-bottom: 1px solid #AF5F51; line-height: 24px;margin-top: 0px;font-size: 16px;color:#fff;font-weight: bold;overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;height: 45px;} 
.rili .news_list li.news .news_title::before{background: #fff;position: absolute;content: "";width: 0;height: 1px;left: 0px;bottom:0;z-index: 9;transition-duration: 0.8s;}
.rili .news_list li.news .news_title a{color: #fff;}
.rili .news_list li.news .news_title:hover::before{width: 100%;}
.rili .news_list li.news.n5 .news_title{border:0}

/*滚动Arrows */
.slick-prev, .slick-next,.slick-prev:hover,.slick-next:hover {border:0px solid #d4d8d9;border-radius:0%;outline: none;}

/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.l-banner{height: 235px;background-position:center center;background-repeat:no-repeat;text-align:center;}
.l-banner img{display:none;height:100%;vertical-align:top;}
/**主体列表页开始**/
#l-container {}
#l-container .inner {padding:25px 0px;}
/**主体文章页开始**/
#d-container {}
#d-container {background: #f6f5f5;padding-bottom: 60px;}

#d-container .inner {}
#d-container .col_news_head{border-bottom:0;padding: 11px 0 7px;}
#d-container .col_metas .col_path{float:left;font-size: 14px;color:#808080}
#d-container .col_metas .col_path a{color:#808080}
#d-container .possplit{background-image:none;text-indent: initial;width: 16px;text-align: center;}

.col_menu {width: 240px;float:left;margin-right:-240px;position:relative;} 
.col_menu .l-qh{ margin-bottom:10px;}
.col_menu .col_menu_head {background: #c7161a;}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:normal;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text { display:block; line-height:50px; padding:0px 5px 0px 30px;}/**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/
.col_list{}
.col_list .wp_listcolumn { border-top:0px solid #2867A0; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 15px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:5px 0px 5px 28px;line-height:32px;}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected { color:#0f429b; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #0f429b;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a{ color:#454545;background:none; border-top:1px solid #fff; border-bottom:1px solid #bbb;}
.col_list .wp_listcolumn .wp_column.parent > a .column-name{font-weight:bold; color:#0f429b;}
/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {color:#333;border-top:1px solid #eee;margin-top:-1px;} 	
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 44px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {font-weight:bold; font-weight:bold;color:#0f429b;} 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a{} 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {padding: 5px 10px 5px 60px;cursor:pointer;}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {font-weight:bold; color:#0f429b;} 
/**栏目新闻**/
.col_news {width: 100%;min-height:500px;float:right;} 
.col_news .col_news_box{margin-left: 290px;}
.col_news_head {border-bottom: 1px solid #DBDBDB;}
.col_metas .col_title { display:inline-block; float:left; height: 48px; line-height: 48px; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 18px;font-family:"Microsoft yahei";font-weight: normal;color: #c7161a;border-bottom: 3px solid #CBCBCB;}
.col_metas .col_path {display:inline-block;float:right;white-space:nowrap;height: 46px;line-height: 46px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 0px;}
.col_news_list { margin-top:7px;}
.col_news_list .wp_article_list .list_item {} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}  /**栏目新闻图标序号**/
.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.75; font-size:14px; color:#333;}
.col_news_list .wp_entry p { margin-bottom:10px;}
.col_news_list .wp_entry table{ margin-bottom:4px;}
.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); } /**列表页文章图片大小限制**/
/**文章页**/
.infobox {padding:20px 60px; margin:0 auto; width:auto;background: #fff;}
.infobox .social-share .social-share-icon{width:18px;height:18px;border: 0;}
.article {padding-top:10px;}
.article h1.arti_title {line-height: 36px;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #000000;font-weight: normal;margin-bottom: 21px;} /**æ–‡ç« æ ‡é¢˜**/
.article h2.arti_title {line-height: 34px;font-family: "Microsoft YaHei";font-size: 17px;text-align:center;color: #333;} /**æ–‡ç« å‰¯æ ‡é¢˜**/
.article .arti_metas {text-align:center;border-bottom: 1px solid #ececec;border-top:1px solid #ececec;line-height: 39px;font-size: 12px;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top: 39px;min-height: 400px;padding-bottom: 37px;border-bottom: 1px solid #e9e9e9;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:1.75; font-size:16px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**æ–‡ç« é˜…è¯»éƒ¨åˆ†å›¾ç‰‡å¤§å°é™åˆ¶**/
.article .entry .read table{margin:0 auto; border:none!important;}
.social-share .social-share-icon:before{display:none;}
.social-share .social-share-icon.icon-weibo{background:url(images/wb-share.png)}
.social-share .social-share-icon.icon-qzone{background:url(images/Qzone-share.png)}
.social-share .social-share-icon.icon-douban{background:url(images/db-share.png)}
.social-share .social-share-icon.icon-wechat{background:url(images/wx-share.png)}
.article .arti_metas span.row, .article .arti_metas span.social-share{margin:0;}
.arti_metas span.share{margin-right:0;margin-left: 35px;}
.xlwz{padding:32px 0 18px}
.wp_artfuns{font-size: 13px;color: #a1a1a1;}
.wp_artfuns .wp_art_adjoin .next:before{display:block;content:'';}
.wp_artfuns .wp_art_adjoin{line-height:30px;}
.wp_artfuns .wp_art_adjoin a{color: #a1a1a1;}
/**页脚开始**/
#footer {background: #066ec1;position: relative;border-top: 9px solid #c7161a;}
#footer .inner {padding:31px 0px 50px;position:relative;width: 1290px;}
#footer .inner .mod{}
#footer .inner .ml{float: left;}

#footer .inner .mc{float: left;margin-left: 5px;}
#footer .inner .mr{float: right;     margin-top: 6px;}

#footer .inner p{font-size: 16px;line-height: 32px; font-weight:normal;text-align:left;color: #fff;opacity: 0.76;}
#footer .inner p span { margin:0px; }
#footer .inner p span.s2{margin-left: 12px;}
#footer .inner p img{    margin: 5px 6px 0 19px;}
#footer .inner .copyright{}
#footer .inner .copyright span{}
#footer .inner .copyright a{color:#eee;}


/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:4px;border: 1px solid #d0d0d0;}
.wp_search #keyword{ width:160px!important;padding: 4px 0; border:none;height:20px; line-height:20px; background:transparent; color:#fff; }
.wp_search .search{width:32px;height: 30px;border:0px; background: #FFFFFF url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{text-align:right;margin-top:0px;display: inline-block;    float: right;margin-top: 0px;}
.wp-search {position: relative;border: 0px solid #5C0E12;    background: #3286c8;border-radius: 22px;}
.wp-search form {display: block;}
.wp-search .search-input {padding-left:24px; margin-right: 43px;}
.wp-search .search-input input.search-title {width: 226px;height: 45px;padding: 0;line-height: 45px;background: none;color: #fff;font-size: 16px;border:0;outline: 0;font-family: "Microsoft YaHei";}
.wp-search .search-btn {width:16px;height: 16px;position: absolute;right: 22px;top:14px;}
.wp-search .search-btn input.search-submit {width:16px;height: 16px;border:0;outline: 0;background: url(images/sous.png) no-repeat left center;cursor: pointer;}
/*去除搜索框历史文字背景颜色*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}


/* 分享二维码 */
.shares{text-align:center;}
.shares ul{width:auto; margin:0 auto;text-align: right;float:right;}
.shares li{float:left; margin:0px; position:relative;text-align: center;}
.shares li.i2{margin-left:25px;}
.shares li a{display:inline-block; width: 50px; height: 50px; border: 0px solid red;  opacity:.6; filter:Alpha(opacity=60); vertical-align:top;}
.shares li a:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li span:hover{ opacity:1; filter:Alpha(opacity=100); }
.shares li.i1 a{background:url('images/share-1.png') no-repeat;}
.shares li.i2 a{background:url('images/share-2.png') no-repeat;}
.shares li span{display:block;font-size:15px; color: #fff;text-align:center; opacity:0.47;    padding-top: 17px;}
.shares li .con{display:none; position:absolute; bottom: 90px; left:50%;z-index:100; margin-left: -50px; width:100px;}
.shares li .con img{ width: 90px; height:90px; vertical-align:top; background:#fff;}

/*列表页*/
/*banner*/
.post-11 .focus .focus-title {height: 65px;line-height: 65px;padding: 0 34px; font-size: 18px;font-weight: bold;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 74%;}
.post-11 .focus .focus-title-bar {height: 65px; bottom:0px; left:0px; right:0px; margin-left:0px;}
.post-11 .focus .focus-title-bg {background-color: #000;opacity: 0.6;}

.post-11 .focus .focus-pagination {position:absolute;right: 38px;bottom: 27px;height: 11px;}
.post-11 .focus .focus-page {width: 9px;height: 9px;line-height: 10px; font-size:12px;border-radius: 0px;background-color: transparent;color: transparent;border: 1px solid #fff;margin-right: 9px;}
.post-11 .focus .focus-page span {display:block;}
.post-11 .focus .focus-page:hover {font-size: 13px; color: #000; font-weight: bold; }
.post-11 .focus .focus-page-active {background-color: #fff;color:#fff;}

.post-11 .focus .focus-navigation {opacity: 0.7;filter:alpha(opacity=70);}
.post-11 .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.post-11 .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}


/*************************************************************
 * 特殊页面
 */
 /*滚动样式*/
 ::-webkit-scrollbar{width: 8px;height: 8px;background-color: #CCCCCC;-webkit-border-radius: 6px;}
 ::-webkit-scrollbar-thumb:horizontal { width: 4px;  background-color: #CCCCCC;  -webkit-border-radius: 6px;}
 ::-webkit-scrollbar-track-piece { background-color: #fff; /*滚动条的背景颜色*/ -webkit-border-radius: 0; /*滚动条的圆角宽度*/}
 ::-webkit-scrollbar-thumb:vertical {height: 50px;background-color: #999;-webkit-border-radius: 4px;  outline: 1px solid #fff; outline-offset: -1px;border: 1px solid #fff;}
/*************************************************************
*二级页面
*/
/*字体*/

#wp_paging_w6 .wp_paging {font-size: 14px;line-height: 34px;padding: 40px 0;    float: none;text-align: right;}
#wp_paging_w6 .wp_paging li {margin: 0;line-height: 34px;height: 34px;float: none;display: inline-block;}
.wp_paging li span, .wp_paging li a{display: inline-block;float: left;margin-left: 10px;}
#wp_paging_w6 .wp_paging li a {height: 34px;line-height: 34px;padding: 0 20px;background: #fff;border: 1px solid #e6e6e6;color: #666;}
.wp_paging li input{border: 1px solid #d5d5d5;background: #fff;text-align: center;}
#wp_paging_w6 .wp_paging li a:hover {background: #c7161a;color: #fff;}
#wp_paging_w6 .wp_paging li input {font-size: 14px;width: 64px;height: 34px;margin: 0;line-height: 34px;}
#wp_paging_w6 .wp_paging li span:last-child {margin: 0;}
#wp_paging_w6 .wp_paging li em {font-weight: 400;}
.wp_paging li span.pages {padding: 0 10px;}
#wp_paging_w6 .wp_paging li span.all_count {margin: 0 15px;}
.col_news_list .news_list li.news span.news_title{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;    width: 70%;}



.list_rale li.links {background: #c7161ab8;}/**ä½ç½®æ ç›®èƒŒæ™¯**/
.list_rale li.links a {font-size: 16px;font-weight:normal;color:#fff;/* text-align: center; */}/**ä½ç½®æ ç›®å­—ä½“**/
.list_rale li.links a {display:block;line-height: 40px;padding:0px 5px 0px 30px;}/**æ ç›®åç§°å›¾æ ‡**/

.post-53{display:none}

.article h3.arti_title {
    line-height: 8px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    text-align: center;
    color: #333;
    font-weight: normal;
    margin-bottom: 21px;
}
#container-4{ background:#e6eef5;}