@charset "utf-8";

body {
    background: #edeeeb;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

* html #about {
    height: 100%;
}

div#tag {
    overflow: hidden;
    zoom: 1;
    width: 1200px;
    margin: 0 auto;
    max-height: 67px;
    font-family: "Microsoft YaHei";
    margin-top: 10px;
}

div#tag span {
    float: left;
    display: inline;
    line-height: 30px;
    color: #F4714A;
    font-size: 14px;
    margin-right: 5px;
}

div#tag a {
    float: left;
    display: inline;
    line-height: 30px;
    margin-right: 15px;
    padding: 0px 17px;
    background: #32c77c;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
}

div#tag a:hover {
    background: #30DD86;
}

/*========================专题===========================*/
.top {
    width: 100%;
    margin: 0 auto;
    height: 31px;
    background: url(../images/article_bg.gif) left top repeat-x;
}

.top .topNav {
    width: 1200px;
    margin: 0 auto;
    line-height: 28px;
}

.top .topNav .left {
    float: left;
    color: #999999
}

.top .topNav .right {
    float: right;
    color: #999;
}

.top .topNav .right a {
    padding: 0 4px;
}

.adv {
    width: 1100px;
    margin: 0 auto;
    padding-top: 8px;
    overflow: hidden;
    zoom: 1;
}

.adv a.img {
    width: 666px;
    float: left;
    cursor: pointer;
    height: 260px;
}

.adv a.img img {
    width: 100%;
    height: 100%;
}

.adv .intro {
    width: 374px;
    height: 260px;
    float: right;
    background: url(../images/topicBg.jpg) right top no-repeat;
    padding: 0 30px;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.adv .intro h3 {
    color: #aeff00;
    /* font-size:28px; */
    /* height: 30px; */
    /* line-height: 30px; */
    padding-top: 0;
    overflow: hidden;
}

.adv .intro h3 a {
    color: #fff;
    display: block;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.adv .intro h3 a:hover {
    color: #2ba769;
}

.item-time {
    color: #666;
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 374px;
    left: 30px;
    text-align: right;
}

.item-time:before {
    content: '更新时间：';
}

.item-time:after {
    content: '';
    background: #7b99ad;
    width: 191px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 13px;
}

.adv .intro p {
    color: #d0dddf;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.adv .intro .m {
    font-family: "微软雅黑", Tahoma, Arial, "宋体", sans-serif;
    font-size: 14px;
    font-style: italic;
    width: 374px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 61px;
}

.adv .intro a.m {
    color: #fff;
}

.adv .intro a.m:hover {
    color: #dcff92;
}

.cont {
    width: 1100px;
    margin: 0 auto;
    padding-top: 12px;
    overflow: hidden;
    zoom: 1;
}

.cont ul {
    height: 197px;
    width: 1220px;
}

.cont ul li {
    float: left;
    padding-right: 12px;
    _padding-right: 10px;
    padding-bottom: 12px;
    overflow: hidden;
    zoom: 1;
}

.cont ul li.dis {
    padding-right: 12px;
}

.cont .box {
    width: 356px;
    height: 183px;
    border: 1px solid #e1e2e0;
    background: #fff;
    box-shadow: 1px 1px 1px 0px #eaeaea !important;
    border-radius: 3px;
}

.cont .box .title {
    width: 318px;
    padding: 20px 19px 10px 19px;
    overflow: hidden;
    height: 65px;
    position: relative;
}

.cont .box .title a.img {
    width: 65px;
    height: 65px;
    float: left;
    cursor: pointer;
}

.cont .box .title a.img img {
    width: 65px;
    height: 65px;
}

.infoT {
    width: 202px;
    float: left;
    padding-left: 10px;
}

.infoT h3 {
    font-size: 14px;
    padding-bottom: 5px;
    overflow: hidden;
    font-weight: bold;
}

.infoT .star {
    width: 76px;
    height: 16px;
    background: url(../images/topic.jpg) no-repeat;
    background-position: -99px -55px;
    display: block;
    float: left;
}

.infoT .star span {
    width: 76px;
    height: 16px;
    background: url(../images/topic.jpg) no-repeat;
    background-position: -24px -55px;
    display: block;
    float: left;
}

.infoT b {
    font-weight: normal;
    color: #999;
    display: inline-block;
    /* padding-left: 7px; */
}

.infoT span.tags {
    /* float:left; */
    margin-left: 7px;
    display: inline;
    width: 180px;
    line-height: 18px;
    height: 18px;
    font-family: "Microsoft YaHei";
    margin-top: 5px;
    overflow: hidden;
}

.infoT span.tags a {
    color: #08c;
    margin-right: 5px;
}

.infoT span.tags i {
    font-style: normal;
    margin-right: 5px;
    color: #aaa;
}

.infoT span.tags a:hover {
    color: #d70000;
}

.cont .box .title a.btnMore {
    width: 57px;
    height: 24px;
    background: #eee;
    background-position: -5px -229px;
    margin-top: 11px;
    position: absolute;
    top: 52px;
    right: 20px;
    display: block;
    border: 1px solid #aaa;
    text-align: center;
    line-height: 24px;
}

.cont .box .title a.btnMore:hover {
    background-position: -5px -253px;
}

.cont .box p.line {
    width: 276px;
    height: 3px;
    line-height: 0;
    overflow: hidden;
    background: url(../images/topic.jpg) no-repeat;
    background-position: 0 -86px;
}

.cont .box p {
    padding: 0 19px;
    line-height: 22px;
    color: #666;
    padding-top: 5px;
    overflow: hidden;
    height: 71px;
    position: relative;
}

.new {
    width: 1100px;
    margin: 0 auto;
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 15px;
}

.new h3 {
    width: 183px;
    height: 65px;
    font-size: 16px;
    color: #fff;
    background: url(../images/topic.jpg) no-repeat;
    background-position: -4px -154px;
    line-height: 64px;
    text-indent: 18px;
}

.new ul {
    margin: 0 auto;
    padding-top: 5px;
}

.new ul li {
    width: 120px;
    float: left;
    color: #333;
    height: 26px;
    line-height: 26px;
    background: url(../images/topic.jpg) no-repeat;
    background-position: -93px -240px;
    text-indent: 16px;
    overflow: hidden;
}

.cont .box p.p1.con_num {
    padding: 0;
}

/*专题列表*/
#mTitle {
    width: 970px;
    height: 42px;
    margin: 0 auto;
}

#mTitle a.logo {
    float: left;
    padding-top: 4px;
}

