@charset "utf-8";
body{
    background: #fff;
}
.top {
    color: #fff;
    height: 48px;
    line-height: 48px;
    background: #3B9BFF;
}

.may a {
    color: #fff;
    padding: 0 10px;
    position: relative;
    display: block;
}

.may a::after {
    content: '';
    display: inline-block;
    height: 12px;
    border-left: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 18px;
}

.may a:last-child::after {
    content: '';
    border: none;
}

.header {
    height: 100px;
    line-height: 100px;
    background-color: rgba(255, 255, 255, .5);
}

.logo {
    height: 50px;
    margin: 25px 0;
}

.logo img {
    height: 100%;
}

.nav-list a {
    display: block;
    padding: 0 22px;
}

.operation .btn {
    color: #0886F3;
    width: 90px;
}

.operation li {
    padding: 33px 13px;
    line-height: normal;
}

.banner{
    height: 320px;
    background: url("../../../website-pc/sharecss/img/large/banner-02.png") center center no-repeat;
}
.banner .mod{
    position: relative;
    height: 100%;
}
.banner-txt{
    color: #fff;
    position: absolute;
    top: 100px;
    left: 62px;
}
.banner-title{
    font-size: 48px;
}
.sub-title{
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
}
.banner-txt::after{
    content: '';
    display: inline-block;
    width: 50px;
    position: absolute;
    bottom: -20px;
    border-top: 1px solid #fff;
}
.news-list{
    margin-top: 50px;
    margin-bottom: 50px;
}
.news-item{
    padding: 40px 0;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.news-item:hover{
    box-shadow: 0 5px 25px #DCDCDC;
    padding-left: 40px;
}
.news-img img{
    width: 262px;
    height: 161px;
}
.news-txt{
    width: 690px;
    margin-left: 45px;
    line-height: 24px;
    padding-top: 30px;
}

.news-title{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-detail{
    overflow: hidden;
    height: 45px;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-info{
    width: 100px;
    position: relative;
    height: 160px;
}
.news-date{
    font-size: 18px;
}
.go-detail{
    display: block;
    width: 34px;
    height: 25px;
    background: url("../../../websitetmc-pc/cssboot7.0/img/icon/icon-04.png") -43px 0 no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -17px;
    bottom: 0;
}
.paging{
    margin:  80px auto 140px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background: #2399EE!important;
    border-color: #2399EE!important;
}

.item-detail{
    line-height: 24px;
}
.item-title{
    font-size: 24px;
    color: #000;
    margin-bottom: 40px;
    margin-top: 80px;
}

.item-txt{
    color: #333;
    text-indent: 37px;
    margin: 35px 0;
}
.item-img img{
    margin: 0 auto;
}

.item-detail p{
    margin: 15px;
}
.detail-wrap{
    margin-bottom: 200px;
}

footer {
    height: 568px;
    background: url("../../sharecss/img/index/footer.jpg") center center no-repeat;
    color: #fff;
    line-height: 35px;
}

.link-list {
    text-align: center;
    padding: 150px 0 40px;
}

.link-list a {
    color: #fff;
    padding: 0 25px;
}

.qr-code img {
    margin: 5px auto;
}

.qr-code {
    margin-bottom: 50px;
}
.f-img{
    height: 20px;
    display: inline-block;
}