

@charset "utf-8";
/* 全局 */
* {
    transition: background-color ease .3s;
    -moz-transition: background-color ease .3s;
    -webkit-transition: background-color ease .3s;
    -o-transition: background-color ease .3s;
}

html {
    webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-justify: inter-ideograph;
}

/* Style Reset
-----------------------------------------------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
}

html {
    overflow-x: hidden;
}

body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote {
    font-size: 12px;
    _background-image: url(about:blank);
    _background-attachment: fixed;
    font-family: "微软雅黑";
}

body {

}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
}

ul, li, dl, dt, dd, ol {
    display: block;
    list-style: none;
}

img {
    border: 0;
}

.clear {
    clear: both;
    height: 0;
}

.clear-fix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

a {
    text-decoration: none;
    outline: 0;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

/* header */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #1f2329;
    z-index: 100;
}

.header-center {
    width: 1080px;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
}

.logo {
    width: 240px;
    height: 80px;
    float: left;
}

.logo img {
    max-width: 100%;
    height: 100%;
}

.menu {
    width: auto;
    height: 40px;
    float: left;
    color: #fff;
}

.menu ul li {
    float: left;
    margin: 20px 20px 0;
}

.menu ul li a {
    color: #fff;
    display: block;
    line-height: 40px;
    font-size: 16px;
}

.menu ul li a:hover {
    color: #15BB77;
}

.menu ul li.active a {
    color: #15BB77;
}

.search {
    float: right;
    height: 40px;
    margin-top: 25px;
    margin-right: 30px;
}

.search input {
    width: 200px;
    height: 30px;
    padding: 0 10px;
    border: none;
    border-radius: 15px 0 0 15px;
    float: left;
}

.searchButton {
    width: 40px;
    height: 30px;
    float: left;
    background: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 0 15px 15px 0;
    cursor: pointer;
    border: none;
}

.searchButton i {
    font-size: 20px;
}

.signIn {
    float: right;
    width: auto;
    height: 30px;
    line-height: 30px;
    background: #15BB77;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
}

.signIn:hover {
    background: rgba(21, 187, 119, 0.7);
    color: #fff;
}

.main {
    width: 1000px;
    margin: 130px auto 30px;
    overflow: hidden;
    background: #fff;
    min-height: 705px;
}

.diamond {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    float: left;
}

.diamond h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
    position: relative;
}

.diamond h2 .more {
    position: absolute;
    right: 0;
    font-size: 14px;
    font-weight: normal;
}

.diamond ul li {
    width: 230px;
    height: auto;
    border: 1px #ededed solid;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 20px;
    cursor: pointer;

}

.diamond ul li:nth-child(4n) {
    float: right;
    margin-right: 0;
}

.list-img {
    width: 100%;
    height: 135px;
    position: relative;
}

.list-img img {
    width: 100%;
    height: 100%;
}

.list-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.list-img-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    text-align: center;
    line-height: 130px;
}

.list-img-hover i {
    color: #fff;
    font-size: 40px;
}

.diamond ul li:hover .list-img-hover {
    display: block;
}

/* footer*/
.footer {
    width: 100%;
    background: #1f2329;
    border: 1px solid #1f2329;
    overflow: hidden;
}

.copyright {
    width: 940px;
    padding: 0 10px;
    height: auto !important;
    margin: 0 auto;
}

.copyrightnr {
    float: left;
    text-align: center;
    width: 962px;
    padding: 20px 0;
    line-height: 30px;
    color: #fff;
}

.copyrightnr a {
    color: #fff
}

.copyrightnr a:hover {
    color: #fff
}

.share {
    width: 140px;
    margin: auto;
}

.qq {
    width: 270px;
    height: 144px;
    float: left;
    padding-left: 5px
}

.qq li {
    width: 85px;
    float: left;
    height: 90px;
    margin-top: 40px;
    color: #710925;
    font-size: 14px;
    padding-left: 5px;
    position: relative
}

.weixin {
    width: 74px;
    height: 74px;
    position: absolute;
    left: -10px;
    top: -80px;
    display: none;
    border: 1px solid #fff;
}

.qq li a {
    color: #710925;
    font-size: 14px;
}

.qq li span {
    width: 85px;
    height: 30px;
    line-height: 30px;
    display: block;
}

.top {
    width: 46px;
    height: 46px;
    float: right;
    margin-top: -10px;
}


.twoMenu {
    width: 250px;
    height: calc(100% - 290px);
    position: fixed;
    top: 130px;
    left: 0;
    background: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15)
}

.twoMenu h2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 15px;
}

.twoMenu ul {
    width: 100%;
    height: calc(100% - 60px);
    overflow: auto;
}

.twoMenu ul li {
    width: 100%;
    margin-bottom: 10px;
}

.twoMenu ul li h3 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}

.twoMenu ul li h3 em {
    width: 30px;
    height: 30px;
    background: #E6E6E6;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    display: block;
    font-style: normal;
    float: left;
}

.twoMenu ul li h3 span {
    float: left;
    margin-left: 10px;
}

.twoMenu ul li dl {
    width: 100%;
    padding-left: 40px;
    box-sizing: border-box;
}

.twoMenu ul li dl dd {
    width: 100%;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.twoMenu ul li dl dd.active a{
   color: #01AAED;
}
.twoMenu ul li dl dd em {
    font-style: normal;
    margin-right: 10px;
}

.twoMenu ul li dl dd a:hover {
    color: #01AAED;
}

.layui-tab-card {
    border-width: 0 !important;
}

.layui-tab-title {
    text-align: center;
    background: #fff !important;
}

.layui-tab-title li {
    border: 1px solid #E6E6E6;
    border-bottom: none;
    margin: 0 2px !important;
    border-radius: 10px 10px 0 0;
    background: #E6E6E6;
}

.layui-this:after {
    border: none !important;
}

.news {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.news-menu {
    width: 200px;
    height: auto;
    float: left;
}

.news-menu h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #E6E6E6;
    font-size: 18px;
    margin-bottom: 15px;
}

.news-menu ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;

    margin-bottom: 1px;
    text-align: center;
    color: #fff;
}

.news-menu ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(21, 187, 119, 1);
    font-size: 16px;
    color: #fff;
}

.news-menu ul li a:hover {
    background: rgba(21, 187, 119, 0.7);
}

.news-list {
    float: right;
    width: calc(100% - 230px);
}

.news-list ul li {
    padding: 10px;
    border-bottom: 1px #ccc dashed;
}
.news-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.news-text{
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.regist{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}
.regist h2{
    text-align: center;
   height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
}


.login {
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    background: #15BB77;
    border-radius: 5px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 20px;
}

.login:hover {
    background: rgba(21, 187, 119, 0.7);
    color: #fff;
}
.info{
    float: right;
    margin-top: 20px;
}
.info h3{
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    color: #fff;
}
.info a{
    color:#fff;
    float: left;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
}


.topic{
    width: 100%;
}
.topic ul{}
.topic ul li{
    padding: 0 20px;
    margin-bottom: 20px;
}
.topic ul li .topic-title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}
.topic ul li .topic-title em{
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}
.topic ul li dl{
    width: 100%;
    padding-left: 25px;
    box-sizing: border-box;
}
.topic ul li dl dd{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;

}
.topic ul li dl.cursor{
    cursor: pointer;
}
.topic-error{
    width: 100%;
}

.topic ul li button{
    margin: 20px 0 0 25px;
}
.highlight{
    color: #00a0e9;
}
