﻿@charset "gb2312";
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:left;
    visibility:hidden;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0 none;outline:0;}
body{background:#FFF;font-size:14px}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0 none}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul,li{list-style:none outside none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
a{text-decoration:none;font-size: 15px;color: #0080bd;}
a:hover{text-decoration:underline;color: #2965b1!important;}
.clearfix{*zoom:1;}/*IE6 7*/

.index_mid{width: 1100px;margin: 0 auto;}

/*logo*/
.logo_box{width: 100%;float: left;margin: 6px 0;position: relative;}
.logo{float: left;}
.logo img{float: left;width: 200px;}
.logo p{float: left;margin-top: 5px;}
.logo p img{width: 226px;}
/*搜索*/
.search {float: left;width: 481px;margin-top: 12px;margin-left: 102px;border: 2px solid #228A31;background: #ffffff;border-radius: 4px;  display: none;}
.search input {line-height: 32px;float: left;color: #B9B9B9;}
.search input.searchbar {height: 35px;width: 82%;text-indent: 5px;font-size: 14px;}
.search input.search_results {float: right;width: 18%;height: 35px;font-size: 14px;font-weight: 700;line-height: 30px;border: 0;background: url(//static.ruiwen.com/img/jc_icon2.png) -84px -909px no-repeat;background-color: #228A31;}
/*投稿*/
.rougao {float: right;width: 280px;margin-top: 14px;}
.rougao .jianyi {margin-left: 5px;border-radius: 4px;background: url(//static.ruiwen.com/img/jc_icon2.png) 26px -872px no-repeat;background-color: #e6a01b;}
.rougao a {height: 35px;line-height: 35px;background: url(//static.ruiwen.com/img/jc_icon2.png) 28px -844px no-repeat;float: left;padding-left: 48px;color: #fff;font-size: 14px;background-color: #228A31;border-radius: 4px;padding-right: 8px;width: 80px;}
.rougao a:hover{background-color: #228A31;color: #fff!important;}
.rougao .jianyi:hover{background-color: #de9306;color: #fff!important;}

/*栏目导航*/
.nav{width:100%;height: 45px;float: left;background: #228A31;}
.nav .on, .nav ul li:hover{background: #228A31;}
.nav .on a,.nav ul li:hover a{color: #fff!important;}
.nav ul{width: 1088px;margin: 0 auto;}
.nav ul li{float: left;height: 45px;line-height: 45px;text-align: center;overflow:hidden;padding: 0px 35px;}
.nav ul li a{font-size: 17px;color: #fff;}

.main {
    width: 1100px;
    margin: 70px auto 0;
}

.tj_list_left, .tj_list_mid, .tj_list_right {
    float: left;
}

.tj_list_left {
    width: 369px;
}

.swiper {
    width: 369px;
    height: 207px;
    position: relative;
    overflow: hidden;
}

.swiper .item {
    width: 369px;
    height: 207px;
    position: relative;
    float: left;
}

.swiper .item a {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper .item img {
    width: 100%;
    height: 100%;
}

.swiper .item span {
    display: block;
    width: 400px;
    height: 36px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    font-size: 17px;
    color: #fff;
    line-height: 36px;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper .dots {
    position: absolute;
    right: 0;
    bottom: 4px;
}

.swiper .dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius:50%;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.swiper .dots li.active {
    background: #fff;
    opacity: 1;
}

.tj_left_list{
    width:369px;
}
.tj_left_list li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: right;
    color: #999;
}
.tj_left_list li a{
    color:#000;
    text-align: left;
    float: left;
    width: 250px;
}
.tj_left_list li em{
    float: left;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 2px;
    line-height: 18px;
    text-align: center;
    color: #259ff0;
    font-weight: 700;
    font-size: 16px;
    margin:5px 5px 0 5px;
}
.tj_list_mid{
    width:370px;
    margin:0 15px;
}
.tj_mid_title{
    color:#F79001;
    font-size: 20px;
    margin-bottom: 7px;
}
.tj_mid_title span{
    float: right;
    color:#ccc;
    font-size: 14px;
    margin-top:4px;
    cursor: pointer;
}
.tj_mid_title span img{
    width:14px;
    height:14px;
    margin-right:4px;
    vertical-align: middle;
}
.tj_list_mid li{
    width:100%;
    font-size: 14px;
    overflow: hidden;
    line-height: 32px;
    height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    color: #888;
}

.tj_list_mid li span{
    /*float: left;*/
    /*display: inline-block;*/
}
.tj_list_mid .sort{
    float: left;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 2px;
    line-height: 18px;
    text-align: center;
    color: #259ff0;
    font-weight: 700;
    font-size: 16px;
    margin: 5px 5px 0 0px;
}
.tj_list_mid .con{
    width: 261px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-align: left;
    float: left;
}
.tj_list_right{
    width: 322px;
    float: right;
}
.tj_right_top{
    width: 100%;
    border-top:1px solid #f2f2f2;
    border-left:1px solid #f2f2f2;
    overflow: hidden;
}
.tj_right_top li{
    width: 106px;
    height: 82px;
    border-right:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
    text-align: center;
    float: left;
}
.tj_right_top li a{
    display: block;
    width:100%;
    height:100%;
    color:#666;
    font-size:16px;
}
.tj_right_top li img{
    width:30px;
    height:30px;
    margin-top:10px;
    margin-bottom:2px;
}
.tj_right_bottom{
    overflow: hidden;
}
.tj_right_bottom li {
    margin-top: 13px;
    overflow: hidden;
}
.tj_right_bottom a{
    display: block;
    width:100%;
    height:10%;
    text-decoration: none;
}
.tj_right_bottom img{
    width:118px;
    height:74px;
    float: left;
    background: red;
}
.tj_jj{
    width: 192px;
    float: left;
    margin-left:10px;
}
.tj_jj_p1{
    font-size:16px;
    color:#000;
    margin:0 0 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tj_jj_p2{
    font-size: 12px;
    color:#666;
    height:50px;
    overflow: hidden;
    line-height: 24px;
}
.wd_box{
    margin-top: 5px;
}
.wd_box_title{
    line-height: 44px;
    border-bottom:1px solid #d7d7d7;
}
.wd_box_title span{
    width:120px;
    float: left;
    line-height: 44px;
    text-align: center;
    font-size: 23px;
    color:#228A31;
    font-weight: bold;
    border-bottom:3px solid #f79001;
}
.wd_box_title a{
    float: right;
    color:#666;
    margin:8px 10px 0 0;
}
.wd_box_left{
    width: 774px;
    float: left;
}
.wd_left_top{
    overflow: hidden;
    margin-top: 13px;
}
.wd_left_top img{
    background: red;
    width:160px;
    height:98px;
    float: left;
}
.wd_tw{
    float: left;
    width: 594px;
    overflow: hidden;
    margin-left:10px;
}
.wd_tw_p1{
    font-size: 17px;
    color:#000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 9px;
}
.wd_tw_p2{
    font-size:14px;
    color:#666;
    line-height: 22px;
    height: 73px;
}
.wd_left_list li{
    width:50%;
    float:left;
    line-height: 32px;
}
.wd_left_list a{
    font-size: 15px;
    width:264px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wd_left_list em{
    color:#666;
    float: right;
    margin-right: 19px;
    font-size: 13px;
}
.wd_box_right{
    float: right;
    width: 289px;
    border: 1px solid #dcdcdc;
    padding: 10px  15px;
    margin-top: 15px;
}
.wd_right_t{
    font-size: 16px;
    font-weight: 700;
    color:#f79001;
    margin-bottom: 10px;
}
.wd_right_list li{
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
    text-align: right;
	    margin-top: 11px;
}
.wd_right_list li em{
    float: left;
    width:20px;
    height:20px;
    background: #228a31;
    line-height: 20px;
    text-align: center;
    color:#fff;
}
.wd_right_list li span{
    margin-left: 8px;
    font-size: 15px;
    color:#000;
    float: left;
    width: 173px;
    height: 20px;
    overflow: hidden;
    text-align: left;
}

/*友情链接*/
.flink{background: #fafafa;width: 1100px;margin: 10px auto 0;}
.flink b{line-height:22px;font-weight: 400;float: left;color:#2ca6e0;}
.flink li{line-height: 22px;color: #b7b7b7;margin: 5px 5px;display: inline-block;float: left;}
.flink li a{color:#797979;font-size: 12px;}


/*footer*/
.footer{width: 100%;padding: 10px 0;background: #2b333e;float: left;margin-top: 15px;bottom: 0;}
.foot_box{width: 1000px;margin: auto;}
.footer p {float:left;width:100%;text-align: center;color: #d8dde0;font-size: 12px;height: 28px;line-height: 28px;}
.footer p a:hover{text-decoration:none;}
.footer p span{height:30px;font-size:12px;color:#555;margin:0 auto;}
.footer p a{font-size: 14px;color: #d8dde0;}
