﻿body {
    color: #555;
    font-family: "\5FAE\8F6F\96C5\9ED1", "\82F9\679C\4E3D\4E2D\9ED1", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #f7f8fa !important;
    background-position: center 98px;
    background-repeat: repeat;
}

.wrap {
    width: 1300px;
    margin: 0 auto;
}

#contentleft {
    float: left;
    width: 950px;
}

ul {
    list-style: none;
}

* {
    padding: 0;
    margin: 0;
} 
p {
    margin: 0 0 0 !important; 
}
.newslist li.libox {
    position: relative;
    margin: 0 0 15px;
    border: 1px #e5e5e5 solid;
    background: #FFF;
    padding: 10px 10px;
    clear: both;
    overflow: hidden;
    transition: all .4s linear;
}

.newslist li.libox .boxinfo {
    float: left;
    width: 140px;
    line-height: 30px;
    margin-right: 20px;
    color: #999;
    font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei";
    border-right: 1px #e5e5e5 dotted;
    overflow: hidden;
    height: 30px;
}
.boxdetailinfo {
    margin-top: -13px;
}
.newslist li.libox .boxinfo .sl a {
    display: block;
    margin: 0 0 15px;
    font-size: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    background: #f6f6f6;
}

.tag-c {
    color: #4FC2B8; /*#3093b4;*/
}

.newslist li.libox .boxdetailinfo .h2 {
    font-weight: normal;
    padding: 0 0 5px;
    display: block;
}

.newslist li.libox .boxdetailinfo .h2 {
    font-size: 18px;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
    font-weight: bold;
}

.newslist li.libox:hover {
    border: 1px #3093b4 solid;
}

a {
    color: #333;
    text-decoration: none !important;
    transition: all .3s linear;
    -webkit-transition: all .3s linear; 
}

.newslist li.libox .boxdetailinfo .pic {
    display: block;
    float: left;
    width: 17%;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
}

.newslist li.libox .boxdetailinfo img {
    width: 100%;
    max-height: 100px;
}

img {
    border: 0;
    transition: all .3s linear;
}

.cmslist li.first img:hover, .newslist li.libox .boxdetailinfo img:hover, .hotarticle img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.newslist li.libox .boxdetailinfo .text {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    color: #666;
}
.newslist li.libox .boxdetailinfo i.read {
    margin-right: 6px;
    font-size: 1.2em
}
.newslist li.libox .boxdetailinfo .tags {
    clear: both;
    padding: 10px 0 0;
    color: #999;
}

.newslist li.libox .more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #d2d2d2;
}

.readdetail-right:before {
    content: ">";
}

.newslist li.libox .more i {
    color: #fff;
    margin-left: 8px;
}

i.read {
    color: #aaa;
}

.read {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.newslist li.libox .boxdetailinfo .h2:hover {
    padding-left: 10px;
    color: #4FC2B8;
}

a:hover {
    color: #3093b4;
}

.newslist li.libox .more:hover {
    width: 150px;
}

.newslist li.libox:hover .more {
    background: #4FC2B8;/*#3299BB;*/
}
.newstagtype {
    width: 76px;
  /*  height: 33px;*/
    background: #dd1414;
    background-size: 100% 100%;
    position: absolute;
    /* top: 29px;
    left: -1px;*/
    font-size: 14px;
    color: #FFFFFF;
    line-height: 29px;
    padding-left: 9px;
}

/*hot article**/
.contentright {
    width: 340px;
    float: right;
}
.w-article {
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
}
.w-article h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.125em;
    margin-bottom: 15px;
}
.w-article .pic {
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.w-article li {
    border-top: 1px solid #eee;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    padding: 10px 0 10px 15px;
}
li {
    list-style: none;
}
.w-article .pic .hotarticle {
    float: left;
    width: 100px;
}

.hotarticle {
    position: relative;
    overflow: hidden;
}
.w-article .pic a {
    display: block;
    font-size: 14px;
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
    color: #333;
}
.w-article .pic a:hover{
    color:#4FC2B8;
}
.w-article li a {
    display: block;
    word-break: break-all;
    color: #333;
}
.w-article li a:hover {
    color: #4FC2B8;
}
.hotarticle a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

a {
    text-decoration: none;
    outline: 0;
    color: #333;
}
.hotarticle img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a img {
    border: 0;
}
.w-article .pic p {
    margin-left: 110px !important;
    overflow: hidden;
}
h3 {
    margin-top:0 !important;
}
/*news article**/
.w-article li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #aaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 18px;
}
.w-article .text time {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}  

