
/* html {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -o-filter: grayscale(1);
    -moz-filter: grayscale(1);
} */
.dhyd{display: none !important;}
.logo img {
    width: 100%
}

header {
    font-size: 0;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 90px;
    z-index: 99;
}

.logo {
    width: 180px;
    display: inline-block;
    margin-left: 40px
}

.logo img{
    width: 100%
}
.nav {
    display: inline-block;
    margin-left: 105px;
    vertical-align: top
}

.nav>ul>li {
    display: inline-block;
    position: relative;

}
.nav>ul>li:last-child>a:after{
    display: none
}
.nav>ul>li>a {
    display: block;
    padding: 0 14px;
    line-height: 90px;
    font-size: 16px;
    position: relative
}
.nav>ul>li>a:after{
    content:'';
    display: block;
    width: 1px;
    height: 15px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    top: 50%
}

.nav>ul {
    font-size: 0;
    position: relative;
    z-index: 99;
}

.nav>ul>li:hover>a,
.nav>ul>li.ac>a {
    color: #fff;
    background: #008b3f
}
.nav>ul>li:hover>a:after,
.nav>ul>li.ac>a:after{
    opacity: 0;
}
.nav>ul>li ul {
    position: absolute;
    font-size: 0;
    width: 2000%;
    padding-left: 14px;
    overflow: hidden;
    height: 0;
    z-index: 99;
    background: #ededed
}

.nav>ul>li.height ul {
    height: 56px
}

.nav>ul>li ul li {
    display: inline-block;
    margin-right: 30px;
    line-height: 56px
}

.nav>ul>li ul li a {
    color: #000;
    font-size: 16px;
    line-height: 56px
}

.nav>ul>li:before {
    content: '';
    width: 2000%;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ededed;
    transform: translateY(100%) translateX(-50%);
    -ms-transform: translateY(100%) translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateY(100%) translateX(-50%);
}

.nav>ul>li.before:before {
    height: 56px
}

.nav>ul>li ul li a:hover {
    color: #008b3f
}

.header_right {
    float: right;
    line-height: 90px;
    /*border-left: 1px solid #dbdbdb;*/
    height: 90px
}

.h_share {
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.h_share li:first-child {
    padding-left: 25px
}

.h_share li {
    display: inline-block;
    padding: 0 25px 0 0;
    cursor: pointer;
    position: relative
}

.h_share li h6 {
    line-height: 90px;
    color: #666666;
    font-size: 24px
}

.h_share li:hover h6 {
    color: #008b3f
}

.h_share li div {
    position: absolute;
    padding: 5px;
    background: #008b3f;
    line-height: 30px;
    font-size: initial;
    display: none;
    transform: translateX(-50%);
    left: 50%;
}

.h_share li div:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid #008b3f;
    border-color: transparent transparent #008b3f transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%)
}

.h_share li div span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    display: inline-block
}
.h_share li:nth-child(1) div img{
    width: auto
}
.h_share li div img {
    width: 132px
}

.h_right_right {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    line-height: 90px;
    background: #008b3f;
    padding-left: 35px
}

.language {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.language h6 {
    display: inline-block;
    color: #fff;
    margin-left: 8px
}

.language span {
    color: #fff;
}

.language a {
    display: inline-block;
    padding: 0 25px 0 0;
   /* border-right: 1px solid rgba(255, 255, 255, .8);*/
}
.language li{
    padding-left: 4px
}
.language li:nth-child(2) {
    display: none;
    position: absolute;
    background: #fff
}
.language li:nth-child(2) span{
    color:#000
}
.language li:nth-child(2) a {
    border: none
}

.language li:hover span {
    color: #000
}

.shares {
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 20px;
    line-height: 30px;
    vertical-align: middle;
    height: 32px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 0
}

.shares div {
    height: 100%
}

.shares div>* {
    font-size: 14px;
    display: inline-block;
    padding: 0 12px
}

.shares span {
    background: #fff;
    color: #008b3f;
}

.shares font {
    color: #fff
}

.seach {
    display: inline-block;
    padding: 0 25px;
    vertical-align: middle;
    /*border-left: 1px solid #fff;*/
    position: relative;
}

.seach h6 {
    color: #fff;
    font-size: 20px;
    display: inline-block
}

.seach input {
    outline: none;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    width: 0;
    color: #fff;
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    padding-right: 0
}
.seach button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #fff;
    color:#008c3f;
    right: 0;
    font-size: 12px;
    opacity: 0;
    pointer-events: none
    
}
.seach.ac button{
    opacity: 1;
    pointer-events: all
}
.seach form div{
    position: relative;
    display: inline-block;
    height: 30px;
}
.seach.ac input {
    width: 120px;
    padding-right: 25px
}

