* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 12px;
    font-family: 微软雅黑;
}

img {
    border: none;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.index-top-top .top-img{
    width: 100%;
    height: 100px;
}

/*首页*/
.index-top {
    width: 100%;
    height: 36px;
    background: #73acfd;
}

.int-cen {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.int-span {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.int-right {
    float: right;
    text-align: right;
}

.int-right a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
    line-height: 36px;
}

.int-right a:hover {
    text-decoration: underline;
}

.header {
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #89b9ff;
}

.header-cen {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.head-logo {
    display: block;
    width: 155px;
    height: auto;
    float: left;
    margin-top: 20px;
}

.head-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.head-ul {
    width: 650px;
    height: auto;
    float: left;
    margin-left: 70px;
    margin-top: 33px;
}

.head-ul li {
    width: auto;
    height: auto;
    text-align: center;
    float: left;
    margin-left: 5%;
}

.head-ul li:first-child {
    margin-left: 0%;
}

.head-ul li a {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-bottom: 4px solid transparent;
    transition: all 0.2s;
    display: inline-block;
}

.head-ul li.head-li a, .head-ul li:hover a {
    border-bottom: 4px solid #277efc;
    transition: all 0.2s;
    color: #277efc;
}

.head-form {
    width: 128px;
    height: 38px;
    border: 1px solid #dfdfdf;
    border-radius: 40px;
    float: left;
    margin-top: 30px;
    margin-left: 40px;
}

.head-search {
    width: 65%;
    height: 38px;
    background: none;
    display: block;
    border: none;
    float: left;
    text-indent: 1em;
}

.head-but {
    width: 35%;
    height: 38px;
    border: none;
    background: url(../images/img2.png) no-repeat center;
    background-size: 20px;
}

.head-right {
    float: right;
    font-size: 16px;
    color: #999;
    margin-top: 40px;
}

.head-right a {
    color: #333;
}

.conc-div {
    width: 1198px;
    height: 65px;
    border: 1px solid #e6e6e6;
    border-top: none;
    margin: 0 auto;
    margin-bottom: 25px;
}

.banner {
    width: 1200px;
    height: 350px;
    margin: 0 auto;
}

.ban-left {
    width: 820px;
    height: auto;
    float: left;
}

.ban-right {
    width: 366px;
    height: auto;
}

.banl-a {
    display: block;
    width: 100%;
    height: 350px;
}

.banl-a img {
    display: block;
    width: 100%;
    height: 350px;
}

.banl-a span {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(13, 13, 13, 0.6);
    font-size: 14px;
    color: #fff;
    text-indent: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ban-banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.ban-banner .swiper-pagination-bullet-active {
    background: #277efc;
}

.ban-banner .swiper-pagination {
    text-align: right;
    width: 98% !important;
    padding-right: 2%;
    bottom: 12px !important;
}

.ban-right {
    width: 366px;
    height: auto;
    float: right;
}

.ban-right a {
    display: block;
    width: 100%;
    height: 168px;
    position: relative;
}

.ban-right a img {
    display: block;
    width: 100%;
    height: 100%;
}

.ban-right a span {
    display: block;
    width: 90%;
    padding: 0 5%;
    background: rgba(13, 13, 13, 0.6);
    height: 40px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ban-right a:first-child {
    margin-bottom: 14px;
}

.ban-banner .swiper-button-prev {
    width: 15px;
    height: 24px;
    background: url(../images/left.png) no-repeat left;
    background-size: 100% 100%;
}

.ban-banner .swiper-button-next {
    width: 15px;
    height: 24px;
    background: url(../images/right.png) no-repeat left;
    background-size: 100% 100%;
}

.lead-div {
    width: 1220px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
    left: -10px;
}

.lead-left {
    width: 875px;
    height: auto;
    float: left;
}

.lead-right {
    width: 310px;
    height: auto;
    float: right;
}

.lead-nav {
    width: auto;
    margin-left: 20px;
    text-align: left;
}

.lead-nav a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-right: 25px;
    border-bottom: 4px solid transparent;
    transition: all 0.2s;
}

.lead-nav .lead-a1, .lead-nav a:hover {
    color: #277efc;
    border-bottom: 4px solid #277efc;
    transition: all 0.2s;
}

.leadl-ul {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 99;
}

.leadl-ul li {
    padding: 0 20px;
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
}

.leadl-cen {
    width: auto;
    height: auto;
    padding: 25px 0;
    border-bottom: 1px dashed #bababa;
    display: block;
    position: relative;
}

.leac-top, .leac-bot {
    display: block;
}

.leadl-left {
    width: 200px;
    height: 125px;
    float: left;
    overflow: hidden;
    /*position: relative;*/
}

.leadl-left img {
    display: block;
    width: 100%;
    height: auto;
}

.leadl-left i {
    display: inline-block;
    width: 57px;
    height: 24px;
    background: #72adfd;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    position: absolute;
    top: 15px;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    line-height: 24px;
    text-align: center;
}

.leadl-right {
    width: 615px;
    height: auto;
    float: right;
}

.leadl-right h3, .leac-a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #212121;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    transition: all 0.3s;
}

.leadl-right p {
    height: 40px;
    overflow: hidden;
    margin-top: 10px;
    line-height: 20px;
    color: #828a92;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.leac-bot {
    width: 615px;
    height: 30px;
    margin-left: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.leac-left {
    float: left;
}

.leac-left img {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #e8e8e8;
    float: left;
}

.leac-left span, .leac-span, .leac-i {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-left: 6px;
}

.leac-i {
    font-style: normal;
    float: right;
}

.leadl-ul li:hover {
    -webkit-box-shadow: #ccc 0 0 20px;
    box-shadow: #ccc 0 0 20px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #fff;

}

.leadl-right h3:hover, .leac-a:hover h3 {
    transition: all 0.3s;
    color: #277efc;
}

.leac-a {
    display: block;
    width: auto;
    margin-left: 20px;
    padding-top: 20px;
    margin-right: 20px;
}

.leac-a img {
    display: block;
    width: 100%;
    /*height: auto;*/
    margin-top: 15px;
}

.lead-more {
    display: block;
    width: 835px;
    margin-left: 20px;
    height: 46px;
    background: #f5f5f5;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 46px;
    margin-top: 70px;
    transition: all 0.3s;
}

.lead-more img {
    vertical-align: middle;
}

.leadl-ul2 li:last-child .leadl-cen {
    border-bottom: none;
}

.load-more:hover {
    color: #277efc;
    transition: all 0.3s;
}

.agen-div {
    background: #f7f7f7;
    margin-bottom: 20px;
    position: relative;
}

.agen-top {
    height: 50px;
    border-bottom: 1px solid #dedede;
}

.agen-b {
    float: left;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    color: #277efc;
    border-left: 5px solid #277efc;
    padding-left: 10px;
    margin-top: 13px;
}

.agen-add {
    display: inline-block;
    width: 70px;
    height: 24px;
    background: url(../images/img3.png) no-repeat left #277efc;
    background-position-x: 10px;
    background-size: 18px;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    border-radius: 24px;
    text-indent: 2.8em;
    margin-left: 10px;
    margin-top: 14px;
}

.agen-bot {
    height: 510px;
}

.ageb-div2 {
    width: auto;
    height: auto;
    padding: 18px 0;
    margin: 0 18px;
}

.aged-top {
    width: 100%;
    height: 60px;
}

.aged-top > img {
    display: block;
    width: 60px;
    height: 58px;
    border: 1px solid #ececec;
    float: left;
}

.aged-right {
    width: 195px;
    float: right;
    height: auto;
}

.aged-right b {
    display: block;
    font-size: 14px;
    color: #111;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
}

.aged-right a {
    display: block;
    font-size: 12px;
    color: #666;
    width: 80px;
    height: 24px;
    background: #f7f7f7;
    border: 1px solid #cecece;
    border-radius: 3px;
    float: left;
    margin-right: 7px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
}

.aged-right a:hover {
    background: #277efc;
    color: #fff;
    border: 1px solid #277efc;
    transition: all .3s;
}

.aged-text {
    display: block;
    width: 100%;
    height: 15px;
    font-size: 14px;
    color: #333;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.ageb-div .ageb-div2:last-child {
    border-bottom: none;
}

.agen-div .swiper-pagination, .zhan-div2 .swiper-pagination {
    position: absolute;
    top: 15px;
    right: 10px;
}

.agen-div .swiper-pagination span {
    margin: 0 3px;
    background: #999;
    opacity: 1;
}

.agen-div .swiper-pagination .swiper-pagination-bullet-active {
    background: #277efc;
}

.agen-more {
    font-size: 14px;
    color: #333;
    float: right;
    margin-right: 15px;
    margin-top: 15px;
}

.agen-ul {
    width: auto;
    height: auto;
    margin: 0 20px;

}

.agen-ul li {
    padding: 16px 0;
    border-bottom: 1px dashed #cdcdcd;
}

.agen-ul li a {
    display: block;
}

.agen-ul li a span {
    font-size: 12px;
    color: #999;
    line-height: 15px;
    margin-bottom: 5px;
    display: block;
}

.agen-ul li a b {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all 0.3s;
}

.agen-ul li a:hover b {
    color: #277efc;
    transition: all 0.3s;
}

.agen-ul li:last-child {
    border-bottom: none;
}

.agen-more {
    transition: all 0.3s;
}

.agen-more:hover {
    color: #277efc;
    transition: all 0.3s;
}

.rec-div {
    width: auto;
    height: auto;
    padding: 18px 0;
    border-bottom: 1px dashed #cdcdcd;
    margin: 0 20px;
}

.rec-left {
    display: block;
    width: 80px;
    height: auto;
    border-radius: 100%;
    float: left;
}

.rec-right {
    width: 170px;
    height: auto;
    float: right;
}

.rec-right .rec-name {
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: bold;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.rec-right span {
    display: block;
    width: 61px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    float: left;
    margin-right: 7px;
    border: 1px solid #cecece;
    border-radius: 3px;
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
    background: #fff;
}

.rec-right .rec-guan {
    background: url(../images/img4.png) #277efc no-repeat left;
    background-size: 11px;
    background-position-x: 10px;
    text-indent: 1em;
    color: #fff !important;
    border: 1px solid #277efc;
}

.rec-text {
    display: block;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;

}

.ageb-div .rec-div:last-child {
    border-bottom: none;
}

.quo-div {
    width: auto;
    height: 634px;
    border: 1px solid #f7f7f7;
    background: #fff;
    border-top: none;
}

.quo-ul {
    width: auto;
    height: auto;
    margin: 0 20px;
}

.quo-ul li {
    padding: 18px 0;
    height: auto;
    border-bottom: 1px dashed #cdcdcd;
}

.quo-ul li a {
    display: block;
}

.qud-top {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.qud-top span {
    font-size: 14px;
    color: #666;
    float: left;
}

.qud-star {
    float: right;
    text-align: right;
    display: inline-block;
}

.qud-star img {
    width: 12px;
    height: auto;
    display: inline-block;
}

.qud-cen {
    width: 100%;
    height: auto;
}

.qud-cen img {
    display: block;
    width: 36px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.qud-cen span {
    float: left;
    font-size: 14px;
    display: block;
    line-height: 26px;
    float: left;
    height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    width: 50px;
    margin-top: 3px;
}

.qud-cen p {
    display: block;
    width: 165px;
    float: right;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.qud-bot {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.qud-bot span {
    font-size: 12px;
    color: #666;
}

.qud-span1 {
    float: left;
    width: 95px;
    height: auto;
}

.qud-span2 {
    width: 165px;
    float: right;
    height: auto;
}

.quo-ul li:last-child {
    border-bottom: none;
}

.exh-img {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.exh-img img {
    display: block;
    width: 100%;
    height: auto;
}

.exh-div {
    padding: 20px;
    padding-top: 0px;
}

.exh-banner {
    padding-bottom: 30px !important;
}

.exh-div .swiper-pagination {
    top: inherit !important;
    bottom: 0px !important;
}

.fiend-div {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 20px;
}

.fiend-div span, .fiend-div a {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    display: inline-block;
}

.fiend-div a {
    margin-right: 20px;
    transition: all 0.3s;
}

.fiend-div a:hover {
    color: #277efc;
    transition: all 0.3s;
}

.footer {
    width: 100%;
    height: auto;
    background: #ebebeb;
    border-top: 3px solid #89b9ff;
    padding: 40px 0;
}

.footer-cen {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.footer-top {
    width: 100%;
    height: auto;
    text-align: left;
}

.footer-top a {
    display: inline-block;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin-right: 25px;
    transition: all 0.3s;
}

.footer-top a:hover {
    color: #277efc;
    transition: all 0.3s;
}

.footer-text {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 15px;
}

.footer-bot {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.fob-left {
    width: auto;
    height: auto;
    float: left;
}

.fob-left p {
    color: #333;
    font-size: 14px;
    line-height: 24px;

}

.fob-right {
    float: right;
}

.fob-right a {
    display: block;
    width: 120px;
    height: auto;
    float: right;
    margin-left: 20px;
}

.fob-right a img {
    display: block;
    width: 100%;
    height: auto;
}

.fob-right a b {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 26px;
    text-align: center;
}

.pop-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);

}

.pop-login {
    width: 480px;
    height: 550px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -265px;
    z-index: 999;
}

.pol-div {
    width: 360px;
    height: auto;
    margin: 0 auto;
}

.pol-div .pol-h3 {
    width: 100%;
    height: auto;
}

.pol-div .pol-h3 b {
    font-size: 20px;
    color: #333;
    float: left;
    line-height: 30px;
    float: left;
    margin-right: 20px;
}

.pol-div .pol-h3 a {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    float: left;
    font-weight: normal;
    transition: all 0.3s;
}

.pol-div .pol-h3 a:hover {
    color: #277efc;
    transition: all 0.3s;
}

.pop-close {
    display: block;
    width: 15px;
    height: auto;
    float: right;
    margin-top: 17px;
    margin-right: 17px;
    margin-bottom: 30px;
    cursor: pointer;
}

.pol-form {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.pol-form label {
    display: block;
    border: 1px solid #dbdbdb;
    height: 46px;
    border-radius: 2px;
    margin-bottom: 14px;
}

.pol-form label input {
    display: block;
    width: 100%;
    height: 46px;
    border: none;
    background: none;
    font-size: 14px;
    color: #666;
    text-indent: 1em;
}

.pol-span {
    font-size: 16px;
    color: #277efc;
    float: left;
    display: inline-block;
    line-height: 20px;
    cursor: pointer;
}

.pol-i {
    font-size: 16px;
    color: #333;
    float: right;
    font-style: normal;
    line-height: 20px;
}

.pol-but {
    display: block;
    width: 100%;
    height: 48px;
    background: #4d95fd;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border: none;
    border-radius: 2px;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 36px;
    margin-bottom: 40px;
}

.pol-but:hover {
    background: #277efc;
    transition: all 0.3s;
}

.pol-bot {
    width: 100%;
    height: 20px;
}

.pol-bot i {
    width: 115px;
    height: 1px;
    background: #e6e6e6;
    display: block;
    float: left;
    margin-top: 10px;
}

.pol-bot i:last-child {
    float: right;
}

.pol-bot span {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-align: center;
    float: left;
    display: block;
    width: 130px;
}

.pol-img {
    width: 100%;
    height: 52px;
    text-align: center;
    margin-top: 20px;
}

.pol-img a {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin: 0 8px;
}

.pol-img a img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.pol-form2 label {
    border: none;
}

.pol-form2 .pol-inp1 {
    border: 1px solid #dbdbdb;
}

.pol-form2 .pol-inp1 span {
    display: block;
    width: 59px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #666;
    float: left;
    border-right: 1px solid #dbdbdb;
}

.pol-form2 .pol-inp1 input {
    display: block;
    width: 298px;
    text-indent: 1em;
    height: 48px;
    border: none;
    float: left;
}

.pol-form2 .pol-inp2 .pol-num {
    width: 233px;
    height: 46px;
    border: 1px solid #dbdbdb;
    float: left;
    border-right: 1px solid transparent;
}

.pol-form2 .pol-inp2 .pol-btn {
    width: 125px;
    height: 48px;
    background: #72c3f7;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    float: left;
    cursor: pointer;
    transition: all 0.3s;
    text-indent: 0em;
}

.pol-tu {
    display: block;
    width: 125px;
    height: 48px;
    float: left;
}

.pop-zhuce {
    height: 628px;
    margin-top: -314px;
}

/*要闻*/
.mec-ul {
    width: auto;
    height: auto;
    margin: 0 15px;
    padding-bottom: 15px;
}

.mec-ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.mec-ul li:last-child {
    margin-bottom: 0px;
}

.mec-li1 a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.mec-li1 a img {
    display: block;
    width: 100%;
    height: 170px;
}

.mec-p {
    display: block;
    width: 100%;
    height: 40px;
    background: rgba(16, 16, 16, 0.6);
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.mec-p span {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
}

.mec-i {
    display: block;
    width: 38px;
    height: 40px;
    background: url(../images/img11.png) no-repeat center;
    background-size: 100% 100%;
    font-style: normal;
    font-size: 16px;
    color: #fff;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.mec-i2 {
    background: url(../images/img12.png) no-repeat center;
    background-size: 100% 100%;
}

.mec-ul .mec-li2 {
    height: 60px;
}

.mec-left {
    width: 100px;
    height: 60px;
    float: left;
    position: relative;
}

.mec-left i {
    font-style: normal;
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background: #908f8d;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.mec-left img {
    display: block;
    width: 100px;
    height: 60px;
}

.mec-right {
    width: 165px;
    height: 60px;
    float: right;
}

.mec-right h3 {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    height: 32px;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
    font-weight: normal;
    transition: all 0.3s;
}

.mec-right h3:hover, .mec-p span:hover {
    color: #277efc;
    transition: all 0.3s;
}

.mec-right span {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 17px;
}

.mec-ul li:nth-child(3) .mec-left i {
    background: #8bc34a;
}

.forex-top {
    width: auto;
    height: 54px;
    background: #f3f3f3;
    border-bottom: 1px solid #e2e2e2;
}

.forex-top a {
    display: block;
    width: 154px;
    height: 48px;
    line-height: 48px;
    border-top: 6px solid transparent;
    float: left;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.forex-top a:first-child {
    width: 153px !important;
    border-right: 1px solid #e2e2e2;
}

.forex-div {
    border: 1px solid #e2e2e2;
}

.forex-li1 {
    width: 100%;
    height: 48px;
    background: #f3f3f3;
    line-height: 48px;
    margin-top: 5px;
}

.forex-li1 b {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 48px;
    display: block;
    width: 33.3%;
    float: left;
    font-weight: normal;
}

.forex-li2 {
    margin: 0 20px;
    border-bottom: 1px dashed #e9e9e9;
    line-height: 48px;
    height: 48px;
}

.forex-li2 span {
    display: block;
    width: 33.3%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #333;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.forex-li2 span:first-child {
    color: #0248ad;
}

.forex-ul li:last-child {
    border-bottom: none;
}

.forex-top .forex-a {
    border-top: 6px solid #277efc;
    color: #277efc;
    background: #fff;
}

/*金银页面*/
.nob-ul {
    width: 100%;
    height: auto;

}

.nob-ul li {
    height: 45px;
    line-height: 45px;
    padding: 0 2.5%;
}

.nob-ul li:nth-child(odd) {
    background: #fff;
}

.nob-ul li:nth-child(even) {
    background: #f3f3f3;
}

.nob-ul .nob-li1 span, .nob-ul .nob-li2 span {
    width: 30%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.nob-ul .nob-li1 span:first-child, .nob-ul .nob-li2 span:first-child {
    width: 40%;
}

.hou-li1 span, .hou-li2 span {
    width: 22%;
    text-align: center;
    font-size: 14px;
    color: #333;
    display: block;
    float: left;
}

.hou-li1 span:first-child, .hou-li2 span:first-child {
    width: 34%;
    text-align: left;
    text-indent: 1em;
}

.ext-left {
    width: 40px;
    height: 38px;
    float: left;
    margin-right: 13px;
}

.ext-top {
    height: 16px;
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    background: #c4192d;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.ext-bot {
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #999;
    color: #333;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ext-cen {
    width: 48px;
    height: auto;
    float: left;
}

.ext-cen b {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-align: center;
}

.ext-cen span {
    font-size: 14px;
    color: #909399;
}

.exp-ul2 {
    width: 100%;
    height: auto;
    margin-top: 15px;
    padding-bottom: 20px;
}

.exp-ul2 li {
    padding: 20px 15px;
    border-bottom: 1px solid #e8e8e8;
}

.exp-ul2 li span {
    display: block;
    width: 55px;
    font-size: 14px;
    color: #333;
    float: left;
    line-height: 24px;
}

.exp-ul2 li h3 {
    width: 1047px;
    float: right;
    height: auto;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    transition: all 0.3s;
}

.exp-ul2 li a {
    display: block;
}

.exp-ul2 li a:hover h3 {
    color: #277efc;
    transition: all 0.3s;
}

.inc-div {
    width: 100%;
    height: auto;
    background: #fff;
}

.inc-top {
    width: auto;
    height: auto;
    margin: 15px 10px;
}

.inc-left {
    float: left;
}

.inc-left a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    border-bottom: 2px solid transparent;
    margin-right: 15px;
}

.inc-left a.inc-ac {
    border-bottom: 2px solid #277efc;
    color: #277efc;
    font-weight: bold;
}

.inr-right {
    width: 153px;
    height: 28px;
    float: right;
}

.inr-right a {
    display: block;
    width: 49px;
    height: auto;
    line-height: 26px;
    text-align: center;
    float: left;
    border: 1px solid #e9e9e9;
    border-left: 1px solid transparent;
    font-size: 12px;
    color: #666;
    transition: all 0.3s;
}

.inr-right a:first-child {
    border-left: 1px solid #e9e9e9;
}

.inr-right a:hover, .inr-right .inr-ac {
    background: #d9e6fa;
    border: 1px solid #d9e6fa;
    transition: all 0.3s;
}

.inc-div2 {
    width: auto;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.inc-ul {
    width: auto;
    height: auto;
    padding: 0 2.5%;
    padding-bottom: 10px;
}

.inc-ul li {
    height: 45px;
    line-height: 45px;
}

.inc-ul li span {
    font-size: 14px;
    color: #666;
    display: block;
    width: 25%;
    float: left;
    text-align: center;
}

.inc-ul li span:first-child {
    width: 20%;
}

.inc-ul li span:nth-child(2) {
    width: 30%;
}

.inc-li2 span:nth-child(2) {
    text-align: left;
}

.inc-li2 span:nth-child(4) {
    color: #259b24;
}

/*名家*/
.lat-div {
    width: auto;
    height: auto;
    padding: 0 22px;
    padding-bottom: 20px;
}

.lat-div a {
    width: 72px;
    display: block;
    height: auto;
    float: left;
    margin-right: 25px;
    margin-top: 15px;
}

.lat-div a:nth-child(3n) {
    margin-right: 0%;
}

.lat-div a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 100%;
    margin-bottom: 5px;
    border-radius: 100%;
}

.lat-div a b {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.one-ul {
    width: auto;
    height: 490px;
    padding: 0 20px;

}

.one-ul li {
    width: 100%;
    height: auto;
}

.one-ul li a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #cdcdcd;
}

.one-ul li:last-child a {
    border-bottom: none;
}

.one-ul li a i {
    display: block;
    width: 17px;
    height: 17px;
    background: #aaa;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-style: normal;
    float: left;
    margin-right: 5px;
}

.one-ul li a span {
    font-size: 12px;
    color: #333;
    line-height: 17px;
    transition: all 0.3s;
}

.one-ul li a {
    height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.one-ul li a span:hover {
    color: #277efc;
    transition: all 0.3s;
}

.one-ul li:first-child a i {
    background: #ed5646;
}

.one-ul li:nth-child(2) a i {
    background: #fab759;
}

.one-ul li:nth-child(3) a i {
    background: #8bc34a;
}

/*活动*/
.bannerImg, .bannerImg img {
    display: block;
    width: 100%;
}

.soon-div {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.soon-h3 {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    margin-top: 30px;
}

.soon-ul {
    width: 100%;
    height: auto;
    margin-top: 35px;
}

.soon-ul li {
    width: 285px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.soon-ul li:nth-child(4n) {
    margin-right: 0px;
}

.soon-cen {
    width: 100%;
    height: 160px;
    position: relative;
}

.soon-cen > img {
    display: block;
    width: 100%;
    height: auto;
}

.soon-con {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    opacity: 0;
    transition: all 0.3s;
}

.soon-ul li:hover .soon-con {
    opacity: 1;
    transition: all 0.3s;
}

.soon-ul li:hover {
    box-shadow: 0px 0px 10px #dbdbdb;
    transition: all 0.3s;
}

.soon-con a {
    display: inline-block;
    width: 87px;
    height: 30px;
    background: #277efc;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    margin: 0 5px;
    margin-top: 70px;
}

.soon-bot {
    display: block;
    height: 65px;
    padding: 0 10px;
    padding-top: 15px;
    border: 1px solid #e9e9e9;
    border-top: none;
}

.soon-bot h3 {
    width: 190px;
    height: 22px;
    float: left;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.soon-bot i {
    font-style: normal;
    float: right;
    display: inline-block;
    width: 55px;
    height: 22px;
    background: #277efc;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
}

.soon-span1, .soon-span2 {
    font-size: 12px;
    color: #666;
    float: left;
    display: inline-block;
    margin-top: 10px;
}

.soon-span2 {
    float: right;
}

.lead-h3 {
    height: 38px;
    border-bottom: 1px solid #d3d3d3;
    margin-left: 20px;
}

.lead-h3 b {
    display: inline-block;
    padding-bottom: 14px;
    border-bottom: 4px solid #277efc;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.zhan-ul {
    width: auto;
    height: 430px;
    padding: 0 20px;
}

.zhan-ul li {
    width: 47.5%;
    height: auto;
    float: left;
    margin-right: 5%;
    margin-bottom: 10px;
}

.zhan-ul li:nth-child(2n) {
    margin-right: 0%;
}

.zhan-ul li a {
    display: block;
    border: 1px solid #ececec;
}

.zhan-ul li a img {
    display: block;
    width: 100%;
    height: auto;
}

.exh-banner1 {
    margin: 0 20px !important;
    height: 495px !important;
}

/*活动介绍*/
.act-div {
    width: 100%;
    height: auto;
    background: #f2f2f2;
    padding: 30px 0;
    padding-bottom: 60px;
}

.act-cen {
    width: 95%;
    max-width: 1200px;
    height: 320px;
    margin: 0 auto;
}

.act-left {
    width: 47.5%;
    height: 320px;
    float: left;
    position: relative;
}

.act-left img.act-img {
    display: block;
    width: 100%;
    height: 100%;
}

.act-img2 {
    display: block;
    width: 88px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.act-right {
    width: 49%;
    height: auto;
    float: right;
}

.act-right h3 {
    font-size: 20px;
    line-height: 35px;
    color: #333;
}

.act-right p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 15px;
}

.act-right {
    position: relative;
    height: 320px;
}

.act-btn {
    display: block;
    width: 168px;
    height: 44px;
    border: 1px solid #277efc;
    border-radius: 3px;
    background: #277efc;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    transition: all 0.3s;
    position: absolute;
    bottom: 25px;
    left: 0;
}

.act-btn:hover {
    background: #fff;
    color: #277efc;
}

.acb-top {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #d7d7d7;
}

.acb-nav {
    width: 95%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}

.acb-nav a {
    display: inline-block;
    float: left;
    line-height: 66px;
    border-bottom: 4px solid transparent;
    font-size: 16px;
    color: #333;
    margin-right: 60px;
    transition: all 0.3s;
}

.acb-nav a:hover, .acb-nav .acb-ac {
    color: #277efc;
    border-bottom: 4px solid #277efc;
    transition: all 0.3s;
}

.acb-bot2 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    /*min-height: 1000px;*/
}

.acb-bot2 p {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 20px;
}

.enl-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.enl-div {
    width: 605px;
    height: 605px;
    background: #fff;
    border-radius: 3px;
    position: fixed;
    z-index: 999;
    left: 50%;
    margin-left: -302px;
    top: 15%;
}

.enl-close {
    width: 15px;
    height: 15px;
    float: right;
    display: block;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.enl-h3 {
    font-size: 20px;
    color: #333;
    line-height: 50px;
    text-align: center;
}

.enl-form {
    width: 410px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.enl-form label {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    position: relative;
}

.enl-form label p {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #e51c23;
    text-indent: 5em;
}

.enl-form label span {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

.enl-form label span i {
    font-style: normal;
    color: #e51c23;
}

.enl-form label input {
    width: 100%;
    height: 42px;
    border: 1px solid #dedede;
    text-indent: 1em;
    border-radius: 2px;
    display: block;

}

.enl-btn2 {
    display: block;
    width: 192px;
    height: 44px;
    border-radius: 2px;
    background: #4d95fd;
    text-align: center;
    font-size: 14px;
    border: 1px solid #4d95fd;
    margin: 0 auto;
    margin-top: 35px;
    transition: all 0.3s;
    color: #fff;
    cursor: pointer;
}

.enl-btn2:hover {
    transition: all 0.3s;
    background: #fff;
    color: #4d95fd;
}

.essay-top {
    width: auto;
    margin-left: 20px;
    height: auto;
}

.essay-top h2 {
    /* font-size: 26px; */
    /* color: #111; */
    /* font-weight: normal; */
}

.essay-span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    margin: 15px 0;
}

.essay-text {
    width: auto;
    height: auto;
    padding: 20px;
    background: #f3f8ff;
    margin-bottom: 20px;
}

.essay-text p {
    font-size: 14px;
    color: #101010;
    line-height: 20px;
}

.essay-top p {
    font-size: 16px;
    line-height: 1.75em;
    color: #333;
    margin: 0 0 10px !important;
}

.essay-top img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}

.essay-top b {
    display: block;
    font-size: 16px;
    color: #277efc;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: normal;
}

.ess-div {
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.ess-top {
    display: block;
    width: 78px;
    height: 23px;
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    text-align: center;
    background: url(../images/img18.png) no-repeat top;
    background-position-y: 18px;
    background-size: 30px;
    margin: 0 auto;
    padding-top: 55px;
    cursor: pointer;
}

.ess-top2 {
    background: url(../images/img19.png) no-repeat top !important;
    background-position-y: 18px !important;
    background-size: 30px !important;
}

.ess-top i {
    font-size: 14px;
    color: #bfbfbf;
    display: block;
    font-style: normal;
}

.ess-div > i {
    font-style: normal;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    color: #333;
    display: block;
    text-align: center;
    margin-top: 16px;
}

.key-div {
    height: 75px;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    margin-top: 40px;
    margin-bottom: 40px;
}

.key-left {
    width: 530px;
    height: auto;
    float: left;
    margin-left: 15px;
    margin-top: 20px;
}

.key-left span {
    float: left;
    font-size: 14px;
    color: #333;
    display: inline-block;
    width: 60px;
    line-height: 28px;
}

.key-left a {
    display: inline-block;
    width: 68px;
    height: 28px;
    border: 1px solid #cacaca;
    border-radius: 28px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 28px;
    background: #fff;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.key-right {
    float: right;
    margin-right: 15px;
    width: 290px;
}

.key-shou {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/img20.png) no-repeat center;
    background-size: 100% 100%;
    float: left;
    margin-left: 18px;
    margin-top: 27px;
}

.key-shou2 {
    background: url(../images/img21.png) no-repeat center;
    background-size: 100% 100%;
}

.key-ping {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/img22.png) no-repeat left;
    background-size: 20px;
    line-height: 25px;
    float: left;
    margin-left: 25px;
    margin-top: 25px;
}

.key-ping i {
    font-style: normal;
    font-size: 14px;
    color: #999;
}

.fenxiang {
    float: left;
    margin-top: 23px;
}

.fenxiang > span {
    float: left;
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 27px;
}

.fenxiang .bds_weixin {
    width: 27px !important;
    height: 27px !important;
    background: url(../images/img70.jpg) no-repeat center !important;
    background-size: 100% 100% !important;
    padding-left: 0px !important;
    margin: 0px 5px !important;
}

.fenxiang .bds_sqq {
    width: 27px !important;
    height: 27px !important;
    background: url(../images/img71.jpg) no-repeat center !important;
    background-size: 100% 100% !important;
    padding-left: 0px !important;
    margin: 0px 5px !important;
}

.fenxiang .bds_tsina {
    width: 27px !important;
    height: 27px !important;
    background: url(../images/img72.jpg) no-repeat center !important;
    background-size: 100% 100% !important;
    padding-left: 0px !important;
    margin: 0px 5px !important;
}

.lol-ul {
    width: auto;
    height: auto;
    margin-left: 20px;
}

.lol-ul li {
    width: 30.5%;
    height: auto;
    float: left;
    margin-right: 4.25%;
    margin-top: 20px;
}

.lol-ul li a {
    display: block;

}

.lol-ul li a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.lol-ul li a b {
    display: block;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: normal;
    transition: all 0.3s;
}

.lol-ul li:nth-child(3n) {
    margin-right: 0%;
}

.key-div {
    margin-left: 20px;
}

.lol-ul li a:hover b {
    color: #277efc;
    transition: all 0.3s;
}

.rev-div {
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-top: 40px;
}

.rev-h3 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 25px;
    margin-bottom: 5px;
}

.rev-form {
    width: auto;
    height: 224px;
    border: 1px solid #d9d9d9;
    position: relative;
}

.rev-text {
    width: 98%;
    height: 151px;
    background: #fff;
    border: none;
    padding: 10px 1%;
    font-family: 微软雅黑;
}

.rev-login {
    width: 100%;
    height: 174px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    line-height: 174px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.rev-login a {
    color: #4d95fd;
}

.rev-bot {
    width: 100%;
    height: 50px;
    background: #f7f7f7;
    text-align: right;
}

.rev-bot input {
    width: 88px;
    height: 34px;
    border: 1px solid #4d95fd;
    border-radius: 2px;
    background: #4d95fd;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.rev-bot input:hover {
    background: #fff;
    color: #4d95fd;
    transition: all 0.3s;
}

.lat-div a b {
    transition: all 0.3s;
}

.lat-div a:hover b {
    color: #4d95fd;
    transition: all 0.3s;
}

.rev-bot span {
    line-height: 50px;
    margin-right: 15px;
}

.recd-div {
    width: auto;
    height: auto;
    margin-left: 20px;
    margin-top: 40px;
}

.recd-div .rec-h3 {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    border-left: 5px solid #277efc;
    padding-left: 10px;

}

.rec-ul {
    width: auto;
    height: auto;
    margin-left: 20px;
}

.rec-ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.rec-ul li:last-child {
    border-bottom: none;
}

.red-left {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    float: left;
}

.red-left img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.red-right {
    width: 770px;
    height: auto;
    float: right;
}

.red-h3 {
    width: 100%;
    height: auto;
}

.red-h3 > a:first-child {
    display: block;
    font-size: 16px;
    line-height: 25px;
    font-weight: normal;
    color: #333;
}

.red-h3 span {
    display: block;
    font-size: 12px;
    line-height: 25px;
    color: #333;
    font-weight: normal;
}

.red-h3 .red-huifu, .dec-right .red-huifu {
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    background: url(../images/img22.png) no-repeat left;
    background-size: 15px;
    background-position-y: 2px;
    margin-top: -22px;
    font-weight: normal;
    transition: all 0.3s;
}

.red-h3 .red-huifu:hover, .dec-right .red-huifu:hover {
    background: url(../images/img23.png) no-repeat left;
    background-size: 15px;
    background-position-y: 2px;
    transition: all 0.3s;
    color: #4d95fd;
}

.red-right > p {
    display: block;
    font-size: 14px;
    line-height: 23px;
    color: #333;
    margin-top: 1px;
}

.zuo-div {
    padding: 20px;
    height: 700px;
}

.zuo-top {
    width: 100%;
    height: auto;
}

.zuo-left {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    float: left;
}

.zuo-left img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.zuo-right {
    width: 180px;
    height: auto;
    float: right;
}

.zuo-right h3 {
    width: 100%;
    height: auto;
}

.zuo-right .zuo-name {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 24px;
    float: left;
    font-weight: normal;
    width: 50px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zuo-ren {
    width: 57px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #cecece;
    color: #666;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    display: block;
    float: right;
    font-weight: normal;
    margin-left: 5px;
}

.zuo-zhu {
    width: 57px;
    height: 22px;
    border-radius: 2px;
    border: 1px solid #277efc;
    background: url(../images/img4.png) #277efc no-repeat left;
    background-size: 12px;
    background-position-x: 7px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    float: right;
    text-indent: 1em;
    font-weight: normal;
    margin-left: 5px;
}

.zuo-right {
    margin-top: 10px;
}

.zuo-right > p {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-top: 10px;
}

.zut-bot {
    width: 100%;
    height: auto;
    padding: 17px 0;
    border-bottom: 1px solid #d3d3d3;
}

.zut-bot span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    float: right;
}

.zut-bot span:first-child {
    float: left;
}

.zut-bot span a {
    color: #333;
    display: inline-block;
    padding: 0 5px;
}

.zuo-h3 {
    display: block;
    padding-left: 10px;
    border-left: 5px solid #277efd;
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    font-weight: normal;
}

.zuo-ul {
    width: 100%;
    height: auto;
}

.zuo-ul li {
    width: auto;
    height: auto;
    border-bottom: 1px dashed #cdcdcd;
}

.zuo-ul li a {
    display: block;
    padding: 14px 0;
}

.zuo-ul li a b {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 10px;
    transition: all 0.3s;
}

.zuo-ul li a:hover b {
    color: #4d95fd;
    transition: all 0.3s;
}

.zuo-ul li a span {
    font-size: 12px;
    line-height: 17px;
    color: #999;
}

.zuo-ul li:last-child {
    border-bottom: none;
}

.zuo-btn {
    display: block;
    height: 38px;
    border: 1px solid #4d95fd;
    border-radius: 2px;
    background: #4d95fd;
    font-size: 14px;
    color: #fff;
    transition: all 0.3s;
    text-align: center;
    line-height: 38px;
}

.zuo-btn:hover {
    transition: all 0.3s;
    background: #fff;
    color: #4d95fd;

}

/*会员展示*/
.xiao-div {
    width: 100%;
    height: 170px;
    background: #f4f4f4;
    margin: 0 auto;

}

.xiao-cen {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.xiao-left {
    display: block;
    width: 120px;
    height: 120px;
    float: left;
    margin-left: 30px;
    border-radius: 100%;
    margin-top: 25px;
}

.xiao-right {
    width: 720px;
    height: auto;
    margin-left: 30px;
    float: left;
    margin-top: 30px;
}

.xiao-h3 {
    width: 100%;
    height: auto;
}

.xiao-h3 b {
    float: left;
    display: inline-block;
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
}

.xiao-h3 .xiao-guan {
    width: 59px;
    height: 22px;
    border: 1px solid #cecece;
    border-radius: 2px;
    text-align: center;
    line-height: 22px;
    display: block;
    float: left;
    background: #fff;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    margin-left: 10px;
}

.xiao-right .xiao-p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    display: block;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}

.xiao-p2 {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.xiao-p2 span {
    float: left;
    font-size: 14px;
    color: #666;
    display: block;
    margin-right: 60px;
}

.xiao-p2 span a {
    display: inline-block;
    margin: 0 5px;
    color: #333;
    font-weight: bold;
}

.xiao-zhu {
    display: block;
    width: 128px;
    height: 38px;
    float: right;
    margin-right: 30px;
    border: 1px solid #277efc;
    background: url(../images/img4.png) #277efc no-repeat left;
    background-size: 15px;
    background-position-x: 30px;
    border-radius: 38px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    text-indent: 2em;
    margin-top: 65px;
}

.xiao-zhu2 {
    background: #999 !important;
    text-indent: 0em !important;
    border: 1px solid #999 !important;
}

/*会员中心-我的文章*/
.mbe-div {
    width: 100%;
    height: auto;
    min-height: 1000px;
    background: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 80px;
}

.mbe-left {
    width: 250px;
    height: auto;
    float: left;
}

.mbe-right {
    width: 940px;
    height: auto;
    float: right;
}

.mbe-cen {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.mbl-top {
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #f0f0f0;
    text-align: center;
}

.mbl-title, .mbl-title img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.mbl-title {
    margin: 0 auto;
}

.mbl-b {
    display: block;
    text-align: center;
    font-weight: normal;
    margin: 15px 0;
}

.mbl-b i {
    font-style: normal;
    font-size: 16px;
    color: #333;
    display: inline-block;
    background: url(../images/img25.png) no-repeat right;
    background-size: 20px;
    padding-right: 25px;
}

.mbl-p {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #666;
    height: 68px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: left;
}

.mlb-btn {
    display: block;
    width: auto;
    height: 38px;
    border: 1px solid #277efc;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    background: url(../images/img27.png) #277efc no-repeat left;
    background-size: 22px;
    background-position-x: 28%;
    text-indent: 1em;
    margin-top: 20px;
    transition: all 0.3s;
}

.mlb-btn:hover {
    background: url(../images/img28.png) #fff no-repeat left;
    background-size: 22px;
    background-position-x: 28%;
    transition: all 0.3s;
    color: #277efc;
}

.mbl-cen {
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin-top: 10px;
}

.mbl-cen b {
    font-size: 16px;
    color: #333;
    line-height: 20px;
    border-left: 5px solid #277efc;
    display: block;
    text-align: center;
    margin: 20px 0;
    font-weight: normal;
}

.mbl-bot {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px dashed #dbdbdb;
}

.mbl-bot a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    text-align: center;
    transition: all 0.3s;
    border-bottom: 1px dashed #dbdbdb;
}

.mbl-bot a:hover, .mbl-bot .mbl-ac {
    background: #277efc;
    color: #fff;
    transition: all 0.3s;
}

.mbl-cen .mbl-bot {
    border-bottom: none;
}

.mbr-ul {
    width: 100%;
    height: auto;
}

.mbr-ul li {
    width: 24.4%;
    float: left;
    height: 118px;
    background: #fff;
    text-align: center;
    margin-left: 0.8%;
}

.mbr-ul li:first-child {
    margin-left: 0%;
}

.mbr-ul li a {
    height: 100%;
    border: 1px solid #f0f0f0;
    display: block;
}

.mbr-ul li a b {
    display: block;
    font-size: 26px;
    line-height: 37px;
    color: #277efc;
    font-weight: normal;
    margin-top: 30px;
}

.mbr-ul li a span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.mbr-bot {
    width: auto;
    height: auto;
    padding: 30px;
    border: 1px solid #f0f0f0;
    background: #fff;
    margin-top: 10px;
}

.cao-bot {
    width: 615px;
    height: auto;
    float: right;
    margin-top: 30px;
}

.cao-bot span {
    float: left;
    font-size: 12px;
    color: #333;
    line-height: 17px;
}

.cao-bot a {
    font-size: 12px;
    color: #333;
    float: right;
    margin-left: 30px;
}

.ide-div {
    width: auto;
    height: auto;
    padding: 0 80px;
    margin-top: 5%;
}

.ide-div > b {
    font-size: 20px;
    color: #666;
    line-height: 35px;
    display: block;
    margin-bottom: 5px;
}

.ide-div > p {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.mbr-bot {
    min-height: 1000px;
}

.ide-bot {
    width: 100%;
    height: auto;
}

.ide-left, .ide-right {
    margin-top: 35px;
    width: 298px;
    height: 408px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    float: left;
    margin-right: 38px;
}

.idl-cen {
    width: auto;
    height: auto;
    padding: 0 30px;
}

.idl-cen h3 {
    text-align: center;
    font-size: 26px;
    line-height: 60px;
    color: #333;
    font-weight: normal;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 40px;
}

.idl-cen p {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    text-align: center;
    margin-bottom: 5px;
}

.idl-cen .idl-bth {
    display: block;
    width: 123px;
    height: 41px;
    border-radius: 3px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
    transition: all 0.3s;
    text-align: center;
    line-height: 41px;
}

.idl-bth1 {
    background: #4d95fd;
    border: 1px solid #4d95fd;
}

.idl-bth1:hover {
    background: #fff;
    color: #4d95fd;
}

.idl-bth2 {
    background: #ff9800;
    border: 1px solid #ff9800;
}

.idl-bth2:hover {
    background: #fff !important;
    color: #ff9800 !important;
}

.ide-form {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.ide-form label {
    height: 40px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.ide-form label span {
    display: block;
    width: 88px;
    height: 40px;
    float: left;
    text-align: left;
    font-size: 14px;
    color: #333;
    line-height: 42px;
}

.ide-text {
    display: block;
    width: 555px;
    height: 38px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    text-indent: 1em;
    margin-left: 5px;
}

.ide-top {
    height: auto !important;
}

.ide-top .idr-right {
    width: 560px;
    height: auto;
    float: left;
}

.idr-top {
    width: 205px;
    height: 122px;
    border: 1px dashed #999;
    border-radius: 2px;
}

.ide-form .ide-top span {
    line-height: 25px;
}

.idr-top img {
    display: block;
    width: 100%;
    height: auto;
}

.ide-top .idr-right p {
    display: block;
    font-size: 14px;
    color: #666;
    margin: 15px 0;
}

.ide-bot {
    width: 100%;
    height: auto;
    text-align: center;
}

.idb-left, .idb-right {
    display: inline-block;
    width: 128px;
    height: 38px;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
    cursor: pointer;
    margin-top: 35px;
    transition: all 0.3s;
}

.idb-left {
    background: #cacaca;
    border: 1px solid #cacaca;
}

.idb-right {
    background: #277efc;
    border: 1px solid #277efc;
}

.idb-left:hover {
    background: #fff;
    color: #cacaca;
    transition: all 0.3s;
}

.idb-right:hover {
    background: #fff;
    color: #277efc;
    transition: all 0.3s;
}

.ide-form2 label span {
    width: 130px;
}

.data-form label span {
    text-align: right;
}

.data-tou {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    float: left;
    position: relative;
    cursor: pointer;
}

.data-tou img {
    display: block;
    width: 100%;
    border-radius: 100%;
}

.data-form .data-label {
    height: auto !important;

}

.data-form .data-label span {
    line-height: 100px;
}

.data-form .data-label .data-tou {
    margin-left: 5px;
}

.data-form .data-tou span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.42);
    border-radius: 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 100px;
}

.data-form .ide-top textarea {
    height: 70px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    width: 540px;
    margin-left: 0px;
    padding: 10px;
    resize: none;
}

.bang-right {
    width: 555px;
    height: auto;
    float: left;
    margin-left: 5px;
}

.bang-right li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #d7d7d7;
    margin-bottom: 15px;
}

.bang-img {
    display: block;
    width: 20px;
    height: auto;
    float: left;
    margin-top: 10px;
}

.bang-b {
    display: block;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    color: #333;
    line-height: 40px;
}

.bang-span {
    display: block;
    font-size: 12px;
    color: #666;
    float: left;
    width: auto !important;
    margin-left: 40px !important;
    line-height: 40px !important;
}

.bang-btn {
    float: right;
    width: 86px;
    height: 38px;
    border: 1px solid #277efc;
    border-radius: 2px;
    line-height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #277efc;
    transition: all 0.3s;
}

.bang-btn:hover {
    background: #277efc;
    color: #fff;
    transition: all 0.3s;
}

.bang-right2 {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-left: 0px;
}

.mbr-bot .lead-h3 {
    margin-left: 0px;
}

.bang-right2 .bang-img {
    width: 15px !important;
}

.int-ul {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.int-ul li {
    height: 45px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.int-ul li:first-child {
    background: #f4f4f4;
    border-bottom: none;
    height: 46px;
}

.int-ul li span, .int-ul li b {
    float: left;
    display: block;
    font-size: 14px;
    color: #333;
    width: 25%;
    display: block;
    float: left;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.int-ul li span:nth-child(1), .int-ul li b:nth-child(1) {
    width: 50%;
}

.int-jian {
    color: #259b24 !important;
}

.int-jia {
    color: #e51c23 !important;
}

/*我的消息*/
.tid-ul {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.tid-ul li {
    padding-bottom: 20px;
    border-bottom: 1px dashed #cecece;
    margin-bottom: 20px;
}

.tid-ul li span {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 17px;
    margin-bottom: 5px;
}

.tid-ul li b {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: normal;
}

.tid-ul li b a {
    display: inline-block;
    color: #3e92fb;
    margin: 0 5px;
}

.tid-ul li b a:first-child {
    margin-left: 0px;
}

.lead-h32 {
    border-bottom: none;
}

.lead-h32 b {
    float: left;
    margin-right: 50px;
    border-bottom: 4px solid transparent;
}

.lead-h32 .lead-b {
    color: #277efc;
    border-bottom: 4px solid #277efc;
}

.del-ul {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.del-ul li {
    width: 100%;
    height: auto;
    padding: 15px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.del-top {
    display: block;
    width: 180px;
    height: auto;
}

.del-top img {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 100%;
}

.del-right {
    display: block;
    width: 115px;
    height: auto;
    float: left;
    margin-left: 15px;
}

.del-right b {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 22px;
    font-weight: normal;
    margin-bottom: 5px;
}

.del-right span {
    display: block;
    font-size: 12px;
    color: #666;
    line-height: 17px;
}

.del-p {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 10px;
}

.del-bot {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.del-bot a {
    display: block;
    font-size: 14px;
    color: #666;
    float: left;
    line-height: 20px;
    width: 640px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.del-huifu {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #999;
    background: url(../images/img22.png) no-repeat left;
    background-size: 15px;
    padding-left: 20px;
    background-position-y: 4px;
    cursor: pointer;
}

.del-form {
    width: 100%;
    height: 195px;
    border: 1px solid #d9d9d9;
    margin-top: 15px;
}

.del-form textarea {
    display: block;
    width: 98%;
    height: 125px;
    border: none;
    resize: none;
    padding: 10px 1%;
    background: none;
    font-family: 微软雅黑;
}

.def-bot {
    height: 50px;
    background: #f7f7f7;
}

.def-bot span {
    display: block;
    float: right;
    font-size: 14px;
    color: #333;
    line-height: 50px;
}

.def-btn {
    width: 88px;
    height: 34px;
    border-radius: 2px;
    background: #4d95fd;
    border: 1px solid #4d95fd;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    float: right;
    cursor: pointer;
    margin-top: 7px;
    margin-right: 15px;
    margin-left: 15px;
}

.def-btn:hover {
    background: #fff;
    color: #4d95fd;
    transition: all 0.3s;
}

.def-bot span i {
    font-style: normal;
}

.del-huifu2 {
    color: #4d95fd;
    background: url(../images/img23.png) no-repeat left;
    background-size: 15px;
    padding-left: 20px;
    background-position-y: 4px;
}

.leu-p {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 5px;
}

.leu-bot {
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: 12px;
    line-height: 17px;
    color: #666;
}

.leu-bot a {
    color: #666;
    transition: all 0.3s;
    display: inline-block;
    margin: 0 5px;
}

.del-bot a {
    transition: all 0.3s;
}

.leu-bot a:hover, .del-bot a:hover {
    color: #4d95fd;
    transition: all 0.3s;
}

/*发表文章*/
.pub-form {
    width: 775px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
}

.pub-label1 {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

.pub-label1 > span {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

.pub-text {
    width: 720px;
    height: 40px;
    float: left;
    text-indent: 1em;
    display: block;
    border: none;
    background: none;
}

.pub-inp {
    display: block;
    width: auto;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    margin-top: 5px;
}

.pub-span {
    display: block;
    width: 53px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

.pub-span i {
    font-style: normal;
}

.pub-inp2 {
    height: 230px;
}

.pub-inp2 textarea {
    display: block;
    width: 98%;
    height: 98%;
    resize: none;
    border: none;
    padding: 1%;
    background: none;
    font-family: 微软雅黑;
}

.pub-feng {
    width: 50%;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 40px;
}

.pub-name {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
}

.pub-shou {
    display: block;
    width: 70px;
    height: auto;
    float: left;
    margin-right: 50px;
}

.pub-shou span {
    font-size: 16px;
    color: #333;
    float: left;
    display: block;
    line-height: 22px;
    margin-top: -1px;
}

.pub-shou input {
    float: left;
}

.pub-shou input[type=radio] {
    width: 20px !important;
    height: 20px !important;
    float: left;
    border: 1px solid #bbb;
    padding: 0px !important;
    margin-bottom: 0px !important;
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 100%;
    margin-right: 5px;
    position: relative;
}

.pub-shou input[type=radio]::after {
    content: " ";
    position: absolute;
    width: 14px;
    height: 14px;
    background: #fff;
    left: 2px;
    top: 2px;
    border-radius: 100%;
}

.pub-shou input[type=radio]:checked::after {
    background: #277efc;
}

.pub-shou input[type=radio]:checked {
    border: 1px solid #277efc;
}

.pub-sc {
    /*width: 150px;*/
    height: 100px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.pub-sc input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 99;
}

.pub-sc img {
    display: block;
    /*width: 100%;*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.pub-sc2 {
    width: 102px;
    height: 102px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    float: left;
}

.pub-p {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-top: 100px;
    margin-left: 10px;
}

.pub-label2 textarea {
    height: 108px;
}

.pub-label2 .pub-inp2 {
    height: 110px;
}

.pub-select {
    display: block;
    width: auto;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    margin-top: 5px;
    width: 50%;
    float: left;
    text-indent: 0.5em;
}

.pub-yuedu {
    width: 200px;
    height: auto;
    display: block;
    margin: 40px auto;
}

.pub-yuedu span {
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
}

.pub-yuedu span a {
    color: #277efc;
}

.pub-yuedu input[type=checkbox] {
    width: 18px !important;
    height: 18px !important;
    float: left;
    border: 1px solid #bbb;
    padding: 0px !important;
    margin-bottom: 0px !important;
    background-color: #fff;
    -webkit-appearance: none;
    margin-right: 5px;
    position: relative;
}

.pub-yuedu input[type=checkbox]:checked {
    background: url(../images/img30.png) no-repeat center #277efc;
    background-size: 90%;
    border: 1px solid #277efc;
}

.pub-btn {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 10%;
}

.pub-btn input {
    display: inline-block;
    width: 116px;
    height: 44px;
    border-radius: 2px;
    line-height: 44px;
    text-align: center;
    margin: 0 7px;
    border: 1px solid #dbdbdb;
    font-size: 16px;
    color: #666;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s;
}

.pub-btn .pub-inp1 {
    background: #277efc;
    color: #fff;
    border: 1px solid #277efc;
}

.pub-btn .pub-inp1:hover {
    background: #fff;
    color: #277efc;
    transition: all 0.3s;
}

.pub-btn .pub-inp2:hover, .pub-btn .pub-inp3:hover {
    background: #277efc;
    color: #fff;
    border: 1px solid #277efc;
    transition: all 0.3s;
}

.head-xiaoxi {
    float: right;
    width: auto;
}

.heax-left {
    display: block;
    width: 20px;
    height: auto;
    float: left;
    position: relative;
    margin-top: 40px;
    margin-right: 30px;
}

.heax-left img {
    display: block;
    width: 100%;
    height: auto;
}

.heax-left span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #e51c23;
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: -7px;
    right: -7px;
}

.headx-center {
    width: auto;
    height: 100px;
    float: right;
    position: relative;
}

.headx-title {
    width: 36px;
    height: 36px;
    display: block;
    margin-top: 32px;
}

.headx-title img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.heax-ul {
    position: absolute;
    left: -40px;
    top: 87px;
    width: 123px;
    height: 250px;
    background: #fff;
    box-shadow: 0px 0px 10px #999;
    z-index: 999;
    display: none;
}

.heax-ul li {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.heax-ul li a {
    font-size: 14px;
    color: #666;
}

.heax-ul li:last-child {
    height: 50px;
    line-height: 50px;
}

.heax-ul li a {
    display: block;
    transition: all 0.3s;
}

.soon-con a, .soon-bot i {
    transition: all 0.3s;
}

.heax-ul li:hover a, .soon-con a:hover, .soon-bot i:hover {
    color: #fff;
    background: #065ff3;
    transition: all 0.3s;
}

.headx-center:hover .heax-ul {
    display: block;
}

.pas-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}

.pas-close {
    display: block;
    width: 15px;
    height: auto;
    float: right;
    margin-top: 17px;
    margin-right: 17px;
    margin-bottom: 30px;
    cursor: pointer;
}

.pas-pas {
    width: 480px;
    height: 450px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -240px;
    top: 50%;
    margin-top: -265px;
    z-index: 999;
}

.pas-form {
    width: 360px;
    height: auto;
    margin: 0 auto;
}

.pas-form h3 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 25px;
}

.pas-form label {
    display: block;
    border: 1px solid #dbdbdb;
    height: 46px;
    border-radius: 2px;
    margin-bottom: 14px;
    position: relative;
}

.pas-form label input {
    display: block;
    width: 100%;
    height: 46px;
    border: none;
    background: none;
    font-size: 14px;
    color: #666;
    text-indent: 1em;
}

.pas-btn {
    display: block;
    width: 100%;
    height: 48px;
    background: #4d95fd;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    border: none;
    border-radius: 2px;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 36px;
    margin-bottom: 40px;
}

.pas-btn:hover {
    background: #277efc;
    transition: all 0.3s;
}

.pas-yan {
    border: none !important;
}

.pas-yan input:first-child {
    width: 61%;
    border: 1px solid #dbdbdb;
    height: 46px;
    border-radius: 2px;
    float: left;
}

.pas-yan input:last-child {
    width: 35%;
    height: 48px;
    float: right;
    border-radius: 2px;
    background: #4d95fd;
    font-size: 16px;
    color: #fff;
    text-indent: 0em;
    cursor: pointer;
}

.pas-span {
    position: absolute;
    font-size: 12px;
    color: red;
    display: block;
    top: -25px;
}

.rec-guan:hover {
    cursor: pointer;
}

.rec-guan2 {
    background: #999 !important;
    border: 1px solid #999 !important;
    color: #fff !important;
    text-align: center;
    text-indent: 0em !important;
}

.zut-bot span a {
    font-weight: bold;
}

/*回复内容区域*/
.del-content {
    width: 740px;
    height: auto;
    padding: 15px;
    background: #f3f3f3;
    float: right;
    margin-top: 15px;
}

.del-content .dec-name {

}

.dec-left {
    display: block;
    width: 40px;
    height: auto;
    float: left;
}

.dec-left img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.dec-right {
    width: 690px;
    height: auto;
    float: right;
}

.dec-right .dec-name {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

.dec-right span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
}

.dec-text {
    display: block;
    width: 690px;
    height: auto;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-left: 49px;
}

.dec-tb {
    width: 690px;
    margin-left: 49px;
    height: auto;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.dec-tb b {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    font-weight: normal;
    float: left;
}

.dec-tb b a {
    color: #333;
    font-weight: bold;
    transition: all 0.3s;
}

.dec-tb b a:hover {
    color: #4d95fd;
    transition: all 0.3s;
}

.del-cen {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

.dec-form {
    width: 690px;
    margin-left: 49px;
    background: #fff;
}

.rec-p {
    text-align: center;
    font-size: 14px;
    color: #9f9e9d;
    display: block;
    line-height: 35px;
}

.pol-form {
    position: relative;
}

.pos-span {
    font-size: 14px;
    line-height: 25px;
    display: block;
    color: red;
    position: absolute;
    top: -25px;
}

/*公告*/
.ann-div {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 5%;
}

.ann-ul {
    width: 100%;
    height: auto;
}

.ann-ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.ann-ul li a {
    width: 960px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    float: left;
    transition: all 0.3s;
}

.ann-ul li a:hover {
    color: #277efc;
    transition: all 0.3s;
}

.ann-ul li span {
    float: right;
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 24px;
}

/*公告详情页面*/
.anx-cen {
    width: 100%;
    height: auto;
}

.anx-h3 {
    font-size: 24px;
    color: #333;
    line-height: 56px;
}

.anx-span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin-bottom: 20px;
}

.anx-cen p {
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

/*其他页面*/
.other-left {
    width: 90px;
    height: auto;
    float: left;
    margin-top: 20px;
}

.otl-ul {
    width: auto;
    height: auto;
    margin-top: 5px;
}

.otl-ul li {
    margin-bottom: 30px;
    width: auto;
    height: auto;
}

.otl-ul li a {
    display: block;
    border-left: 5px solid transparent;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    text-align: right;
}

.otl-ul .otl-ac a, .otl-ul li:hover a {
    color: #277efc;
    border-left: 5px solid #277efc;
}

.other-right {
    width: 1020px;
    height: auto;
    float: right;
    margin-top: 20px;
}

.int-hao {
    width: auto;
    height: auto;
    position: relative;
    display: inline-block;
}

.int-img {
    width: 200px;
    height: auto;
    position: absolute;
    top: 18px;
    left: -30px;
    padding-top: 30px;
    display: none;
}

.int-hao:hover .int-img {
    display: block;
}

.int-img:after {
    content: " ";
    width: 19px;
    height: 13px;
    background: url(../images/img31.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 18px;
    left: 90px;
}

.ini-cen {
    border: 1px solid #ddd;
    width: auto;
    height: auto;
    padding: 20px;
    background: #fff;
}

.ini-cen img {
    display: block;
    width: 100%;
    height: auto;
}

.leac-p {
    display: block;
    height: 40px;
    text-align: right;
}

.leac-p span {
    font-size: 12px;
    color: #333;
    display: inline-block;
    line-height: 40px;
    margin-left: 25px;
}

.pol-p {
    font-size: 14px;
    color: #333;
    display: inline-block;
    float: left;
    font-weight: normal;
    margin-right: 15px;
}

.pl-top {
    width: auto;
    float: left;
}

.pl-top label {
    float: left;
    display: inline-block;
    margin-right: 20px;
    height: auto;
}

.pl-top label span {
    font-size: 14px;
    color: #333;
    float: left;
    display: inline-block;

}

.pl-top label input {
    display: block;
    width: 12px;
    height: 12px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
}

.xq-disclaimer {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    text-indent: 0;
    display: block;
}

.xq-top-disclaimer {
    margin-bottom: 10px;
}

.xq-bottom-disclaimer {
    padding-top: 10px;
}