/*@charset "UTF-8";*/
/* CSS Document */
/*-- 提倡互联网共享,同时应尊重原创作者,网站制作属: lijia xiong --*/
/*QQ：897232289*/
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

:root {
    --liner: cubic-bezier(0.165, 0.84, 0.44, 1);
    --color: #45b9a7;
}

html, body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    position: relative;
    background: #fff;
    overflow-x: hidden;
    color: #000;
    font-size: 14px;
}

/*默认样式*/
img {
    border: none;
    display: block;
    width: 100%;
}

div {
    display: block;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #333;
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

input, select, button, textarea {
    vertical-align: middle;
    font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
    border-radius: 0;
    outline: none;
    background: none;
    border: none;
}

/*清除浮动*/
.clear:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

/*input高亮*/
.salient-input {
    border: 1px solid #ccc;
    padding: 7px 0 7px 5px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.salient-input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*单行超出省略*/
.space-over {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*多行超出省略*/
.space-list-over {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b3b3b3;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #b3b3b3;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #b3b3b3;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #b3b3b3;
}

.width-auto {
    width: 100%;
    padding: 0 216px;
    position: relative;
}

.header-top {
    margin-top: 94px;
}

/*样式*/
.header-wrap {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}

.header-box {
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 10px 0;
    height: 94px;
    background: #45b9a7;
}

.header-logo {
    width: 182px;
    margin-top: 8px;
    float: left;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header-logo a {

}

.header-link {
    float: right;
    color: #fff;
    height: 74px;
    line-height: 74px;
}

.header-link span {
    padding: 0 8px;
}

.header-link span a {
    color: #fff;
}

.nav-box {
    width: 34px;
    font-size: 0;
    cursor: pointer;
    margin: 29px 0 0 65px;
    position: fixed;
    z-index: 9999;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
}

.nav-box span {
    display: inline-block;
    width: 34px;
    height: 3px;
    background: #4f4f4f;
    margin: 5px 0;
}

.nav-rotate {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.nav-list-wrap {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}

.nav-list-bg {
    background: #fff;
    height: 100vh;
    width: 320px;
    position: fixed;
    transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.nav-list-wrap .nav-list-box {
    width: 320px;
    height:91%;
    padding: 110px 10px 0 50px;
    position: fixed;
    overflow: auto;
}

.nav-list-wrap .nav-left {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

/*.nav-list-box:after {*/
/*content: "";*/
/*width: 285px;*/
/*height: 210px;*/
/*background: #fff;*/
/*position: fixed;*/
/*top: 0;*/
/*left: 0;*/
/*z-index: 9;*/
/*}*/

/*.nav-list-box:before {*/
/*content: "";*/
/*width: 285px;*/
/*height: 210px;*/
/*background: #fff;*/
/*position: fixed;*/
/*bottom: 0;*/
/*left: 0;*/
/*z-index: 9;*/
/*}*/

.nav-list-wrap .nav-list-box .nav-list-li {
    line-height: 40px;
    position: relative;
    z-index: 8;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 10px;
}

.nav-list-title {
    padding: 0 70px 0 40px;
    background: url(../images/nav-list-li.png) no-repeat 10px 13px;
    color: #45b9a7;
}

.nav-list-wrap .nav-list-box .nav-list-li a {
    color: #45b9a7;
}

.nav-list-wrap .nav-list-box .nav-list-li .nav-list-slide a {
    color: #45b9a7;
    display: block;
    padding: 0 45px 0 40px;
    font-size: 14px;
}

.nav-list-wrap .nav-list-box .nav-list-icon {
    position: absolute;
    right: 30px;
    top: 0;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 40px;
    height: 40px;
}

.nav-list-wrap .nav-list-box .nav-list-icon:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #45b9a7;
    position: absolute;
    right: 12px;
    bottom: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.nav-list-wrap .nav-list-box .nav-list-icon:before {
    content: "";
    width: 10px;
    height: 2px;
    background: #45b9a7;
    position: absolute;
    left: 12px;
    bottom: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.nav-list-wrap .nav-list-box .nav-list-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.nav-list-link {
    position: fixed;
    bottom: 20px;
    width: 320px;
    line-height: 40px;
    padding: 0 10px 0 50px;
}

.nav-list-title2 {
    padding: 0 70px 0 40px;
    background: url(../images/nav-list-li.png) no-repeat 10px 13px;
    color: #45b9a7;
}

.nav-list-link a {
    display: block;
    font-size: 18px;
}

.nav-list-slide {
    display: none;
}

.nav-list-show {
    display: block;
}

.header-search {
    padding: 160px 0 100px 0;
}

.search-title {
    color: #fff;
    font-size: 51px;
    text-align: center;
    padding-bottom: 30px;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
}

.search-input {
    width: 796px;
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-left: 68px;
    margin: 0 auto;
    position: relative;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search-input input {
    width: 100%;
    height: 58px;
    line-height: 58px;
    display: block;
    font-size: 29px;
}

.search-input i {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    height: 58px;
    padding-right: 10px;
}

.search-input i a {
    display: block;
    height: 58px;
    padding: 12px;
}

.search-input input::-webkit-input-placeholder {
    color: #dbdbdb;
}

.index-list-wrap {
}

.index-list-pt {
    padding-top: 104px;
    position: relative;
}

.index-list-ps {
    position: absolute;
    top: 0;
    left: 0;
}

.index-list-box {
    border: 1px solid #acacac;
    padding: 35px 35px 35px 160px;
    font-size: 0;
    position: relative;
    border-radius: 12px;
    -webkit-border-radius: 12px;
}

.index-list-more {
    position: absolute;
    right: 40px;
    width: 80px;
    top: 20px;
    font-size: 18px;
}

.index-list-more a {
    color: #45b9a7;
    display: block;
    position: relative;
}

.index-list-more:hover a span:after {
    right: 2px;
}

.index-list-more:hover a span:before {
    right: 2px;
}

.index-list-more:hover a:after {
    right: 12px;
}

.index-list-more:hover a:before {
    right: 12px;
}

.index-list-more a span {
    display: block;
    padding-right: 30px;
    position: relative;
}

.index-list-more a span:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 5px;
    width: 10px;
    height: 1px;
    background: #45b9a7;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-list-more a span:before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 5px;
    width: 10px;
    height: 1px;
    background: #45b9a7;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-list-more a:after {
    content: "";
    position: absolute;
    top: 8px;
    right: 15px;
    width: 10px;
    height: 1px;
    background: #45b9a7;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-list-more a:before {
    content: "";
    position: absolute;
    bottom: 8px;
    right: 15px;
    width: 10px;
    height: 1px;
    background: #45b9a7;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-list-box .index-list-title {
    width: 160px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px;
    text-align: center;
    color: #45b9a7;
}

.index-list-box .index-list-logo {
    width: 100%;
    margin: 10px 0;
}

.index-list-box .index-list-logo li {
    width: 25%;
    font-size: 14px;
    position: relative;
    padding: 0 25px 0 110px;
    height: 92px;
    border-right: 1px solid #404040;
    float: left;
    margin: 35px 0;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-list-box .index-list-logo li:hover .index-logo-title a {
    color: #45b9a7;
}

.index-list-box .index-list-logo li:nth-child(4n) {
    border: none;
}

.index-list-box .index-list-logo li .index-logo-img {
    width: 74px;
    position: absolute;
    left: 18px;
    top: 5px;
}

.index-list-box .index-list-logo li .index-logo-title {
    width: 100%;

}

.index-list-box .index-list-logo li .index-logo-title a {
    line-height: 34px;
    font-size: 19px;
    color: #000;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-list-box .index-list-logo li .index-logo-text {
    width: 100%;
    line-height: 24px;
    margin-top: 5px;
    font-size: 15px;
    color: #727171;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer-wrap {
    background: #45b9a7;
    padding: 50px 0;
    /*margin-top: 80px;*/
}

.footer-title {
    text-align: center;
    color: #fff;
    padding-top: 50px;
}

.footer-title span {
    display: block;
    font-size: 21px;
    font-weight: bold;
}

.footer-swiper-wrap {
    background: #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 30px;
    margin: 70px 0 150px 0;
    position: relative;
}

.footer-swiper {
    width: 85%;
    margin: 0 auto;
}

.footer-swiper .swiper-wrapper {

}

.footer-swiper .swiper-slide {
    padding: 0 20px 0 30px;
}

.footer-swiper-wrap .swiper-button-next,
.footer-swiper-wrap .swiper-container-rtl .swiper-button-prev {
    right: 75px;
    background: none;
    outline: none;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-swiper-wrap .swiper-button-prev,
.footer-swiper-wrap .swiper-container-rtl .swiper-button-next {
    left: 75px;
    background: none;
    outline: none;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-swiper-wrap .swiper-button-next i {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper-button-prev:hover:after {
    background: #45b9a7;
}

.swiper-button-prev:hover:before {
    background: #45b9a7;
}

.swiper-button-prev:after {
    content: "";
    width: 22px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    left: 2px;
    top: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.swiper-button-prev:before {
    content: "";
    width: 22px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    left: 2px;
    bottom: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.swiper-button-next:hover:after {
    background: #45b9a7;
}

.swiper-button-next:hover:before {
    background: #45b9a7;
}

.swiper-button-next:after {
    content: "";
    width: 22px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    left: 2px;
    top: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.swiper-button-next:before {
    content: "";
    width: 22px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    left: 2px;
    bottom: 14px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.footer-bq {
    text-align: center;
    line-height: 82px;
    background: #45b9a7;
}

.footer-bq span {
    padding: 5px 10px;
    display: inline-block;
}

.footer-bq span a {
    color: #fff;
}

.list-img-head {
    font-size: 0;
    padding-top: 30px;
    border-bottom: 1px solid #a6a6a6;
}

.list-img-border {
    border: none;
}

.list-img-box {
    width: 25%;
    display: inline-block;
}

.list-img-box a {
    display: block;
}

.list-img-box:nth-child(1) {
    animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
}

.list-img-box:nth-child(2) {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.list-img-box:nth-child(3) {
    animation-delay: 300ms;
    -webkit-animation-delay: 300ms;
}

.list-img-box:nth-child(4) {
    animation-delay: 400ms;
    -webkit-animation-delay: 400ms;
}

.mbx-list:nth-child(1) {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}

.mbx-list:nth-child(2) {
    animation-delay: 600ms;
    -webkit-animation-delay: 600ms;
}

.mbx-list {
    font-size: 18px;
    border-bottom: 1px solid #d1d1d1;
}

.mbx-list:last-child {
    border-bottom: none;
}

.mbx-list .mbx-a {
    line-height: 66px;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.mbx-list .mbx-a .mbx-li {
    color: #999999;
    padding: 0 15px 0 0;
    display: inline-block;
}

.mbx-list .mbx-a span {
    font-size: 0;
    padding: 0 20px 0 0;
    height: 66px;
    display: inline-block;
}

.mbx-list .mbx-a span:first-child {
    padding: 0 20px;
}

.mbx-list .mbx-a span a {
    font-size: 18px;
    color: #999999;
}

.mbx-list .mbx-a span .mbx-hover {
    color: #45b9a7;
}

.list-logo-wrap {
    margin-bottom: 250px;
}

.list-logo-page {
    padding-top: 70px;
}

.list-logo-title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #45b9a7;
}

.list-logo-box {
    padding-top: 70px;
}

.list-logo-li {
    width: 23.5%;
    float: left;
    margin: 0 2% 2% 0;
}

.list-logo-li:nth-child(4n) {
    margin: 0 0 2% 0;
}

.list-logo-li a {
    width: 100%;
    font-size: 14px;
    position: relative;
    padding: 35px 25px 35px 110px;
    height: 162px;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #f7f7f7;
    display: block;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.list-logo-li a:hover {
    background: #cbfbf2;
}

.list-logo-li a .list-logo-img {
    width: 74px;
    position: absolute;
    left: 18px;
    top: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    overflow: hidden;
}

.list-logo-li a .list-box-title {
    width: 100%;
    line-height: 34px;
    font-size: 19px;
    color: #000;
}

.list-logo-li a .list-logo-text {
    width: 100%;
    line-height: 24px;
    margin-top: 5px;
    font-size: 15px;
    color: #727171;
}

.list-more {
    width: 60px;
    height: 60px;
    margin: 0 auto;

}

.list-more a {
    display: block;
    height: 60px;
    position: relative;
}

.list-more a:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #45b9a7;
    position: absolute;
    left: 15px;
    top: 25px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.list-more a:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #45b9a7;
    position: absolute;
    right: 15px;
    top: 25px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.list-more i {
    width: 100%;
    height: 100%;
    position: absolute;
}

.list-more i:after {
    content: "";
    width: 18px;
    height: 1px;
    background: #45b9a7;
    position: absolute;
    left: 15px;
    top: 35px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.list-more i:before {
    content: "";
    width: 18px;
    height: 1px;
    background: #45b9a7;
    position: absolute;
    right: 15px;
    top: 35px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.form-wrap {
    padding: 70px 0
}

.form-title {
    font-size: 24px;
    color: #45b9a7;
}

.form-box {
    width: 470px;
    margin: 60px auto 0;
}

.form-input {
    position: relative;
    padding: 0 90px 20px 130px;
}

.form-input .form-input-title {
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: right;
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
}

.form-input .input-text {
    height: 38px;
    line-height: 36px;
    width: 100%;
    border: 1px solid #828181;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 0 10px;
    font-size: 14px;
}

.form-input textarea {
    line-height: 24px;
    height: 116px;
    width: 100%;
    border: 1px solid #828181;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px;
    font-size: 14px;
}

.form-input .form-button {
    position: absolute;
    width: 80px;
    height: 38px;
    line-height: 38px;
    background: #c9c9c9;
    font-size: 17px;
    color: #595757;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.form-input .file-button2 {
    display: none;
}

.form-text {
    font-size: 14px;
    color: #b7b7b7;
    padding: 20px 0;
    text-align: center;
}

.form-submit {
    width: 110px;
    height: 38px;
    line-height: 38px;
    background: #45b9a7;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font-size: 17px;
    margin: 10px auto;
    display: block;
    cursor: pointer;
}

.index-list-loading {
    font-size: 30px;
    text-align: center;
    width: 100%;
    position: absolute;
    padding:0 35px 0 160px;
    bottom: 0;
    right: 0;
}

.index-list-loading a {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #b2b2b2;
}

.left-nav {
    width: 58px;
    height: 63px;
    background: #45b9a7;
    position: fixed;
    z-index: 999;
    top: 50%;
    margin-top: -31px;
    left: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 0 5px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 5px rgba(255,255,255,.5);
}

.left-nav:after {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.left-nav:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left-width {
    left: 320px;
}
.shenming { color:#fff; font-weight:bold; font-size:16px; line-height:26px;}

.news-index-wrap {
    background: #f1f1f1;
    margin-top: 80px;
}
.news-index-box {
    font-size: 0;
    padding: 60px 0 100px 0;
}

.news-index-title {
    width: 20%;
    vertical-align: top;
    display: inline-block;
}

.news-index-title span {
    display: block;
}

.news-index-title span:nth-child(1) {
    font-size: 24px;
    color: #333333;
}

.news-index-title span:nth-child(2) {
    font-size: 18px;
    color: #b2b2b2;
}

.news-index-ul {
    width: 80%;
    vertical-align: top;
    font-size: 0;
    display: inline-block;
}

.news-index-li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-left: 120px;
}
.news-index-li:hover span:nth-child(1) a {
    color: #45b9a7;
}
.news-index-li span {
    display: block;
}

.news-index-li span:nth-child(1) {
    font-size: 18px;
    color: #333333;
}
.news-index-li span:nth-child(1) a {
    color: #333333;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-index-li span:nth-child(2) {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    position: relative;
    margin: 20px 0;
    max-height: 48px;
    overflow: hidden;
}
.news-index-li span:nth-child(3):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #666666;
}
.news-index-li span:nth-child(3) {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding-top: 12px;
    position: relative;
}

.news-read-title {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
    color: #333;
    padding: 40px 0;
}

.news-read-text {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    min-height: 800px;
    width: 1024px;
    margin: 0 auto;
}
.news-read-text p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
.news-read-text img {
    width: auto;
    max-width: 100%;
    padding: 20px 0;
}
.news-read-wrap {
    margin: 94px 0 100px 0;
}