@charset "utf-8";
html { color: #000; background: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { margin: 0; padding: 0; border: 0; list-style: none; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }
audio,
canvas,
video { display: inline-block; *display: inline;
*zoom: 1;
}
body,
button,
input,
select,
textarea { font: 14px/1.5 tahoma, arial, "Microsoft YaHei", \5b8b\4f53; font-family: tahoma, "Microsoft YaHei"; color: #333; }
body { font-size: 14px; line-height: 1.5; }
input,
select,
textarea { font-size: 100%; outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: inherit; }
img { vertical-align: top; }
fieldset,
img { border: 0; }
iframe { display: block; }
abbr,
acronym { border: 0; font-variant: normal; }
del { text-decoration: line-through; }
address,
caption,
cite,
code,
dfn,
em,
th,
var { font-style: normal; font-weight: 500; }
ol,
ul { list-style: none; }
caption,
th { text-align: left; }
h1,
h2,
h3,
h4,
h5,
h6 { font-size: 100%; font-weight: normal; }
q:before,
q:after { content: ''; }
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
a { text-decoration: none; outline: none; cursor: pointer; color: #333; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }
.clearfix:before,
.clearfix:after { display: block; overflow: hidden; height: 0; content: "."; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1;
}
* { word-break: break-all; box-sizing: border-box; }
::-webkit-input-placeholder {
font-size: 16px;
color: #1278b7;
}/*webkit*/
:-moz-placeholder {
font-size: 16px;
color: #1278b7;
}           /*firefox 4-18*/
::-moz-placeholder {
font-size: 16px;
color: #1278b7;
}          /*firefox 19+*/
:-ms-input-placeholder {
font-size: 16px;
color: #1278b7;
}      /*ie10+*/

select { appearance: none; -moz-appearance: none; -webkit-appearance: none;/* background: url("images/xial.png")  calc(100% - 10px) center no-repeat; */ }
/* input { -webkit-appearance: none; } */

.f_between{display: flex; display: -webkit-flex; justify-content: space-between;-webkit-justify-content:space-between}
.f_start{display: flex; display: -webkit-flex; justify-content: flex-start;-webkit-justify-content:flex-start}
.f_center{display: flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center}
.f_middle{display: flex; display: -webkit-flex;-webkit-align-items:center;align-items:center;}
.f_bottom{display: flex; display: -webkit-flex;-webkit-align-items:flex-end;align-items:flex-end;}
.f_col{display: flex;display: -webkit-flex; -webkit-flex-direction:column;flex-direction: column;}
.f_row{display: flex;display: -webkit-flex; -webkit-flex-direction:row;flex-direction: row;}
.text-overflow { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.hide-text-2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
body { background:#fff;line-height: 1;font-size: 13px;font-family: "PingFangSC-Regular","PingFang SC","Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }
.inner {width: 1200px;margin:0 auto;} /**页面全局宽度**/
#header{ background:#fff;}
.header .inner{height: 160px;  position:relative;}
.header .inner:before{ position:absolute; z-index:1; content:''; right:-72px; width:617px; height:160px;background:url(images/topbg.png) right bottom no-repeat;}
.header .head-left{padding: 44px 10px 0px 0; position:relative; z-index:2;}
.header .sitelogo{height:72px; background:url(images/logo1.png) left no-repeat; vertical-align:top; font-size:0;}
.header .sitelogo .logo{ display:inline-block;width:360px; height:72px;vertical-align:top;}
.header .sitetitle { margin-left:26px; display:inline-block; height:72px;line-height:72px;font-size:36px; font-weight:bold;color:#1167aa;vertical-align:top;}
.header .head-right{padding-top:62px;width:280px; position:relative; z-index:2;}
/*lang样式*/
.site-lang li{ float:right;}
.site-lang li.links{display: inline-block;}
.site-lang li.links a{line-height: 32px;font-size: 16px;padding-left:38px;color:#fff; background:url(images/jx_home.png) left top no-repeat;}
.site-lang li.links:hover a{color:#fff!important;}
.site-lang li.line{ display: inline-block; color: #fff; margin: 0 7px;}
/*系统默认搜索*/
.wp_search{ display:inline-block;position:relative;padding-left:12px; background: #000000;width: 209px; height: 36px;opacity:0.3; filter:Alpha(opacity=30)}
.wp_search #keyword{ width:177px!important;padding: 4px 0; border:none;height:28px; line-height:28px; background:transparent; color:#fff; font-size: 14px; font-family: PingFangSC-Regular, PingFang SC;}
.wp_search .search{width:32px;height: 30px;border:0px; background: url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/*自定义输入框*/
.searchbox{text-align:right;}
.wp-search {position: relative;border:1px solid #1278b7; border-radius:3px;}
.wp-search form {display: block;}
.wp-search .search-input { margin-right: 36px;height: 36px;}
.wp-search .search-input input.search-title {width: 100%;height: 36px;padding: 0px 15px;line-height:36px;background: none;color:#1278b7;font-size: 16px;border:0;outline: 0;}
.wp-search .search-btn {width:36px;height: 36px;position: absolute;right: 0;top:0; background:#1278b7;}
.wp-search .search-btn input.search-submit {width:36px;height:36px;border:0;outline: 0;background:url(images/search.png) center center no-repeat;cursor: pointer;}

/*导航样式*/
.nav{background:#1278b7;}
.wp-menu {height: 60px;}
.wp-menu .menu-item {display: inline-block;float: left; position: relative;min-width:100px; height: 60px; padding:0 12px;text-align:center;}
.wp-menu .menu-item>a{display: inline-block;height: 60px; line-height:60px;}
.wp-menu .menu-item a.menu-link {color: #fff;font-size: 18px; font-family:SimHei;}
.wp-menu li.menu-item:hover{background:#f6f6f6;}
.wp-menu li.menu-item:hover a.menu-link{color: #1278b7;}
.sub-menu {display: none;position: absolute;left: 0;top: 60px;min-width:100px; z-index: 100;background:rgba(0,0,0,0.4);}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #fff;height:36px;line-height: 36px;padding: 0 17px;font-size: 14px;background:none; text-align: center;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color:#005fa8  !important; background:#ffffff; display: block;}
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
/**主页banner开始**/
#banner {background: #e7e2df;}
#banner .inner {width:auto;text-align: center;position:relative;}
.sudy-slide {overflow: hidden; zoom: 1; position: relative; font: 14px/1.5 "\5b8b\4f53",sans-serif;}
.slide-wrap { margin: auto; position: relative; }
.slide-container { position: absolute; overflow: hidden; left:0; top:0;}
.slide-container .slide-item { position:absolute; width:100%; height: 100%; left:200%; top:0; overflow: hidden; z-index: 1}
.slide-container .slide-item img { width: 100%; height: 100%; border:0; vertical-align: top;}
.slide-title-bar {position: absolute; bottom: 0;left: 0; background:url(images/slide_title.png) repeat; display:none;}
.slide-title-bg { width: 100%; height: 100%; background-color:#b7133f; opacity: 0.9; filter:alpha(opacity=90);}
.slide-title { display: inline-block; height:30px; line-height:30px; padding:35px 15px; color: #fff; font-size:30px; font-weight:bold;font-family: "Microsoft YaHei";}
.slide-title a,.slide-text a {color: #fff4e4; text-decoration: none;}
.slide-title a:hover,.slide-text a:hover { color: #e5e5e5; text-decoration: none;}
.slide-navigation { display:block !important; width:80px; text-align:center; height:80px;  border-radius:50%;line-height:80px;text-decoration: none; color:#fff; font-size:24px; font-weight:bold; text-decoration: none; cursor:pointer; position:absolute; top:50%; margin-top:-40px; z-index: 50; opacity: 0.7; filter:alpha(opacity=70);text-indent: -9999px;}
.slide-navigation:hover { color: #fff; text-decoration: none;}
.slide-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.slide-prev { left:-120px; background:#1278b7 url(images/prev.png) no-repeat center;}
.slide-next { right:-120px; background:#1278b7 url(images/next.png) no-repeat center;}
.slide-pagination { position:absolute; right:10px; bottom:0; z-index:60; height:20px; text-align:right;}
.slide-page { display:inline-block; width:10px; height:10px; line-height:10px; text-align:center; font-size:12px; text-decoration: none; font-family:Arial, Helvetica, sans-serif; overflow:hidden; border-radius:5px; background-color:#999; color:#fff; margin-right:5px; cursor:pointer;}
.slide-page span { display: none;}
.slide-page:hover { text-decoration: none; font-size: 12px; color: #fff; font-weight: bold; }
.slide-page-active { background-color:#ff4019;}
.slide-mask { position: absolute; top:0; z-index: 100; width: 100%; height: 100%; z-index: 40; background: #000; opacity: 0.7; filter:alpha(opacity=70);}
.mask-left { left: -100%;}
.mask-right { left: 100%;}
.slide-thumb { height: 72px; position: absolute; left:20px; bottom: 0px; z-index: 40;}
.slide-thumb .thumb-image { display: inline-block; cursor: default; border:2px solid #000; width: 50px; height: 50px; float: left; margin-left: 6px; margin-top: 9px;}
.slide-thumb .thumb-image img { width: 100%; height: 100%; border:0;}
.slide-thumb .thumb-active {border-color: #c60;}

/**页脚**/
#footer{background:#1278b7; padding-top:55px; color:#fff;}
.foot_02{width:360px;}
.foot_logo{padding-left:410px; height:87px; line-height:78px; background:url(images/logo2.png) left top no-repeat; font-size:36px; font-weight:600; margin-bottom:24px;}
.foot_wz{ font-size:16px; line-height:30px;}
.foot_wz p{ text-align:right;}
.link_con{ margin-top:15px; }
.botlinks .links-wrap {position: relative;width:360px;height:40px; line-height:38px; background:#fff;border:1px solid #fff; border-radius:4px;}
.botlinks .links-wrap a.links-arrow {display: block; height: 38px; line-height: 38px; padding: 0 30px 0 20px; color:#999; font-size:16px; background: url(images/arrow.png) no-repeat right top;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #fff; background-position: right bottom; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: -1px;right:-1px; bottom: 39px;height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background: #fff; border-radius:4px;}
.botlinks .links-wrap .link-items a { display: block; line-height: 28px; padding: 5px 10px; color: #666; font-size:16px;}
.botlinks .links-wrap .link-items a span { display:block; margin:0 6px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #333; background:#e0f1f9; cursor: pointer;}/**链接样式**/

#footer .bottom{ width:238px;}
#footer .call{ width:280px;}
#footer .title{ line-height:32px; font-size:24px; color:#fff; margin-bottom:19px;}
#footer .link a{ display:block; line-height:22px; font-size:14px; color:#fff; margin-bottom:7px;}
#footer .callwz span{display:block; line-height:22px;font-size:14px; color:#fff; margin-bottom:5px;}
#footer .callwz span:last-child{margin-bottom:0;}
.footwz2{ margin-top:36px; padding:8px;border-top:1px solid rgba(255,255,255,0.6);line-height:31px; font-size:16px; color:#fff; text-align:center;}


/**首页**/
.news_bt,.tt{padding-bottom:20px; border-bottom:4px solid #1278b7; position:relative;}
.tit{ height:30px; color:#1278b7; font-size:0;display:inline-flex; display: -webkit-inline-flex;flex-direction:row;-webkit-align-items:flex-end;align-items:flex-end;}
.tit .title.selected{ font-size:22px;font-weight:600; }
.tit .title{ font-size:18px; margin-right:20px;}
.more_btn{ position:absolute;bottom:20px;right:0;height:24px;}
.more_btn .more_text{ line-height:24px; font-size:14px; color:#999;}
.more_btn .more_text a{color:#999;}
.main1{ padding:30px 0px; background:#fff;}

.news_01{width:380px;}
.news_02{width:390px;}
.news_03{width:390px;}
.news_01 .swiper-container { width:380px;height:314px; overflow:hidden; }
.news_01 .swiper-slide{position:relative; width:380px; height:314px;}
.news_01 .pictu img{width:380px; height:250px;}
.news_01 .news_bar{ position:absolute;left:0;right:0; bottom:0;height:60px; line-height:60px; background:#1278b7; padding:0 20px; font-size:18px; color:#fff;}
.news_01 .news_title{ line-height:60px; font-size:18px; color:#fff;}
.news_01 .swiper-container-horizontal>.swiper-pagination{ bottom:74px;right:10px;left:auto; text-align:right;}
.news_01 .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{ border-radius:0;}
.news_01 .swiper-pagination-bullet{ opacity:1; background:#fff;}
.news_01 .swiper-pagination-bullet-active{ opacity:1; background:#1278b7;}

.news_list1 li{ margin-top:21px;height:26px; padding-right:90px; position:relative;}
.news_list1 li:first-child{ margin-top:36px;}
.news_list1 li a{ display:block;}
.news_list1 .news_wz{ line-height:20px; font-size:16px; color:#333;}
.news_list1 .news_date{ position:absolute;right:0;top:0;line-height:20px;font-size:14px; color:#999; text-align:right;}

.main2{ padding:40px 0; background:#f6f6f6;}

.news_list2 li{ margin-top:24px; height:30px; padding-left:110px;position:relative;}
.news_list2 li:first-child{ margin-top:18px;}
.news_list2 .news_wz{ line-height:24px; font-size:16px; color:#333; height:24px;}
.news_list2 .news_date{ position:absolute;left:0;top:0; width:100px; height:24px; border:1px solid #1278b7; background:#fff; }
.news_list2 .news_date .day{line-height:22px; width:30px;text-align:center;font-size:13px; font-weight:600; background:#1278b7; color:#fff;}
.news_list2 .news_date .year{line-height:22px;font-size:13px;color:#1278b7; padding-left:5px; font-weight:400;}

.news_list .news_wz:hover{ color:#1278b7;}

.main3{ padding-top:38px; height:450px; background:url(images/bg2.png) no-repeat;}
.main3 .tt{ border-color:#fff; margin-bottom:18px;}
.main3 .tit{ color:#fff;display:flex; display: -webkit-flex;justify-content: center;-webkit-justify-content: center}
.main3 .more_btn .more_text{ color:#fff;}
.inner2 {width: 1250px;margin:0 auto;}
.tu_list{ height:262px;position:relative;}
.tu_list .swiper-container { width: 100%; position:relative; padding:0 25px;}
.tu_list .swiper-slide { padding-top:30px; float:left; margin-right:60px;background-position: center;background-size: cover; width:320px; height:315px; position:relative;}
.tu_list .swiper-slide:last-child{ margin-right:0;}
.tu_list .swiper-slide .tu{ position:relative; z-index:10;margin:0 auto; width:280px; height:210px;}
.tu_list .swiper-slide .tu .pic{ width:280px; height:210px;border-radius:4px;transition:all 0.5s;}
.tu_list .swiper-slide .tu img{display:block; width:280px; height:210px;transition:all 0.5s;}
.tu_list .slide-bt{ position:absolute; bottom:0; left:0; right:0; height:60px; line-height:30px; font-size:16px;color:#fff;}
.tu_list .swiper-slide:hover .tu .pic{box-shadow: 0px 0px 10px 8px rgba(0,0,0,0.1); border:4px solid #fff;transform:scale(1.1,1.1)}
.tu_list .swiper-slide:hover .tu img{ width:100%; height:100%;}
.tu1 img{ width:150px; height:77px;}
.tu_list .swiper-button-next{ right:-80px; width:80px; height:80px; margin-top:-40px; border-radius:50%; background:#1278b7 url(images/next.png) center no-repeat;}
.tu_list .swiper-button-prev{ left:-80px; width:80px; height:80px; margin-top:-40px; border-radius:50%; background:#1278b7 url(images/prev.png) center no-repeat;}


.main4{ background:#f6f6f6;padding:40px 0; }
.main4 .link_con li{ width:320px; height:80px; background:url(images/btnbg.png) no-repeat; background-size:cover; border-radius:4px;padding:10px;}
.main4 .link_con li a{ display:block;line-height:32px; text-align:center; font-size:20px; font-weight:bold; color:#fff;}




/*列表页*/
.listpage{ padding-top:30px; padding-bottom:20px;}
.col_menu {width: 280px;float:left; } /**栏目新闻**/
.col_news_head {/* border-left:6px solid #3FD7CB; */border-bottom: 1px solid #DBDBDB;}

.col_menu .col_menu_head {background: #1278b7; padding-left:20px;}   /**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 18px;font-weight:600;color:#fff; background:url(images/jkd_08.png) left center no-repeat;}		/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;line-height: 52px;padding:0px 5px 0px 30px;}  /**栏目名称图标**/
.col_menu .col_menu_con{border:1px solid #e4e4e4;}
/*栏目列表*/

.col_list{/* padding:4px 18px; */}
.col_list .wp_listcolumn { border-top:0px solid #830000; border-bottom:0px solid #fff; }
.col_list .wp_listcolumn .wp_column a {color:#333;font-size: 18px;font-weight:normal;background:#eee;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA; display:block;}
.col_list .wp_listcolumn .wp_column:last-child a {border-bottom:0;}
.col_list .wp_listcolumn .wp_column a .column-name{padding:8px 0px 8px 28px;line-height:40px;} 	
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column a.selected { color:#1278b7; background:#eee; } 
.col_list .wp_listcolumn .wp_column a.selected span.column-name{color: #1278b7;}
.col_list .wp_listcolumn .wp_subcolumn .wp_column a { color:#1278b7;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:#1278b7;}
.wp_editor_art_paste_table { width: auto;}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_lista a {color:#333;font-size: 18px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA; display:block;}
.col_list .wp_listcolumn .sub_list a .column-name {display:inline-block;line-height: 28px;padding: 5px 10px 5px 52px;cursor:pointer;color:#1278b7;font-size:16px;}
.col_list .wp_listcolumn .sub_list a:hover,.col_list .wp_listcolumn .wp_column sub_lista a.selected { color:#1278b7; background:#eee; } 
.col_list .wp_listcolumn .wp_column a:hover,.col_list .wp_listcolumn .wp_column sub_lista a.selected { color:#1278b7; background:#eee; } 
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {background:none; } 	
.col_list .wp_listcolumn .sub_list .sub_list a .column-name { padding: 5px 10px 5px 51px; 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:#830000;} 
	

.col_news {width:880px;min-height:500px;float:right;} /**栏目新闻**/
.col_news .col_news_box{margin-left: 266px;}
.col_news_head {/* border-left:6px solid #3FD7CB; */border-bottom: 1px solid #DBDBDB;}
.col_metas{ height:44px;}
.col_metas .col_title {display:inline-block;float:left;line-height: 44px;}  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size: 20px;font-weight: normal;color:#1278b7; position:relative;padding-left:2px; padding-right:5px;}   /**当前栏目名称**/
.col_metas .col_title h2:before{ position:absolute; content:''; bottom:-1px;left:0; right:0; height:6px; background:#e0f1f9;}
.col_metas .col_path {display:inline-block;float:right;/* padding-right:20px; */white-space:nowrap;height: 45px;line-height: 45px;color: #666;} /**当前位置**/
.col_metas .col_path a{color: #2F2F2F;}
.col_news_con { padding:5px 0px 10px 0px; margin:0 7px;}
.col_news_list { margin-top:7px;}
.newslist li{width:100%; height:42px;margin-top:12px; position:relative; padding-right:160px;padding-left: 25px;border-bottom:1px dashed #ddd;}
.newslist li:before{ position:absolute; content:''; left:0;top:50%; margin-top:-3px; width:6px; height:6px; background:#efefef;}
.newslist li a{ display:block; line-height:42px; font-size:16px; color:#666;}
.newslist li .time{ position: absolute; right:0;top:0; line-height:42px; font-size:14px; color:#999;}
.newslist li a:hover{color:#1278b7;}

.wp_paging { display:block; margin:0; padding:0; list-style:none; font-size:13px;font-family:'Microsoft Yahei', Verdana, Geneva, sans-serif; color:#494949; float:right;}
.wp_paging input {font-size:12px;*font-size:100%;}
.wp_paging li { display:inline-block; height:25px; line-height:25px; float:left; margin-top:5px;}
.wp_paging li span,.wp_paging li a { display:inline-block; float:left; margin-left:10px; }
.wp_paging li em { font-style:normal;}
.wp_paging li a { cursor:pointer; color:#666; line-height: 25px; height: 25px;}
.wp_paging li a:hover { color:#000; }
.wp_paging li a span{ margin:0;}
.wp_paging li input { font-size:12px;*font-size:100%; width:24px; height:15px; line-height:15px; border:1px solid #d5d5d5; background:#fff; margin-top:4px; text-align:center;}
.wp_paging li input:focus{ outline:none;}

/**文章页**/
.infobox {
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
}
.article {    padding-top: 30px; padding-bottom:40px;}
.article h1.arti_title {
	line-height:26px;
	font-family: "Microsoft YaHei";
	padding:15px;
	text-align:center;
	font-size:25px;
	color:#282828;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
} 
.article h2.arti_title{text-align: center;font-size: 18px;margin-top: 18px; color:#005fa8}/**文章标题**/
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:14px; color:#787878;} /**文章其他属性**/
.article .entry {
	overflow:hidden;
	margin-top: 0;
	margin-bottom: 0;
} /**文章内容**/
.article .entry .read,.article .entry .read p {color:#333;}  /**阅读字体**/
.article .entry .read p { line-height:1.7em; font-size:16px;}
.article .entry .read img { max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/

/**红色**/
#header2{ background:#b81315 url(images/jx_top2.jpg) center top no-repeat;}
#header2 .wp-search .search-btn input.search-submit {background:url(images/jx_search2.png) no-repeat center;}
#banner2{ height:520px; background:url(images/banner2.jpg) center top no-repeat;}
#footer.footer2{ background:#b81315;}
#footer.footer2 .footwz{border-top:1px solid #9b0f11;}
.container2 .listpage{ padding-top:45px;}
.container2 .col_menu{ width:300px;}
.container2 .col_menu .col_menu_head { background: #b81315;}
.container2 .col_menu .col_menu_head h3.col_name{ font-size:22px;}
.container2 .col_menu .col_menu_head h3.col_name .col_name_text {display: block;line-height: 62px;padding: 0px 5px 0px 30px;}
.container2 .col_list .wp_listcolumn .wp_column a{ font-size:20px; border-bottom:1px solid #e0e0e0;}
.container2 .col_list .wp_listcolumn .wp_column a:last-child{border-bottom:0;}
.container2 .col_list .wp_listcolumn .wp_column a .column-name {padding: 8px 0px 8px 50px;line-height: 56px;}
.container2 .col_list .wp_listcolumn .wp_column a.selected span.column-name { color: #333;}
.container2 .col_list .wp_listcolumn .wp_column a:hover, .container2 .col_list .wp_listcolumn .wp_column a.selected{ background:#fff;}

.container2 .col_news{ width:820px;}
.container2 .col_metas .col_title h2{ font-size:24px; color:#b81315;}
.container2 .col_metas{height:61px;}
.container2 .col_metas .col_title{ line-height:61px;}
.container2 .col_metas .col_title h2:before{ height:4px; background:#e0e0e0;}
.container2 .col_metas .col_path{ line-height:60px;height:60px; font-size:18px; color:#333;}
.container2 .newslist li{line-height:60px;height:60px; padding-left:0; margin-top:0; background:none; border-bottom:1px dashed #e0e0e0;}
.container2 .newslist li a{line-height:60px;font-size: 18px; color: #333;}
.container2 .newslist li .time{line-height:60px;font-size: 16px; color: #999;}

.infobox2 .article h1.arti_title{ border:0;}
.infobox2 .article h2.arti_title{ color:#666; padding-bottom:5px;}
.infobox2 .article .arti_metas span{ font-size:16px; color:#999;}
.infobox2 .article .entry .read, .infobox2 .article .entry .read p{ font-size:16px; color:#333; line-height:34px;}
