/*CSS 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-size:100%;font:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
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;}
body{position: absolute;width: 100%;height: 100%;font-family: Arial, Helvetica, sans-serif;padding: 0;margin: 0;background: #efeff3;}
a{text-decoration: none;color: #666;font-size: 14px;}
.clear{clear: both;}
/*导航栏样式:宽度1224px,12等分91px,间距12px.*/
.header{position: relative; width: 100%; height: 60px;background: white;border-bottom: #cccccc solid 1px;z-index: 9999;}
.header .navagation_one{position: relative; width: 1224px; height: 60px;margin: 0 auto;}
.header .navagation_one .logo{min-width: 300px;float: left;}
.header .navagation_one .nav{position: relative; left: 25px;}
.header .navagation_one .nav ul li{position: relative; z-index: 999;margin-left: 25px; float: left;list-style: none;text-align: center; line-height: 60px;width: 84px; height: 60px;background: white;border-bottom: #cccccc solid 1px;}
.header .navagation_one .nav ul>li>ul{display: none;}
.header .navagation_one .nav ul li a:hover{ color: #d74316;}
.header .navagation_one .nav ul li:hover ul{display: block;border: none;}
.header .navagation_one .nav ul li:hover ul li{margin-left: 0px;border: none;}
.header .mininavarea{position: relative; width: 100%;height: 30px;background: #d74316; border-bottom: #cccccc solid 1px;}
/*搜索参数*/
.header .search{float:right;}
.header .search form{display: block; height: 40px;margin-top: 15px;}
.header .search form input{box-sizing: border-box;width: 120px; height: 30px;border: #ccc solid 1px;}
.header .search form button{height: 30px;width: 30px;border: #ccc solid 1px;background-color: #eee;}
.header .search form button i{color: #999;}
.header .search form button:hover{background-color: #d74316;}
.header .search form button:hover i{color: #eee;}
/*底部页脚参数*/
.footer{position: relative; width: 100%; height: 60px;margin-top: 12px; background: white;border-top: #cccccc solid 1px;z-index: 9999;}
.footer .txt{position: relative;width: 1224px;height: 60px; margin: 0 auto;}
/*内容框架参数*/
.main{position: relative; width: 1224px; height: auto;margin: 0 auto;margin-top: 12px;}
.main::after{display:block;content:'';clear:both;height:0; overflow:hidden;}
.line{height: 3px;width: 100%;background:#efeff3;overflow: hidden;margin-top: -20px;}
.pagebar{width: 100%;height: 36px;border-top: #eeeee4 solid 1px;margin: 0 auto; padding: 4px;clear: both;}
.pagebararea{width: 100%;text-align:center;height: 30px;position: relative;}
.pagebar a{display: inline-block; text-align: center; height: 20px;width: auto;min-width: 20px; border: #eeeee4 solid 1px;padding: 7px 6px 2px 6px; margin-left: 10px;font-size: 12px;line-height: 20px;}
.pagebar .now-page{display: inline-block;text-align: center; height: 20px;width: auto;min-width: 30px;color: white;background: #d74316; border: #d74316 solid 1px;padding-top: 5px;padding-bottom: 2px;  margin-left: 10px;font-size: 12px;line-height: 20px;}
.pagebar a:hover{background: #d74316;color: white;}
/*左右分区*/
.main .left{width: 812px;min-height: 100px;float: left;}
.main .right{position: relative;float: right; width: 388px;min-height: 100px;}
/*文章页面包导航参数*/
.main .mininav{position: relative; width: 100%;height: 24px;font-size: 12px;color: #bbb;}
.main .mininav a{font-size: 12px;color: #bbb;}
/*首页幻灯片参数*/
.article_ad{box-sizing: border-box; width: 812px;height: 220px;background: white;border-radius: 5px; border: #eeeeee solid 1px;overflow: hidden;}
.article_ad img{width: 812px;height: 220px;}
/*首页公告栏*/
.main .left .notice {position:relative;margin-top:12px;width:812px;height:30px;background:white;border-radius:5px;border:#dddde4 solid 1px;}
.main .left .notice .icon {line-height:30px;font-size:14px;color:#566576;padding-left:10px;font-size:12px;font-weight:600;}
.attention {position:absolute;height:30px;overflow:hidden;margin-left:95px;top:0px;}
.attention a {font-size:13px;line-height:30px;}
.attention a:hover {color:#d74316;}
/*左侧自定义快速链接*/
.laid_excerpt_box {position:relative;border:#dddde4 solid 1px;height:82px;width:812px;margin-top:12px;background:white;border-radius:5px;overflow:hidden;}
.laid_col_list {box-sizing:border-box;float:left;width:203px;height:82px;cursor:pointer;overflow:hidden;}
.laid_col_ebox {text-align:center;padding:10px;transition:.2s;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;}
.laid_col_ebox i {font-size:16px;color:#566576;}
.laid_col_ebox h4 {line-height:1.1;font-size:12px;color:#566576;font-weight:600;margin:8px 0;}
.laid_col_ebox p {height:14px;line-height:12px;margin-bottom:10px;overflow:hidden;color:#a7b2c0;font-size:12px;}
.laid_col_ebox a.laid_col_btn {display:inline-block;font-size:10px;line-height:12px;margin-top:7px;padding:5px 10px;font-size:12px;color:#fff;text-align:center;border-radius:5px;background-color:#d74316;}
.laid_col_list:hover .laid_col_ebox {margin-top:-27px;}
.laid_col_list:hover .laid_col_btn {margin-top:-2px;}
/*热点文章滚动图*/
.main .left .articlearea {position:relative;width:812px;position:relative;border-radius:5px;background-color:white;border:#dddde4 solid 1px;margin-top:12px;}
.main .left .articlearea .hotarea {height:auto;position:relative;}
.main .left .articlearea .toolbar {background:linear-gradient(to bottom,#F4F4F4,#e9e9e9);padding-left: 12px; height:34px;font-size:14px;line-height:34px;color:#666;letter-spacing:1px;border-radius:5px 5px 0px 0px;border-bottom:1px solid #dddde4;}
.main .left .articlearea .toolbar2{background:linear-gradient(to bottom,#F4F4F4,#e9e9e9);padding-left: 12px; height:34px;font-size:14px;line-height:34px;color:#666;letter-spacing:1px;border-bottom:1px solid #dddde4;border-top:1px solid #dddde4;}
.main .left .articlearea .hotarea .hotimg {position:relative;box-sizing: border-box; width:812px;height:124px;overflow:hidden;padding: 12px;}
.main .left .articlearea .hotarea .hotimg a {color:#fff;}
.main .left .articlearea .hotarea .hotimg img {width:188px;height:100px;}
.main .left .articlearea .hotarea .hotimg img:hover {mask-image:linear-gradient(to top,#0f2027,#203a43,#2c5364);}
/*列表页左侧广告位*/
.main .left .ad{height: 100px;width: 812px;box-sizing: border-box;border-radius: 5px;background-color: rgba(255, 186, 25, 0.1);border: #999 dotted 1px;}
.main .left .ad a{font-size: 15px;color: #666;font-weight: bold;line-height: 100px;display: block;text-align: center;}
.main .left .ad img{height: 100px;width: 812px;}
/*左侧文章BLOG样式*/
.main .left .articlearea .thumbarea {height:auto;position:relative;}
.main .left .articlearea .thumb {position:relative;display:block;overflow:hidden;box-sizing:border-box;width:812px;height:150px;padding:15px;border-bottom: #eeeee4 solid 1px;}
.main .left .articlearea .thumb:last-of-type{border-bottom: none;}
.main .left .articlearea .thumb .top {position:relative;float:right;width:40px;height:20px;font-size:14px;color:#ffffff;transform:rotate(40deg);transform-origin:0% 0%;padding-left:70px;right:-120px;letter-spacing:6px;top:-100px;display:block;width:180px;height:30px;line-height:30px;background: rgba(255, 25, 25,0.7);color:#fff;font-size:14px;font-weight:200;text-align:center;opacity:.8;}
.main .left .articlearea .thumb:hover {background:#f9f9f9;}
.main .left .articlearea .thumb:hover a {color:#d74316;}
.main .left .articlearea .thumb img {width:195px;height:120px;float:left;margin-right:20px;border-radius:5px;}
.main .left .articlearea .thumb h4 a {display:block;width:auto;font-size:18px;font-weight:bold;color:#555555;line-height:1.4;height:27px;margin-bottom:5px;}
.main .left .articlearea .thumb h4 a:hover {color:#d74316;}
.main .left .articlearea .thumb p {font-size:13px;color: #bbbbbb;line-height:1.5;height:63px;margin-bottom:9px;}
.main .left .articlearea .thumb .info {position:relative;width:550px;height:15px;font-size:14px;line-height:15px;float:left;}
.main .left .articlearea .thumb .item1 {color:#cccccc;float:left;font-size:13px;line-height:16px;}
.main .left .articlearea .thumb .item2 {color:#cccccc;padding-left:50px;float:left;font-size:13px;line-height:16px;}
/*侧栏样式1：h2为文章标题*/
.sidebar_one{ box-sizing: border-box;position: relative ;background-color: #fbfbfb;float: right;width: 400px;height: auto;background-color: #ffffff;border-radius: 5px;border: #dddde4 solid 1px;}
.sidebar_one .sidebarbg img{position: relative; height: 120px;border-radius: 5px 5px 0px 0px;}
.sidebar_one .logo img{position: absolute;display: block;box-sizing: content-box; height: 100px;width: 100px;border-radius: 50%;left: 148px;top: 64px;border: #ffffff solid 6px;}
.sidebar_one .logo img:hover{animation: imgruncircle 2s 200ms linear 1;}
@keyframes imgruncircle{
    form{transform: rotate(0deg);}
    to{transform: rotate(360deg);}
}
.sidebar_one a{position: relative;display: block;width: 398px;font-size: 16px;line-height: 1.35;color: #008500;text-align: center;margin-top: 70px;}
.sidebar_one .meta{position: relative;display: block;width: 398px;height: 58px;margin-top: 25px;border-top: #dddde4 solid 1px;}
.sidebar_one .meta .info_one{display: block;width: 130px;height: 50px;border-right: #dddde4 solid 1px;float: left;font-size: 15px;line-height: 25px;padding: 10px 0px;color: #666666;text-align: center; }
.sidebar_one .meta .info_two{display: block;width: 134px;height: 50px;border-right: #dddde4 solid 1px;float: left;font-size: 15px;line-height: 25px;padding: 10px 0px;color: #666666;text-align: center; }
.sidebar_one .meta .info_three{display: block; width: 130px;height: 50px;float: left;font-size: 15px;line-height: 25px;padding: 10px 0px;color: #666666;text-align: center; }
/*侧栏样式2：广告栏*/
.sidebar_two_area{clear: both; position: relative;float: right;width: 400px;height: auto;margin-top: 12px;}
.sidebar_two{border-radius: 5px;background: white; border: #dddde4 solid 1px;padding: 12px 12px 8px 12px;overflow: hidden;}
.sidebar_two img{width: 376px;height: auto;}
/*侧栏样式3：sidebar常用样式*/
.sidebar_three_area{clear: both;position: relative;float: right;width: 400px;height: auto;}
.toolbar3{background:linear-gradient(to bottom,#F4F4F4,#e9e9e9);margin-top: 12px;border-radius: 5px 5px 0px 0px;  padding-left: 12px; height:34px;font-size:14px;line-height:34px;color:#666;letter-spacing:1px;border:1px solid #dddde4;}
.toolbar4{background:linear-gradient(to bottom,#F4F4F4,#e9e9e9);padding-left: 12px; height:34px;font-size:14px;line-height:34px;color:#666;letter-spacing:1px;border:1px solid #dddde4;border-top: none;}
.toolbar3 a{font-size: 13px;line-height: 34px;}
.toolbar3 a i{font-size: 13px;line-height: 34px;}
/*侧栏样式3：sidebar常用样式——热门TAGS*/
.sidebar_three_area .tags{width: 398px;background: white;height:138px;border-bottom: #dddde4 solid 1px;border-left: #dddde4 solid 1px;border-right: #dddde4 solid 1px;}
.sidebar_three_area .tags a{display: block;box-sizing: border-box; width: 85px;height: 30px;border-radius: 5px; font-size: 13px;line-height: 30px;margin-left: 12px;margin-top: 12px; float: left;text-align: center;border: #dddde4 dotted 1px;overflow:hidden;}
.sidebar_three_area .tags a:hover{animation: tagsrun 200ms 200ms linear 1;animation-fill-mode:forwards;}
@keyframes tagsrun{
    to{border: none;
       background: #ff4e4e;
       color: white;
    }
}
/*侧栏样式3：sidebar常用样式——最新评论*/
.circle1{width: 13px;height: 13px;border-radius: 50%;position: absolute; background: rgba(51, 179, 0, 0.5);right: 56px;margin-top: -24px;}
.circle2{width: 13px;height: 13px;border-radius: 50%;position: absolute; background: rgba(255, 186, 25, 0.5);right: 34px;margin-top: -24px;}
.circle3{width: 13px;height: 13px;border-radius: 50%;position: absolute; background: rgba(255, 25, 25, .5);right: 12px;margin-top: -24px;}
.sidebar_three_area .comments{width: 398px;background: white;height: auto;border-left: #dddde4 solid 1px;border-right: #dddde4 solid 1px;}
.sidebar_three_area .comments ul li{display: block; box-sizing: border-box;padding: 10px;border-bottom: #eeeee4 solid 1px;}
.sidebar_three_area .comments ul li:last-of-type{border-bottom: none;}
.sidebar_three_area .comments ul li::after{display:block;content:'';clear:both;height:0; overflow:hidden;}
.sidebar_three_area .comments ul li img{width: 50px;height: 50px;border-radius: 50%;float: left;}
.sidebar_three_area .comments ul li a{display: block;position: absolute; font-size: 13px;color: #666666;margin-left: 64px;margin-top: 4px;}
.sidebar_three_area .comments ul li p{display: block;position: absolute;width: 318px;height: 28px;margin-left: 64px;overflow: hidden; margin-top: 22px; font-size: 12px;color: #999999;line-height: 14px;}
.sidebar_three_area .comments ul li:hover img{animation: imgruncircle 1s 200ms linear 1;}
/*侧栏样式3：sidebar常用样式——文章图文链接*/
.sidebar_three_area .articles{width: 398px;background: white;height: auto;border-left: #dddde4 solid 1px;border-right: #dddde4 solid 1px;}
.sidebar_three_area .articles ul li{display: block; box-sizing: border-box;padding: 10px;border-bottom: #eeeee4 solid 1px;}
.sidebar_three_area .articles ul li:last-of-type{border-bottom: none;}
.sidebar_three_area .articles ul li::after{display:block;content:'';clear:both;height:0; overflow:hidden;}
.sidebar_three_area .articles ul li img{width: 130px;height: 80px;float: left;border-radius: 3px;}
.sidebar_three_area .articles ul li a{display: block;position: absolute; font-size: 14px;line-height: 1.3; color: #666666;margin-left: 142px;margin-top: 4px;width: 240px;}
.sidebar_three_area .articles ul li p{display: block;position: absolute;width: 318px;height: 28px;margin-left: 142px;margin-top: 62px; font-size: 12px;color: #999999;line-height: 14px;}
.sidebar_three_area .article ul li:hover img{animation: imgruncircle 1s 200ms linear 1;}
/*侧栏样式3：sidebar常用样式——友情链接*/
.sidebar_three_area .links{width: 398px;background: white;height: auto;border-left: #dddde4 solid 1px;border-right: #dddde4 solid 1px;padding-bottom: 12px;border-bottom: #dddde4 solid 1px;}
.sidebar_three_area .links::after{display:block;content:'';clear:both;height:0; overflow:hidden;}
.sidebar_three_area .links ul li a{display: block;box-sizing: border-box; width: 85px;height: 30px;border-radius: 5px;font-size: 13px;line-height: 30px;margin-left: 12px;margin-top: 12px; float: left;text-align: center;border: #dddde4 dotted 1px;overflow: hidden;}
.sidebar_three_area .links ul li:hover a{animation: tagsrun 200ms 200ms linear 1;animation-fill-mode:forwards;}
/*文章页参数*/
.main .left .article{background: white;border-radius: 5px;border: #dddde4 solid 1px;box-sizing: border-box;}
.main .left .article::after{display:block;content:'';clear:both;height:0; overflow:hidden;}
.main .left .article h1{font-size: 18px;font-weight: bold;color: #666;text-align: center;margin-top: 18px; height: 32px;line-height: 1.8;}
.main .left .article .info_four{display: inline-block;font-size: 12px;color: #aaa;width: 800px;height: 30px;margin-top: 4px; line-height: 20px;text-align: center;}
.main .left .article .txt{padding-top: 14px;border-top: #eee solid 1px;padding:0px 20px;}
.main .left .article .txt p{font-size: 16px;color: #666;line-height: 1.9;}
.main .left .article .txt img{width: auto; max-width: 772px;}
.main .left .article .txt .gg{width: 770px;height: 70px;background-color: #eee;border-radius: 5px;margin-top: 12px; margin-bottom: 12px; border: #dddddd dotted 1px;}
.main .left .article .tags{display: inline-block;margin-top: 12px;width: 100%;height: 30px;padding:0px 20px;}
.main .left .article .tags a{font-size: 13px;color: #bbb;}
.main .left .article .tags a i{font-size: 12px;color: #bbb;}
.main .left .article .warning{display: block;background: #eee;height: auto;border-radius: 3px;border: #cccccc dotted 1px;padding-left: 10px;width: 762px;margin-left: 20px;}
.main .left .article .warning a{font-size: 13px;color: #ccc;line-height: 30px;}
/*文章页上一篇下一篇参数*/
.main .left .article .prev{display: block; width: 360px;height: 70px;background: linear-gradient(to top, #606c88, #3f4c6b);margin-top: 12px;float: left;margin-left: 20px; padding-left: 10px;border-radius: 3px;}
.main .left .article .prev span{display: block; height: 40px;width: 330px;overflow: hidden; font-size: 14px;line-height: 40px;color: #dedede;}
.main .left .article .prev .pageinfo{display: block;height: 30px;line-height: 30px;color: #dedede;}
.main .left .article .next{display: block;width: 360px;height: 70px; background: linear-gradient(to bottom, #0f2027, #203a43, #2c5364);margin-top: 12px;float: right;margin-right: 20px; padding-left: 20px;border-radius: 3px;}
.main .left .article .next span{display: block; height: 40px;width: 330px; font-size: 14px;line-height: 40px;color: #dedede; overflow: hidden; }
.main .left .article .next .pageinfo{display: block;height: 30px;line-height: 30px;color: #dedede;}
/*评论参数*/
.main .left .toolbar5 {width: 798px;background:linear-gradient(to bottom,#F4F4F4,#e9e9e9);margin-top: 94px;padding-left: 12px; height:34px;font-size:14px;line-height:34px;color:#666;letter-spacing:1px;border-top: #dddde4 solid 1px;border-bottom: #dddde4 solid 1px;}
.mahone_commentinfo1{width: 250px;height: 30px;border: #dddde4 solid 1px;margin-top: 12px;margin-left: 12px;float: left;}
.mahone_commentinfo2{width: 250px;height: 30px;border: #dddde4 solid 1px;margin-top: 12px;margin-left: 12px;float: left;}
.mahone_commentinfo3{width: 150px;height: 30px;border: #dddde4 solid 1px;margin-top: 12px;margin-left: 12px;float: left;}
.mahone_commentinfo4{width: 99px;height: 30px;border: #dddde4 solid 1px;margin-top: 12px;margin-left: 12px;float: left;}
.mahone_msg {border-bottom:#dddde4 solid 1px;width:790px;padding:10px;background:white;word-wrap:break-word;display:block;}
.mahone_msgname {float:left;vertical-align:top;}
.mahone_msgname img {border-radius:5px;height:50px;width:50px;}
.mahone_msgarticle {font-size:14px;line-height:1.5;height:auto;color:#666;padding-left:65px;padding-top:10px;float:none;letter-spacing:1px;}
.mahone_msginfo {width:723px;height:24px;float:right;padding-left:5px;}
.mahone_reply {width:723px;display:block;padding:10px 0px 10px 10px;border-top:#dddde4 dashed 1px;}
.mahone_reply:last-child {padding:10px 0px 0px 10px;border-bottom:none;margin-bottom:10px;}
.mahone_reply .mahone_reply_right {float:left;vertical-align:top;}
.mahone_reply .mahone_reply_right img {border-radius:5px;height:40px;width:40px;}
.mahone_reply .replyname a {float:left;font-size:14px;line-height:18px;height:auto;}
.mahone_reply .replyname {width:660px;float:left;font-size:14px;line-height:18px;height:auto;color:#a7b2c0;padding-left:10px;}
.mahone_reply .replycon {font-size:14px;color:#999;padding-left:50px;padding-top:10px;float:none;letter-spacing:0px;}
/*返回顶部代码*/
/* Theme:Orange */
div.jsitebar-orange {position:fixed;width:38px;height:38px;border:1px solid #ccc;background-color:#F5F5F5;text-align:center;vertical-align:middle;font:14px Microsoft YaHei;overflow:hidden;z-index:9999;}
div.jsitebar-orange div {height:38px;width:38x;}
div.jsitebar-orange .d2 {background-color:#ff4e4e;color:white;font-weight:bold;}
div.jsitebar-orange:HOVER {border-color:#ff4e4e;cursor:pointer;}
/* 用户自定义 */
div.jsitebar-customer {}
div.jsitebar-customer div {}
div.jsitebar-customer .d2 {}
div.jsitebar-customer:HOVER {}

/*首页热门文章列表：h2为文章标题*/
.article_hot{box-sizing: border-box; width: 1234px;height: 320px;padding: 12px 12px 0px 12px;}
.article_hot .slide{width: 500px;height: 308px;float: left;overflow: hidden;}
.article_hot .slide:hover p{color: #ff4e4e;}
.article_hot .slide img{width: 500px;height: 308px;}
.article_hot .slide p{display: block;width: 500px;height: 40px;background: rgba(0, 0, 0, 0.6);position: absolute;font-size: 16px;line-height: 40px;top:268px;color: white;text-decoration: none;text-align: center;}
.article_hot .hot{width: 698px;height: 308px;margin-left: 512px;}
.article_hot .hot .hot_one:nth-child(1){width: 343px;height: 148px;background-color: tomato;float: left;overflow: hidden;}
.article_hot .hot .hot_one:nth-child(1) a img{width: 343px;height: 148px;}
.article_hot .hot .hot_one:nth-child(1) p{display: block;overflow: hidden;width: 343px; height: 30px;background: rgba(0, 0, 0, 0.6);position: absolute;font-size: 14px;line-height: 30px;top: 130px;color: white;text-decoration: none;text-align: center;}
.article_hot .hot .hot_one:nth-child(2){width: 343px;height: 148px;background: tomato;margin-left: 12px; float: left;}
.article_hot .hot .hot_one:nth-child(2) p{display: block;overflow: hidden;width: 343px; height: 30px;background: rgba(0, 0, 0, 0.6);position: absolute;font-size: 14px;line-height: 30px;top: 130px;color: white;text-decoration: none;text-align: center;}
.article_hot .hot .hot_one:nth-child(2) a img{width: 343px;height: 148px;}
.article_hot .hot .hot_one:nth-child(3){width: 224px;height: 148px;background: tomato;margin-top: 12px; float: left;}
.article_hot .hot .hot_one:nth-child(3) a img{width: 224px;height: 148px;}
.article_hot .hot .hot_one:nth-child(3) p{display: block;overflow: hidden;width: 224px; height: 30px;background: rgba(0, 0, 0, 0.6);position: absolute;font-size: 14px;line-height: 30px;top: 290px;color: white;text-decoration: none;text-align: center;}
.article_hot .hot .hot_one:nth-child(4){width: 226px;height: 148px;background: tomato;margin-top: 12px;margin-left: 12px; float: left;}
.article_hot .hot .hot_one:nth-child(4) a img{width: 226px;height: 148px;}
.article_hot .hot .hot_one:nth-child(4) p{display: block;overflow: hidden;width: 226px; height: 30px;background: rgba(0, 0, 0, 0.6);position: absolute;font-size: 14px;line-height: 30px;top: 290px;color: white;text-decoration: none;text-align: center;}
.article_hot .hot .hot_one:nth-child(5){width: 224px;height: 148px;background: tomato;margin-top: 12px;margin-left: 12px; float: left;}
.article_hot .hot .hot_one:nth-child(5) a img{width: 224px;height: 148px;}
.article_hot .hot .hot_one:nth-child(5) p{display: block;overflow: hidden;width: 224px; height: 30px;background: rgba(0, 0, 0, 0.6);position: absolute;font-size: 14px;line-height: 30px;top: 290px;color: white;text-decoration: none;text-align: center;}
.article_hot .hot .hot_one:hover p{color: #ff4e4e;font-weight: 600;}
/*文章列表样式一：h2为文章标题*/
.article_one_area{box-sizing: border-box;position: relative; width: 1234px;height: auto; border: #eeeeee solid 1px;margin: 0 auto;margin-top: 12px;padding-bottom: 12px;}
.article_one_area::after{display:block;content:'';clear:both;height:0; overflow:hidden}
.article_one_area .info{border-bottom: #eeeeee solid 1px;height: 36px;font-size: 16px;padding: 0px 12px;display: block; line-height:36px;background: white;}
.article_one_area .info a{font-size: 18px;font-weight: 600;text-decoration: none;letter-spacing: 1px;vertical-align:-1px;color: #444;}
.article_one{position: relative;display: block; width: 291px;height: 270px;float: left;border-radius: 5px;margin-left: 12px;margin-top: 12px; border: #eeeeee solid 1px;}
.article_one:hover{box-shadow:0px 0px 1px 1px rgba(148, 117, 117, 0.1);border: #dddddd solid 1px;}
.article_one .catagory{position: absolute; height: 24px;left: 8px;top: 8px;padding:0px 8px; background: rgba(0, 0, 0, 0.5);border-radius: 3px;}
.article_one .catagory:hover{background: #ff4e4e;}
.article_one .catagory a{font-size: 13px;color: white;line-height: 24px;margin: 0 auto;text-decoration: none;}
.article_one .digg{position: absolute; height: 24px; left: 240px;top: 8px;padding:0px 8px; background: #ff4e4e;border-radius: 3px;}
.article_one .digg a{font-size: 13px;color: white;line-height: 24px;margin: 0 auto;text-decoration: none;}
.article_one img{width: 291px;height: 200px;border-radius: 5px 5px 0px 0px;}
.article_one a{text-decoration: none;}
.article_one h2{display: block; font-size: 15px;color: #666666;line-height: 22px;padding-left: 8px;padding-right: 8px;}
.article_one:hover h2{color: #ff4e4e;}
.article_one .meta{height: 20px;padding:2px 8px 2px 8px}
.article_one .meta a{font-size: 12px;color: #cccccc;}
.article_one .meta a i{margin-right: 8px;font-size: 12px;}
/*文章列表样式2：h2为文章标题*/
.article_two_area{box-sizing: border-box;width: 812px;height: auto;margin-bottom: 20px;float: left;border-radius: 5px;}
.article_two_area::after{display:block;content:'';clear:both;height:0; overflow:hidden}
.article_two_area .info{height: 36px;font-size: 16px;padding: 0px;display: block; line-height:36px;}
.article_two_area .info a{width: 250px;height: 36px; background: white; font-size: 18px;font-weight: 600;color: #b71c1c; text-decoration: none;letter-spacing: 1px;}
.article_two_left{position: relative;box-sizing: content-box;width: 812px;height: 168px;padding-top:12px ; float: left;border-bottom: #eeeeee solid 1px;}
.article_two_left:hover{background-color: #f1f1f1;}
.article_two_left:hover .txt a h2{color: #ff4e4e;}
.article_two_left:hover .txt p{color: #999999;}
.article_two_left:hover .txt .meta a{color: #999999;}
.article_two_area .article_two_left:last-of-type{border-bottom: none;}
.article_two_left img{position: relative; width:250px ;height: 156px;float: left;border-radius: 5px;}/*文章缩略图*/
.article_two_left .txt{position: relative; width:538px ;height: 156px;margin-left: 262px;}/*文章文本区域*/
.article_two_left .txt a{display: block; text-decoration: none;color: #666666;overflow: hidden;}/*文章标题*/
.article_two_left .txt a:hover h2{color: #ff4e4e;}
.article_two_left .txt a h2{display: block;color: #555555; font-size: 18px;font-weight: 600;line-height: 1.4;height: 26px;}/*文章标题*/
.article_two_left .txt p{display: block;font-size: 14px;color: #aaaaaa;line-height: 1.5;height: 102px;overflow: hidden;margin-top: 4px;}/*文章摘要*/
.article_two_left .txt .meta{height: 20px;margin-top: 5px;}
.article_two_left .txt .meta a:first-of-type:hover{color: #ff4e4e;}
.article_two_left .txt .meta a{font-size: 12px;color: #cccccc;vertical-align: bottom;padding: 6px 0px 0px 0px;width: 134px;float: left;}
.article_two_left .txt .meta a i{margin-right: 8px;font-size: 12px;}
.article_two_right{position: relative;width: 398px;height: 300px;background-color: teal;float: right;margin-top: 12px;}
/*文章列表样式3：h2为文章标题*/
.article_three_area{box-sizing: border-box;position: relative;float: right; width: 400px;height: auto;border: #eeeeee solid 1px; margin-top: 12px;border-radius: 5px;}
.article_three_area::after{display:block;content:'';clear:both;height:0; overflow:hidden}
.article_three_area .info{border-bottom: #eeeeee solid 1px;height: 36px;font-size: 16px;padding: 0px 12px;display: block; line-height:36px;}
.article_three_area .info a{font-size: 18px;font-weight: 600;text-decoration: none;letter-spacing: 1px;vertical-align:-1px;color: #444;}
.article_three_area .article_three_right:last-of-type{border-bottom: none;}
.article_three_right{position: relative;box-sizing: content-box;width:372px ; height: 102px;float: left;padding: 12px 12px 0px 12px;border-bottom: #eeeeee solid 1px;}
.article_three_right:hover{background-color: #f1f1f1;}
.article_three_right:hover .txt a h2{color: #ff4e4e;}
.article_three_right:hover .txt .meta a{color: #999999;}
.article_three_right img{width: 134px;height: 90px;float: left;border-radius: 3px;}
.article_three_right .txt{position: relative;width: 230px;height: 90px;margin-left: 146px;}
.article_three_right .txt a{display: block;text-decoration: none;overflow: hidden;height: 70px;}
.article_three_right .txt a:hover h2{color: #ff4e4e;}
.article_three_right .txt a h2{display: block;font-size: 14px; line-height: 1.4;color: #666666;overflow: hidden;}
.article_three_right .txt .meta{height: 20px;}
.article_three_right .txt .meta .article_one:hover{color: #ff4e4e;}
.article_three_right .txt .meta a{font-size: 12px;color: #cccccc;float: left;line-height: 20px;width: 110px;}
.article_three_right .txt .meta a i{margin-right: 8px;font-size: 12px;line-height: 20px;}