#mTitle .map {
    line-height: 35px;
    color: #666;
    width: 500px;
    float: left;
    height: 35px;
    padding-top: 5px;
}

#mTitle .map a {
    color: #333;
}

#mTitle .map a:hover {
    text-decoration: underline;
}

#mTitle .search {
    width: 284px;
    float: right;
    padding-top: 7px;
    overflow: hidden;
}

#mTitle .search .in {
    width: 203px;
    _width: 200px;
    height: 25px;
    line-height: 25px;
    float: left;
    border: 1px solid #d3d3d3;
    color: #9d9d9d;
    text-indent: 27px;
    background: #fff url(../images/article_bg.gif) no-repeat;
    background-position: -1px -262px;
}

#mTitle .search .btnSearch {
    width: 77px;
    height: 29px;
    float: left;
    background: url(../images/article_bg.gif) no-repeat;
    background-position: -2px -316px;
    border: medium none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

#mTitle .search .btnSearch:hover {
    background-position: -2px -345px;
}

.topic {
    width: 970px;
    margin: 0 auto;
}

.topicL {
    width: 156px;
    border: 1px solid #e1e2e0;
    float: left;
    background: #fff;
}

.topicL ul {
    font-family: "微软雅黑";
    font-size: 14px;
    padding: 19px 0 14px 0;
    float: left;
}

.topicL ul li {
    float: left;
    width: 156px;
    height: 45px;
    line-height: 47px;
    border-bottom: 1px solid #edeeeb;
    text-indent: 20px;
}

.topicL ul li.cur {
    background: url(../images/listT.jpg) no-repeat;
    background-position: -4px -8px;
}

.topicL ul li a {
    display: block;
}

.topicL ul li.cur a {
    color: #fff;
}

.topicR {
    width: 800px;
    float: right;
    border: 1px solid #e1e2e0;
    background: #fff;
}

.topicR h3 {
    width: 742px;
    padding: 25px 30px;
    font-size: 18px;
}

.topicR ul {
    width: 742px;
    padding: 0 30px;
}

/*===========================关于我们=================================*/
#about {
    width: 970px;
    margin: 0 auto;
    min-height: 85%;
}

.head {
    width: 100%;
    height: 109px;
    background: url(../images/aboutBg.jpg) top left;
}

.head .logo {
    width: 970px;
    margin: 0 auto;
    height: 108px;
    line-height: 108px;
}

