.main-header a {
    width: 14.2%;
}

.banner {
    background: url("../images/pS7yx0Vrar.jpg") no-repeat center;
}

.main-content {
    background: #fff url("../images/main-bg2.png") center repeat-y;
    overflow: hidden;
}

.news-list {
    /*width: 1022px;*/
    margin: 100px auto 0;
}

.news-list .item {
    display: block;
    width: 1018px;
    height: 210px;
    border: 2px solid transparent;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 60px;
}

.news-list .item .img-box {
    width: 320px;
    height: 210px;
}

.news-list .item .img-box img {
    display: block;
    width: 320px;
    height: 210px;
    overflow: hidden;
}

.news-list .item .detail {
    width: 638px;
    height: 150px;
    padding: 30px;
    position: relative;
}

.news-list .item .detail h2 {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    color: #424242;
    line-height: 25px;
}

.news-list .item .detail span {
    display: block;
    font-size: 14px;
    letter-spacing: 0.6px;
    text-align: left;
    color: #8f8f8f;
    line-height: 20px;
    margin-top: 11px;
}

.news-list .item .detail p {
    width: 638px;
    height: 44px;
    overflow: hidden;
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.4px;
    text-align: justify;
    color: #8f8f8f;
}

.news-list .item .arrow {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 72px;
    height: 48px;
    background: url("../images/arrow.png") no-repeat center;
    display: none;
}

.news-list .item:hover {
    border: 2px solid #0ec16c;
    background-color: #fff;
    transition: 0.2s linear;
}

.news-list .item:hover .arrow {
    display: block;
}

.news-list .item:last-child {
    margin-bottom: 30px;
}

.news-page {
    height: 32px;
    padding-right: 20px;
}

.news-page .page-btn {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
    line-height: 32px;
    color: #424242;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
}

.news-page .p-next {
    background: url("../images/p-next.png") no-repeat center;
}

.news-page .p-prev {
    background: url("../images/p-prev.png") no-repeat center;
}

.news-page .page-currency {
    background-color: #0ec16c;
    color: #fff;
}

.main2 .main-content {
    padding-top: 80px;
}

.main2 .bread-nav a {
    display: inline-block;
    max-width: 200px;
    line-height: 19px;
    font-size: 14px;
    text-align: left;
    color: #8f8f8f;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main2 .bread-nav .bread-nav-active {
    color: #424242;
}

.main2 .news-info {
    margin-top: 100px;
}

.main2 .news-info h2 {
    font-size: 32px;
    text-align: center;
    color: #1f1f1f;
    line-height: 45px;
}

.main2 .news-info .sub-head {
    width: 615px;
    margin: 10px auto 0;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.main2 .news-info .sub-head .tag-item {
    /*width: 220px;*/
    float: left;
    /*text-align: right;*/
    margin-right: 20px;
}

.main2 .news-info .sub-head .time-item {
    /*width: 220px;*/
    float: right;
    /*text-align: left;*/
}

.main2 .news-info .sub-head .light-tag {
    color: #8a8a8a;
}

.main2 .news-info .sub-head .dark-tag {
    color: #424242;
}

.main2 .news-info .news-img {
    display: block;
    margin: 80px auto 60px;
}

.main2 .news-info .news-text {
    /*width: 800px;*/
    margin: 60px auto;
}

.main2 .news-info .news-text p {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #424242;
   /* margin-bottom: 32px;*/
}

.main2 .news-info .news-text img {
    display: block;
    max-width: 800px;
    margin:0 auto;
}

.main2 .news-info .news-text .text-nav {
    font-size: 14px;
    line-height: 19px;
    height: 19px;
    margin-top: 100px;
}

.main2 .news-info .news-text .text-nav a {
    color: #8f8f8f;
}

.main2 .news-info .news-text .text-nav a span {
    color: #333;
}

.main2 .news-info .news-text .text-nav a:hover {
    color: #0ec16c;
    transition: 0.1s linear;
}

.main2 .news-info .news-text .text-nav a:hover span {
    color: #0ec16c;
    transition: 0.1s linear;
}