.far {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right:5px;
}
.fa-calendar-alt:before {
    content: "\f073";
}
.pic img {
    height: auto !important;
}
/*Tags**/
.divTags {
    margin-bottom: 25px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
}
.divTags h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.125em;
    margin-bottom: 15px;
}
.divTags ul {
    overflow: hidden;
    width: 102%;
}
.divTags li {
    float: left;
    padding: 5px 2% 5px 0;
    border: 0;
}
.divTags li:first-child a {
    background-color: #E1474D;
} 
.divTags li:nth-child(8n-6) a {
    background-color: #EB6841;
}
.divTags li:nth-child(8n-5) a {
    background-color: #3FB8AF;
}
.divTags li a {
    display: block;
    background-color: #f9f9f9;
    border-radius: 3px;
    padding: 8px 10px;
    color: #fff;
    font-size: 12px;
} 
.divTags li a:hover {
    opacity: .7;
}
.divFriLink li {
    float: left;
    width: 45%;
} 
/***/
.topimgmain {
    padding-top: 15px;
    padding-bottom: 15px;
}

.topimgmain {
    margin-top: 20px;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 20px;
}
.topimgmain ul {
    overflow: hidden;
    width: 102%;
}
.topimgmain li {
    float: left;
    width: 25%;
    padding: 5px 2% 5px 0;
}
.topimgmain li .topnews {
    margin-bottom: 10px;
}
.topnews {
    position: relative;
    overflow: hidden;
}
.topnews a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}
.topimgmain li .topnews img:hover {
    transform: scale(1.1, 1.1);
}
.topimgmain li .topnews img {
    transition: transform .3s;
}

.topimgmain li h3 {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    margin-bottom: 0 !important;
}
.topimgmain li h3 a{
    color:#333;
}
.topimgmain li h3 a:hover {
    color: #4FC2B8;
}
.topnews img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.taglab {
    float:left;
    width: 6px;
    height: 19px;
    background: #4FC2B8;
    margin-right: 10px;
}
/**news details**/
.conbox {
    width: 1300px;
    margin: 0 auto;
}
.navigate {
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: inline-block;
}
.navigate a {
    color: #666;
    margin-right: 8px;
}
.navigate a::after {
    content: '>';
    color: #ccc;
    margin-left: 8px;
    display: inline-block;
}
.navigate span {
    color: #666;
}
.newxq {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.biaot {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.biaot h1 {
    font-size: 24px;
    line-height: 32px;
}
.biaot div {
    margin-top: 15px;
}
.biaot div span {
    display: inline-block;
    margin-right: 30px;
    color: #888;
}
.zhaiy {
    width: 100%;
    background-color: #f8fff2;
    margin-top: 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 13px;
    color: #6b6b6b;
    line-height: 22px;
}
strong {
    font-weight: 700;
    color: #333;
}
.neir {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.neir div, .neir p {
    margin-top: 10px;
}
.zhuanz {
    width: 100%;
    background-color: #f5f5f7;
    font-size: 16px;
    color: #666;
    padding: 10px 15px;
    margin-top: 30px;
    font-size: 14px;
    box-sizing: border-box;
    line-height: 22px;
}
.pie {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    line-height: 30px;
}
.pie div {
    margin-bottom: 10px;
    /*width: 100%;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pie div span {
    color: #666;
    margin-right: 8px;
}
.pie div a {
    color: #4FC2B8;
} 
.pageBox {
    margin: 20px 0;
    clear: both;
}
.page {
    padding: 10px 0 0 0;
    width: 630px;
    margin: auto;
    text-align: center;
    font-size: 14px;
}
.page ul {
    position: relative;
    top: 10px;
    display: inline-block;
    margin-bottom: 0 !important;
}
.page .p_select, .page ul li:hover {
    border: 1px solid #5d9eef;
    background: #4FC2B8;
    cursor: pointer; 
}

.page ul li {
    border: 1px solid #ccc;
    float: left;
    margin: 0 5px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    width: 35px;
}
.page .p_select a {
    color: #fff;
}

.page ul li a {
    padding: 3px 8px;
}
.page a {
    color: #888;
    padding: 3px;
    cursor: pointer;
}
.page ul li a:hover {
    color: #fff; 
}
.pagenext:hover {
    color: #4FC2B8 !important;
    text-decoration: underline;
}
.pageend:hover {
    color: #4FC2B8 !important;
    text-decoration: underline;
}