.head .logo a {
    display: block;
    width: 370px;
    padding-top: 20px;
}

#about #sub {
    width: 100%;
    background: url(../images/about.gif) left -49px repeat-x;
    overflow: hidden;
    padding-top: 33px;
}

#about #sub .middle {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
}

#about #sub .middle .menu {
    width: 162px;
    float: left;
    border-left: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 3px solid #e2e2e2;
    background: #fbfbfb;
}

#about #sub .middle .menu ul {
    font-family: "微软雅黑", Tahoma, Arial, "宋体", sans-serif;
    font-size: 14px;
    padding-top: 22px;
}

#about #sub .middle .menu ul li {
    height: 39px;
    line-height: 39px;
    border-top: 1px solid #e2e2e2;
    width: 162px;
    position: relative;
    text-indent: 43px;
    vertical-align: bottom;
}

#about #sub .middle .menu ul li a {
    width: 180px;
    display: block;
    position: absolute;
    height: 39px;
    overflow: hidden;
    left: -1px;
    top: 0;
}

#about #sub .middle .menu ul li a.cur {
    background: url(../images/about.gif) no-repeat;
    background-position: 0px -6px;
    color: #fff;
}

#about #sub .middle .menu ul li a:hover {
    background: url(../images/about.gif) no-repeat;
    background-position: 0px -6px;
    color: #fff;
}

#about #sub .middle .text {
    width: 720px;
    float: right;
    padding-top: 36px;
    color: #666;
}

#about #sub .middle .text h2 {
    font-size: 28px;
    color: #77aee2;
}

#about #sub .middle .text p {
    padding-top: 22px;
    font-size: 14px;
    line-height: 28px;
    padding-right: 65px;
    font-family: "微软雅黑", Tahoma, Arial, "宋体", sans-serif;
}

/*二维码下载*/
#box-down {
    width: 123px;
    padding: 14px;
    background: #fff;
    border: 1px solid #d7d7d7;
    position: relative;
    position: fixed;
    top: 23%;
    left: 50%;
    margin-left: -650px;
}

#box-down span {
    width: 123px;
    height: 123px;
    display: block;
    background: url(../images/qrcode.png) no-repeat;
}

#box-down p {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #ebebeb;
    color: #ff6600;
    text-align: center;
}

#box-down a.tocomputer {
    margin: 10px 0px;
    width: 83px;
    height: 33px;
    display: block;
    background: url(../images/qrcode.png) no-repeat 0px -148px;
    color: #fff;
    line-height: 33px;
    padding-left: 42px;
}

#box-down a.tocomputer:hover {
    background-position: -125px -148px;
}

#box-down a.tophone {
    width: 83px;
    height: 33px;
    display: block;
    background: url(../images/qrcode.png) no-repeat 0px -181px;
    color: #fff;
    line-height: 33px;
    padding-left: 42px;
    margin-bottom: 18px;
}

#box-down a.tophone:hover {
    background-position: -125px -181px;
}

#box-down a.close {
    height: 20px;
    background: #eee;
    color: #666;
    text-align: center;
    display: block;
    width: 151px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 20px;
}

#box-down a.close:hover {
    background: #ddd;
    cursor: pointer;
}

/*===========================页脚=====================================*/
/*.footer{width:100%; height: 118px; margin:0 auto; text-align: center; color:#919191; font-size:12px; background:#fff; border-top:1px solid #dfe3e7; margin-top: 20px; line-height: 20px;}
.footer p{padding: 22px 0 14px 0; color: #cbcbcb;}
.footer a{padding:0 5px; color:#555;}
.footer a:hover{color:#57a900;}
.footer a.green{color:#57a900;}*/
#rbl_300x250 {
    bottom: 10px;
    left: 50%;
    margin-left: -750px;
    overflow: hidden;
    position: fixed;
    width: 239px;
}

#rbl_300x250 a {
    width: 100%;
    border: 0px;
}

#rbl_300x250 img {
    border: 0px;
    width: 100%;
}

.infoT h3 a {
    display: inherit;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.infoT h3 a:hover {
    color: #4384d4;
}

.con_details {
    position: absolute;
    right: 20px;
    bottom: 4px;
    color: #4384d4;
}

.cbtnMore_two {
    width: 57px;
    height: 24px;
    background: #eee;
    background-position: -5px -229px;
    /* margin-top: 0; */
    position: absolute;
    top: 42px;
    right: 20px;
    display: block;
    border: 1px solid #aaa;
    text-align: center;
    line-height: 24px;
}