.btn {
    float: right;
    width: 55px;
    height: 55px;
    background: transparent;
    margin-top: 14px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    line-height: 3px;
    box-sizing: border-box;
    padding-top: 2px;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 555;
    display: none
}

.btn i {
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 3px;
    background: #2b2b2b;
    margin-top: 5px;
    border-radius: 5px;
}

.btn i:nth-child(1) {
    transition: 0.4s ease-in-out 0.3s;
    margin-top: 16px
}

.btn i:nth-child(2) {
    transition: 0.4s ease-in-out;
}

.btn i:nth-child(3) {
    transition: 0.4s ease-in-out 0.3s;
}

.btn.active i:nth-child(1) {
    transform: rotate(45deg) translateY(5px) translateX(6px);
}

.btn.active i:nth-child(2) {
    transform: translateX(40px);
    opacity: 0;
}

.btn.active i:nth-child(3) {
    transform: rotate(-45deg) translateY(-6px) translateX(5px);
}

.btn:hover i {
    background: #008b3f;
}


footer {
    background: #008c3f;
    padding-top: 53px
}

footer>div.container>* {
    position: relative;
}

footer>div.container>*:after {
    content: '';
    display: block;
    width: 1px;
    height: 147px;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

footer>div.container>*:last-child:after {
    display: none
}

.f_logo {
    display: inline-block;
    padding-right: 80px;
    vertical-align: middle
}

.f_inf {
    display: inline-block;
    vertical-align: middle;
    padding: 0 86px 0 64px;
    color: #fff
}

.f_inf h2 {
    font-size: 16px;
    line-height: 40px;
    position: relative;
}
/*.f_inf h2:last-of-type{display: none;}*/
.f_inf h2 br{
    /* display: none */
}
.f_inf h2 font a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;

}

.f_inf h2 span {
    display: inline-block;
    margin-right: 12px;
    position: absolute;
    left: -30px;
}

.f_lj {
    display: inline-block;
    padding: 0 75px 0 70px;
    vertical-align: middle;
    position: relative;

}

.f_lj a {
    display: block;
    width: 202px; 
    color: #fff;
    text-align: center; 
}
 

.f_lj a:hover {
    color: #fff;
    background: #008b3f
}

.f_lj a span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-right: 20px
}

.f_ewm ol {
    font-size: 0
}






.f_logo a {
    display: block;
    /*margin-left: 42px;
    text-align: center;*/
    margin-right: 20px;
    color: #eee;
}


.f_logo li:first-of-type{margin-left: 0;}
.f_logo a img{
    margin-bottom: 20px;
    width: 230px;
}




.f_ewm {
    float: right;
}

.f_ewm img {
    display: block;
    width: 100px; 
    border-radius: 5px;
}

.f_ewm span {
    color: #ddd;
    display: inline-block;
    margin-top: 10px;
    line-height: 20px
}

.bq {
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 54px;
    padding: 15px 0
}

.bq p {
    float: left;
    line-height: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, .8)
}
.bq p br{
    display: none
}
.bq .container div {
    float: right;
    line-height: 10px
}

.bq a {
    line-height: 10px;
   
    display: inline-block;
    padding: 0 8px;
    color: #c1c1c1;
    font-size: 16px
}

.bq a:hover {
    color: #008c3f
}

.bq a:first-child {
    border: none
}

.cbl {
    position: fixed;
    /* right: -81px; */
    right: 0;
    top: 50%;
    /* transform: translateY(-50%); */
    z-index: 55;
}

.cbl li {
    background: #979797;
    height: 55px;
    margin-bottom: 1px;

}
.cbl li:first-of-type{display: block;height: auto;}
.cbl li:first-of-type:hover{
    transform: translateX(0)
}

.cbl li:hover {
    transform: translateX(-81px);
    background: #008b3f
}

.cbl li:last-child:hover {
    transform: translateX(0)
}

.cbl li a {
    display: block
}

.cbl li h6 {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    vertical-align: middle;
    /* margin-right: 15px; */
    line-height: 55px;
    width: 51px;
    height: 55px;
    text-align: center
}

.cbl li span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 55px
}
.cbl li{
    display: none;
}
.cbl li:last-child{
    display: block
}
.h_share li h6, header, .h_right_right, .header_right, .nav>ul>li>a{
    height: 70px;
    line-height: 70px;
}

/*添加月刊S*/
body {
    background-image: url(../images/bg2.32e12edd.png);
    background-repeat: no-repeat;
    /*background-size: cover;*/
}
.kanwu[data-v-3b9d6bf8] {
    margin-top: 100px;
    width: 1200px;
    margin: 100px auto;

}

.kanwu .title[data-v-3b9d6bf8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px
}

.kanwu .title .left[data-v-3b9d6bf8] {
    font-size: 28px;
    font-weight: 700;
    color: #281912;
    width: 120px;
    position: relative
}

