@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 { background:#fff; 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: 14px;
color: #fff;
}/*webkit*/
:-moz-placeholder {
font-size: 16px;
color: #fff;
}           /*firefox 4-18*/
::-moz-placeholder {
font-size: 16px;
color: #fff;
}          /*firefox 19+*/
:-ms-input-placeholder {
font-size: 16px;
color: #fff;
}      /*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_end{display: flex; display: -webkit-flex; justify-content: flex-end;-webkit-justify-content:flex-end;}
.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; }
.nowrap{-webkit-flex-wrap:nowrap;-webkit-box-lines:single;-moz-flex-wrap:nowrap;flex-wrap:nowrap;}
.wrap{-webkit-flex-wrap:wrap;-webkit-box-lines:single;-moz-flex-wrap:wrap;flex-wrap:wrap;}　
.hide-text-3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
body { background:#fff;line-height: 1;font-size: 13px;font-family: "Microsoft YaHei","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333; overflow-x:hidden;}
/**头部**/
.wrapper { width:100%; margin:0 auto;  }
.inner {width: 1200px;margin:0 auto;}
#header{ background:#295cc5 url(images/topbg.jpg) left top repeat-x;}
#header .inner{height:159px;}
.header .head-left{float:left;height:159px;}
.header .head-left .logo{ width:371px;height:82px;background:url(images/logo_01.png) left center no-repeat; margin-right:70px; display:block; position:relative;}
.header .head-left .logo:before{ position:absolute; content:'';right:-34px; top:9px; width:2px; height:64px; background:#fff;}
.header .sitelogo{height:82px; line-height:82px;vertical-align:top; font-size:36px; color:#fff;}
.header .sitetitle{color:#fff;width:317px;height:82px;background:url(images/logo_nane.png) left center no-repeat;}
.header .head-right{float:right;padding-top:64px;width:240px;}

/**搜索**/
.wp_search{ display:inline-block;position:relative;padding-left:12px; background:#fff;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: "Microsoft YaHei";}
.wp_search .search{width:32px;height: 32px;border:0px; background: url(images/sous.png) no-repeat center;cursor: pointer; vertical-align:top; }
/***自定义搜索*/
.searchbox{text-align:right;margin-top:0;}
.wp-search {position: relative;border:1px solid rgba(255,255,255,0.5); border-radius:4px;}
.wp-search form {display: block;}
.wp-search .search-input { margin-right: 32px;height: 30px;}
.wp-search .search-input input.search-title {width: 100%;height: 30px;padding: 0px 9px;line-height: 30px;color: #333;font-size: 14px;border:0;outline: 0;background: transparent;}
.wp-search .search-btn {width:32px;height: 32px;position: absolute;right:-1px;top:-1px;}
.wp-search .search-btn input.search-submit {width:32px;height: 32px;border:0;outline: 0;background:url(images/search.png) no-repeat center;cursor: pointer;}
/**导航**/
.nav{background:#fff;}
.wp-menu {height: 60px;}
.wp-menu .menu-item {display: inline-block;float: left; position: relative;min-width:126px; height:60px; padding:0 42px;text-align:center;}
.wp-menu .menu-item>a{display: inline-block;height: 60px; line-height:60px;}
.wp-menu .menu-item a.menu-link {color: #313131;font-size: 20px; font-family:"Microsoft YaHei";}
.wp-menu li.menu-item:hover a.menu-link{  color: #295cc5;}
.sub-menu {display: none;position: absolute;left: 0;top: 56px;width: 100%; z-index: 100;background:rgba(41,92,197,0.5); border-top:4px solid rgba(41,92,197,1);}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #fff;height:48px;line-height: 22px;padding: 12px;font-size: 18px;text-align: center;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color:rgba(41,92,197,1)!important; font-weight:600; background-color:#fff; display: block;}
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:rgba(0,0,0,0.2);}
/**banner图**/
.mbanner .inner{ width:100%;}
.banner .focus .focus-title-bar {bottom:40px;left: 50%;margin-left:-640px;}
.mbanner .focus .focus-title-bg {background-color: #000;opacity: 0.4;filter:alpha(opacity=60);}
.mbanner .focus .focus-pagination {width: 100%; text-align:center;position:absolute;right: 14px;bottom: 11px;margin-right: 0px;z-index:60;}
.mbanner .focus .focus-page { display:inline-block; width:8px; height:8px;  margin-right:6px;background:#fff;}
.mbanner .focus .focus-page-active {background: #295cc5;opacity:1; filter:Alpha(opacity=100);}
.mbanner .focus .focus-navigation:hover {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-navigation:active {opacity: 1; filter:alpha(opacity=100);}
.mbanner .focus .focus-prev { left:0px; background:url(images/prev.png) center no-repeat;}
.mbanner .focus .focus-next { right:0px; background:url(images/next.png) center no-repeat;}
.mbanner .focus-container .focus-item img{ width:100%;}
.mbanner .focus .focus-title-bar{ display:none!important;}
.mbanner .focus .focus-navigation{ width:64px;height:64px; margin-top:-50px; background-color:rgba(0,0,0,0.5); border-radius:4px; text-indent:-999em;}

/**首页**/
.main1{ background:#f1f5ff url(images/bg1.png) no-repeat center;padding-top:54px; height:580px;}
.bt1{ padding-left:480px; margin-bottom:58px;}
.bt_title{ height:38px;}
.bt_title .wzname1{ line-height:38px; font-size:32px; font-weight:600; color:#333; margin-right:15px;}
.wzname1.star{ padding-left:56px; background:url(images/btbg.png) left center no-repeat;}
.bt_title .wzname2{line-height:28px; font-size:18px; color:#999;}
.wzname2.blue{ color:#8da5d8;}
.bt_title .more_btn{ display:block; width:106px;height:24px; background:url(images/more.png) center no-repeat;}

.news1 .swiper-container{ height:360px;}
.news1 .swiper-wrapper{ height:320px;}
.news1 .swiper-slide{ width:360px; background:#fff; border-radius:4px;box-shadow: 0px 0px 12px 0 rgba(0, 51, 198, 0.05);}
.news1 .swiper-slide .tu{ height:240px; position:relative;border-top-left-radius:4px;border-top-right-radius:4px; overflow:hidden;}
.news1 .swiper-slide .tu img{ position:relative; z-index:1; width:360px; height:240px;transition:all 0.5s;}
.news1 .swiper-slide .tu .more{ position:absolute; z-index:3;content:'';top:0;left:0; right:0; height:240px; background:rgba(0, 0, 0, 0);transition:all 0.5s;}
.news1 .swiper-slide .tu .more i{display:none; opacity:0.5; width:92px; height:22px; line-height:22px; color:#999; font-size:14px; font-style:normal; background:url(images/arrow.png) right center no-repeat;transition:all 0.5s;}
.news1 .swiper-slide .con{ height:80px; padding:14px 18px 12px;line-height:28px;}
.news1 .swiper-slide .news_bt{ font-size:16px; font-weight:600; color:#333; transition:all 0.5s;}
.news1 .swiper-slide .news_date{font-size:14px; color:#999;background:url(images/time.png) left center no-repeat; padding-left:25px;}
.news1 .swiper-slidei a:hover .news_bt{ color:#295dc7;}
.news1 .swiper-slide a:hover .tu img{ transform:scale(1.2,1.2);}
.news1 .swiper-slide a:hover .tu .more{ background:rgba(0, 0, 0, 0.5);}
.news1 .swiper-slide a:hover .tu .more i{display:block; opacity:1;color:#fff;}

.main2{ background:#fff;padding:40px 0px;}
.collist_news{ width:540px;}

.listnews_01{ padding-top:38px;}
.listnews_01 .list li{ margin-top:20px;position:relative;height:66px;}
.listnews_01 .list li:first-child{ margin-top:0;}
.listnews_01 .list li a{ height:70px;position:relative; padding-left:88px; display:block;}
.listnews_01 .list li .news_bt{line-height:30px; font-weight:600; font-size:16px; color:#333; transition:all 0.5s;}
.listnews_01 .list li .news_date{ position:absolute;left:0;top:6px; width:72px; height:60px; border-radius:4px; background:#295dc7; color:#fff; padding:7px 0;}
.listnews_01 .list li .news_date .day{height:28px; line-height:28px; text-align:center;font-size:24px;}
.listnews_01 .list li .news_date .year{ height:16px; line-height:16px; text-align:center;font-size:14px;}
.listnews_01 .list li a:hover .news_bt{color:#295dc7;}

.listnews_02{ padding-top:42px;}
.listnews_02 .list li{ margin-top:20px;}
.listnews_02 .list li:first-child{ margin-top:0;}
.listnews_02 .list li a{display:block;position: relative;padding-right: 100px;}
.listnews_02 .list li a .news_bt{line-height:30px; font-size:16px; font-weight:600; color:#333; transition:all 0.5s;}
.listnews_02 .list li a .news_date{line-height:30px;font-size:14px;color:#999;position: absolute;top: 0;right: 0;}
.listnews_02 .list li a:hover .news_bt{ color:#295dc7;}

.main3{ background:#f1f5ff url(images/bg2.png) no-repeat center;padding-top:50px; height:650px;}
.listnews_03{ padding-top:42px;}
.listnews_03 .list li{ margin-top:28px;position:relative;height:72px;}
.listnews_03 .list li:first-child{ margin-top:0;}
.listnews_03 .list li a{ height:72px;position:relative; padding-left:88px; display:block;}
.listnews_03 .list li .news_bt{line-height:40px; font-size:16px; font-weight:600; color:#333; transition:all 0.5s;}
.listnews_03 .list li .news_wz{ margin-top:7px;line-height:24px; font-size:14px; color:#333;}
.listnews_03 .list li .news_date{ position:absolute;left:0;top:2px; width:64px; height:56px; border-radius:4px; overflow:hidden; border:1px solid #295dc7; background:#295dc7; color:#fff;}
.listnews_03 .list li .news_date .day{height:26px; background:#fff;color:#295dc7; line-height:26px; text-align:center;font-size:20px;}
.listnews_03 .list li .news_date .year{ height:28px; line-height:28px; text-align:center;font-size:14px;}
.listnews_03 .list li a:hover .news_bt{color:#295dc7;}

.listnews_04{ padding-top:30px;}
.listnews_04 .list li{ margin-top:28px;}
.listnews_04 .list li:first-child{ margin-top:0;}
.listnews_04 .list li a{display:block;padding-top:9px;transition:all 0.5s;position: relative;padding-right: 100px;}
.listnews_04 .list li a .news_bt{line-height:26px; font-size:16px; font-weight:600; color:#333; transition:all 0.5s;}
.listnews_04 .list li a .news_date{right: 0;top: 9px;position: absolute;line-height: 30px;font-size:14px;color:#333;}
.listnews_04 .list li a:hover{border-top-color:#295dc7;}
.listnews_04 .list li a:hover .news_bt,.listnews_04 .list li a:hover .news_date{ color:#295dc7;}

.main4{ background:#fff;padding:40px 0px;}
.bt2{ padding-left:480px; margin-bottom:38px;}
.tu_list{ height:362px;position:relative;}
.tu_list .swiper-container { width: 100%; position:relative;}
.tu_list .swiper-slide { padding-top:20px; float:left; margin-right:60px;background-position: center;background-size: cover; width:360px; height:360px; 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:360px; height:240px; border-radius:4px;box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.1);}
.tu_list .swiper-slide .tu:before{ position:absolute; content:'';left:0;right:0;top:0;bottom:0;border:4px solid #295dc7; border-radius:4px; display:none;}
.tu_list .swiper-slide .tu .pic{ width:360px; height:240px;border-radius:4px; overflow:hidden;}
.tu_list .swiper-slide .tu .pic img{width:360px; height:240px;display:block;transition:all 0.5s;}
.tu_list .slide-bt{ margin-top:26px;line-height:26px;color:#333; font-size:16px; font-weight:600;}
.tu_list .swiper-container-horizontal>.swiper-scrollbar{ left:0;bottom:0;right:0; width:100%;}
.tu_list .swiper-slide:hover .tu .pic img{ transform:scale(1.2,1.2)}
.tu_list .swiper-slide:hover .slide-bt{color:#295dc7; }
.tu_list .swiper-scrollbar{ background:#7d9be8; height:4px;}
.tu_list .swiper-scrollbar-drag{background:#295dc7;}

.main5{ background:#f1f5ff;padding:40px 0px;}
.tulink{ display:block; width:380px; height:120px; overflow:hidden;}
.tulink img{ width:380px; height:120px;transition:all 0.5s;}
.tulink:hover img{ transform:scale(1.2,1.2)}

/**页脚**/
#footer {background:#1d59ad url(images/footbg.jpg) center top no-repeat; height: 320px; padding-top:60px;}
.foot_01{ padding-left:530px; background:url(images/logo_02.png) left top no-repeat;}
.foot_01 .wz{ width:430px; height:208px; font-size:16px; color:#fff; text-align:left;}
.foot_01 .wz p{ line-height:18px; margin-bottom:18px;}
.foot_02{ width:240px;}
.foot_02 .code{ width:91px;}
.footlink{ margin-top:32px;width:240px;}
.botlinks .links-wrap {position: relative;width:240px;height:36px; line-height:34px; background:transparent;border:1px solid rgba(255,255,255,0.5);}
.botlinks .links-wrap a.links-arrow {display: block; height: 34px; line-height: 34px; padding: 0 38px 0 28px; color:#fff; font-size:14px; background: url(images/arrow2.png) no-repeat right bottom;}
.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow { color: #fff; background-position: right top; cursor: pointer;}
.botlinks .links-wrap .link-items {display: none; position: absolute; left: -1px;right:-1px; bottom: 35px;height:auto; max-height: 300px; overflow: auto; overflow-x:hidden;background:rgba(255,255,255,0.5);}
.botlinks .links-wrap .link-items a { display: block; line-height: 24px; padding: 5px 0; color: #444;}
.botlinks .links-wrap .link-items a span { display:block; padding:0 16px; white-space:nowrap;}
.botlinks .links-wrap .link-items a:hover { color: #333; background:#e0f1f9; cursor: pointer;}/**链接样式**/
.footwz{ height:52px; border-top:1px solid rgba(255,255,255,0.6); line-height:52px; font-size:16px; color:#fff; text-align:center;}



/**列表页**/
.main6{background:url(images/bg3.jpg) center top repeat-y; position:relative; z-index:999;}
.main6:before{ position:absolute; content:'';left:0;right:0;top:-50px; width:100%; height:80px;background:url(images/bg4.png) center top no-repeat; }
.listpage{ padding-top:30px; padding-bottom:40px;}
.listpage .listnews_05 .bt{ font-size:16px;}
.col_menu {width: 280px;float:left; box-shadow: 0 0 15px rgba(0,0,0,.1);}
.col_news_head {/* border-left:6px solid #3FD7CB; */border-bottom: 1px solid #DBDBDB;}

.col_menu .col_menu_head {background:none}/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 24px;font-weight:bold;color:#295dc7;}/**位置栏目字体**/
.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:0px 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 { display:block;color:#333;font-size: 15px;font-weight:normal;background:none;border-top:0px solid #fff;border-bottom: 1px solid #F6EAEA;background:#fff;}
.col_list .wp_listcolumn .wp_column a .column-name{display:inline-block;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;  } 
.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 { display:block;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:880px;min-height:500px;float:right;box-shadow: 0 0 15px rgba(0,0,0,.1); background:#fff; border-top:3px solid #295dc7; padding:0 20px;}
.col_news .col_news_box{margin-left: 266px;}
.col_news_head {/* border-left:6px solid #3FD7CB; */border-bottom: 1px solid #DBDBDB; padding-top:10px;}
.col_metas .col_title {display:inline-block;float:left;height: 44px;line-height: 43px;} 
.col_metas .col_title h2 {display:inline-block;font-size: 24px;font-family:"Microsoft yahei";font-weight:600;color: #333;}  
.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;}
.col_news_list .newslist li{ width:100%; margin-top:8px; position:relative; padding-right:140px;padding-left: 25px; border-bottom:1px dashed #efefef;}
.col_news_list .newslist li:before{ position:absolute; content:'';left:0;top:50%;margin-top: -3px;left: 6px;width: 6px; height: 6px; background:#e0e0e0;}
.col_news_list .newslist li a{ display:block;line-height:38px; font-size:16px;}
.col_news_list .newslist li .time{ position: absolute; right:0;top:0; line-height:38px; font-size:14px; color:#999;}
.col_news_list .newslist li a:hover { color:#295dc7;}

.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:#3e80b9}/**文章副标题**/
.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; font-size:18px; line-height:1.75; text-align:justify;font-family:"宋体";}  /**阅读字体**/
.article .entry .read p {margin-top:0px;margin-bottom:10px;text-indent:2em;}
.article .entry .read img { margin:0 auto;display:block;max-width:800px; _width:expression(this.width > 800 ? "800px" : this.width); }  /**文章阅读部分图片大小限制**/
