﻿.banner-box {
    position: relative;
    height: 480px;
    overflow: hidden;
}

.banner-box .banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    z-index: 1;
    background-color: #999999;
    background-size: 100% 100%;
}

.banner-box .banner-bg:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: inherit;
    filter: blur(8px);
    z-index: 2;
}

.banner-box .banner {
    position: relative;
    z-index: 2;
    height: 480px;
    max-width: 2000px;
    margin: 0 auto;
}

.home-top {
    padding: 40px 0;
}

.home-top .cover-news {
    float: left;
    width: 450px;
    height: 340px;
}

.home-top .main-news {
    float: left;
    width: 570px;
    height: 340px;
    margin: 0 30px;
    overflow: hidden;
}

.home-top .notice-news {
    float: left;
    width: 320px;
    height: 340px;
    background-color: #F4F4F4;
}

.home-top .notice-news > .title {
    position: relative;
    height: 60px;
    background-color: #0D9AA1;
    background-image: url("../images/notice-bg.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.home-top .notice-news > .title > .text {
    padding: 20px 0 20px 20px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.home-top .notice-news > .title > .more {
    position: absolute;
    top: 19px;
    right: 10px;
    display: block;
    width: 62px;
    height: 22px;
    border-radius: 4px;
    background-color: #0D9AA1;
    background-image: url("../images/more.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.home-top .notice-news > .title > .more:hover {
    background-color: #A42870;
}

.home-top .notice-news > .content {
    padding: 20px;
}

.home-top .notice-news > .content > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-top .notice-news > .content > ul > li {
    margin-bottom: 15px;
}

.home-top .notice-news > .content > ul > li > .item {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    color: #303133;
}

.home-top .notice-news > .content > ul > li > .item > .date {
    position: absolute;
    top: 0;
    left: 0;
    height: 46px;
    width: 50px;
    border-radius: 3px;
    overflow: hidden;
}

.home-top .notice-news > .content > ul > li > .item > .date > .day {
    height: 23px;
    background-color: #d060a2;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    color: #FFFFFF;
}

.home-top .notice-news > .content > ul > li > .item > .date > .month {
    height: 23px;
    background-color: #FFFFFF;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    color: #555555;
    transform: scale(0.84);
}

.home-top .notice-news > .content > ul > li > .item > .text {
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: block;
    display: -webkit-box;
    height: 46px;
    padding-left: 60px;
    line-height: 23px;
    overflow: hidden;
}

.home-top .notice-news > .content > ul > li > .item:hover {
    color: #A42870;
}

.home-top .notice-news > .content > ul > li:last-child {
    margin-bottom: 0;
}

.home-mid {
    padding: 20px 0;
    background-color: #F8F8F8;
}

.home-mid .sole-news {
    float: left;
    width: 510px;
    height: 320px;
    margin-right: 30px;
}

.home-mid .sole-news > .content {
    padding: 16px 0;
}

.home-mid .sole-news > .content > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-mid .sole-news > .content > ul > li > .item {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    color: #303133;
}

.home-mid .sole-news > .content > ul > li > .item:hover {
    color: #A42870;
}

.home-mid .sole-news > .content > ul > li > .item > .text {
    display: block;
    box-sizing: border-box;
    height: 36px;
    padding: 6px 90px 6px 0;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-mid .sole-news > .content > ul > li > .item > .date {
    position: absolute;
    top: 6px;
    right: 0;
    height: 24px;
    line-height: 24px;
    color: #999999;
}

.home-mid .sole-news > .content .cover {
    position: relative;
    display: block;
    height: 120px;
    margin: 8px 0 16px 0;
    background-color: #0D9AA1;
    text-decoration: none;
}

.home-mid .sole-news > .content .cover > .img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 180px;
    height: 100%;
    background-color: #555555;
}

.home-mid .sole-news > .content .cover > .img > img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-mid .sole-news > .content .cover > .main {
    box-sizing: border-box;
    margin-left: 180px;
    padding: 15px;
}

.home-mid .sole-news > .content .cover > .main > .title {
    margin-bottom: 6px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-mid .sole-news > .content .cover > .main > .date {
    line-height: 20px;
    font-size: 12px;
    color: #BFF2F3;
}

.home-mid .sole-news > .content .cover > .main > .summary {
    line-height: 20px;
    font-size: 13px;
    color: #BFF2F3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-mid .fast-menu {
    width: 320px;
    height: 320px;
    float: left;
    overflow: hidden;
}

.home-mid .fast-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-mid .fast-menu > ul > li {
    height: 100px;
    margin-bottom: 10px;
}

.home-mid .fast-menu > ul > li:last-child {
    margin-bottom: 0;
}

.home-mid .fast-menu > ul > li a, .home-mid .fast-menu > ul > li img {
    display: block;
    height: 100%;
    width: 100%;
}

.home-bottom {
    padding: 20px 0 40px 0;
}

.home-bottom .photo-news > .content {
    padding-top: 25px;
}

.home-bottom .photo-news > .content > .item {
    float: left;
    display: block;
    overflow: hidden;
    height: 280px;
    width: 338px;
    margin-right: 16px;
    text-decoration: none;
}

.home-bottom .photo-news > .content > .item:last-child {
    margin-right: 0;
}

.home-bottom .photo-news > .content > .item > .img {
    overflow: hidden;
    height: 230px;
    width: 100%;
}

.home-bottom .photo-news > .content > .item > .img > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
}

.home-bottom .photo-news > .content > .item > .img > img:hover {
    transform: scale(1.2);
}

.home-bottom .photo-news > .content > .item > .title {
    box-sizing: border-box;
    height: 50px;
    padding: 13px 20px;
    background-color: #A42870;
    line-height: 24px;
    font-size: 14px;
    color: #FFFFFF;
}

.news-panel > .title {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}

.news-panel > .title > .text {
    display: inline-block;
    box-sizing: border-box;
    height: 50px;
    padding: 15px 0;
    border-bottom: 3px solid #A42870;
    color: #A42870;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
}

.news-panel > .title > .more {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    height: 22px;
    width: 62px;
    border-radius: 4px;
    background-color: #c9c9c9;
    background-image: url("../images/more.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.news-panel > .title > .more:hover {
    background-color: #A42870;
}

.tab-panel > .title {
    position: relative;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}

.tab-panel > .title > .text {
    display: inline-block;
    box-sizing: border-box;
    height: 50px;
    padding: 15px 0;
    margin-right: 30px;
    color: #666;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.tab-panel > .title > .text.active {
    border-bottom: 3px solid #A42870;
    color: #A42870;
}

.tab-panel > .title > .text:last-child {
    margin-right: 0;
}

.tab-panel > .title > .more {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    height: 22px;
    width: 62px;
    border-radius: 4px;
    background-color: #c9c9c9;
    background-image: url("../images/more.png");
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.tab-panel > .title > .more:hover {
    background-color: #A42870;
}

.tab-panel > .content-tab > .content {
    display: none;
    padding: 16px 0;
}

.tab-panel > .content-tab > .content > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tab-panel > .content-tab > .content > ul > li > .item {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    color: #303133;
}

.tab-panel > .content-tab > .content > ul > li > .item:hover {
    color: #A42870;
}

.tab-panel > .content-tab > .content > ul > li > .item > .text {
    display: block;
    box-sizing: border-box;
    height: 36px;
    padding: 6px 90px 6px 0;
    line-height: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-panel > .content-tab > .content > ul > li > .item > .date {
    position: absolute;
    top: 6px;
    right: 0;
    height: 24px;
    line-height: 24px;
    color: #999999;
}

.tab-panel > .content-tab > .content > ul > li > .item-top {
    display: block;
    position: relative;
    margin-bottom: 15px;
    text-decoration: none;
    font-size: 14px;
    color: #303133;
}

.tab-panel > .content-tab > .content > ul > li > .item-top:hover {
    color: #A42870;
}

.tab-panel > .content-tab > .content > ul > li > .item-top > .text {
    display: block;
    box-sizing: border-box;
    padding: 6px 90px 6px 0;
}

.tab-panel > .content-tab > .content > ul > li > .item-top > .text > .title {
    margin-bottom: 2px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-panel > .content-tab > .content > ul > li > .item-top > .text > .summary {
    line-height: 24px;
    font-size: 13px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-panel > .content-tab > .content > ul > li > .item-top > .date {
    position: absolute;
    top: 6px;
    right: 0;
    height: 24px;
    line-height: 24px;
    color: #999999;
}

.tab-panel > .content-tab > .content > .cover {
    position: relative;
    display: block;
    height: 120px;
    margin: 8px 0 16px 0;
    background-color: #0D9AA1;
    text-decoration: none;
}

.tab-panel > .content-tab > .content > .cover > .img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 180px;
    height: 100%;
    background-color: #555555;
}

.tab-panel > .content-tab > .content > .cover > .img > img {
    display: block;
    width: 100%;
    height: 100%;
}

.tab-panel > .content-tab > .content > .cover > .main {
    box-sizing: border-box;
    margin-left: 180px;
    padding: 15px;
}

.tab-panel > .content-tab > .content > .cover > .main > .title {
    margin-bottom: 6px;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-panel > .content-tab > .content > .cover > .main > .date {
    line-height: 20px;
    font-size: 12px;
    color: #BFF2F3;
}

.tab-panel > .content-tab > .content > .cover > .main > .summary {
    line-height: 20px;
    font-size: 13px;
    color: #BFF2F3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*# sourceMappingURL=home.css.map */