.kanwu .title .left[data-v-3b9d6bf8]:after {
    content: "";
    width: 26px;
    height: 2px;
    background-color: #c62922;
    position: absolute;
    top: -20px;
    left: 0
}

.kanwu .title .left[data-v-3b9d6bf8]:before {
    content: "Corporate Monthly";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 160px;
    font-size: 16px;
    font-weight: 500;
    color: #7a828f
}

.kanwu .title .left2[data-v-3b9d6bf8]:before {
    content: "Enterprise Journal"
}

.kanwu .title .middle[data-v-3b9d6bf8] {
    width: 937px;
    height: 1px;
    background-color: #2c1810;
    opacity: .1
}

.kanwu .title .right[data-v-3b9d6bf8] {
    width: 100px;
    height: 30px;
    background: #c62922;
    border: 1px solid #c62922;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.books[data-v-3b9d6bf8] {
    display: flex;
    flex-wrap: wrap
}
 
.book[data-v-c688ca72] {
    position: relative;
    transition: all .3s;
    cursor: pointer;
    padding: 0 60px;
    border-left: 1px solid rgba(0,0,0,.1);
    margin-bottom: 100px
}

.book[data-v-c688ca72]:nth-child(3n) {
    border-right: 1px solid rgba(0,0,0,.1)
}

.book .img-box[data-v-c688ca72] {
    width: 263px;
    height: 432px;
    position: relative;
    box-shadow: -6px -5px 51px 0 rgba(0,0,0,.1);
    transition: all .5s
}

.book .img-box img[data-v-c688ca72] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .3s
}

.book .img-box .bg[data-v-c688ca72] {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 20px;
    background-image: url(../img/book.b0adc876.jpg);
    opacity: .1;
    background-position: bottom;
    background-size: 100%;
    transition: all .3s
}

.book .title2[data-v-c688ca72] {
    opacity: 0;
    width: 263px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 46px;
    margin-top: 50px;
    transition: all .3s
}

.book .num[data-v-c688ca72] {
    opacity: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 46px;
    transition: all .3s
}

.book:hover .img-box[data-v-c688ca72] {
    box-shadow: 7px 8px 14px 0 hsla(0,0%,40.4%,.5),-7px -8px 14px 0 hsla(0,0%,40.4%,.5);
    transform-origin: center;
    transform: scale(1.05)
}

.book:hover .img-box[data-v-c688ca72]:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background: #008b3f
}

.book:hover .num[data-v-c688ca72],.book:hover .title2[data-v-c688ca72] {
    opacity: 1
}
/*添加月刊E*/

/*产品分类*/
.category-menu li{
    display: inline-block;
    width: 24%;
    margin-right: 1.33333%;
    margin-bottom: 1.33333%;
}
.category-menu li:nth-child(4n) {
    margin-right: 0;
}
.cp_tab .container li a{
    width: 100%;
}
.cp_tab .container li.active a{
    color: #fff;
    background: #008c3f;
}

/*表格*/

table {
    background-color: transparent
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
    padding: 8px;
    /*line-height: 1.42857143;*/
    vertical-align: middle;
    border-top: 1px solid #ddd;
   /* text-align: center;*/
}
/*.table>tbody>tr>td.hidden-xs {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: -0.5px;
}*/
.table>tbody>tr>td .tworow {
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    line-height: 1.75;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        /*white-space: nowrap*/
        vertical-align: top;
        font-size: 14px;
        padding: 8px 2px; 
        line-height: 1.75;
    } 

    .table-responsive>.table>tbody>tr>td strong {
        line-height: 1.75;
    }

     .table-striped .hidden-xs {
        display: none;
     }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

.table-responsive thead {
    background-color: #008b3f; 
    color: #fff; 
    border: 1px solid #008c3f;
}
.table-responsive thead tr th {
    font-size: 18px;
    font-weight: bold;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #008c3f;
}



/*首页新闻*/
.v-newslist .li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-bottom: 0.75rem;
    padding-bottom: 1rem;
    margin-left: 2%;
    box-shadow: 0 0 15px 5px rgb(0 140 63 / 5%);
}
.v-newslist .li:nth-child(3n+1) {
    margin-left: 0;
}
.v-newslist .li .imgs {
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%;

}
.v-newslist .li .imgs img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.v-newslist .li .text {
    padding: 0.6rem 0.8rem;
}
.v-newslist .li .tits {
    line-height: 32px;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #444444;
    font-size: 16px;
    text-align: center;
}
.v-newslist .li .txts {
    color: #888888;
    line-height: 1;
    margin-top: 0.6rem;
    text-align: center;
}
@media screen and (min-width: 1025px) {
.v-newslist .li:hover .imgs img {
    transform: scale3d(1.05, 1.05, 1);
    transition: .5s ease-in-out;
}
}