.index {
    position: relative;
}

.index #main {
    position: relative;
    width: 1280px;
    margin: 0 auto;
    z-index: 99;
    padding-top: 5px;
    padding-bottom: 48px;
}

.index #main h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.index #main .index_news {
    background: url(../images/index/news_title.png) no-repeat 1129px 33px;
    position: relative;
    height: 175px;
    overflow: hidden;
    padding-right: 240px;
}

.index #main .index_news:after {
    content: "";
    width: 100%;
    height: 3px;
    background: url(../images/index/line.png) repeat-x 0 0;
    display: block;
    clear: both;
    position: absolute;
    bottom: 0;
}

.index #main .index_news .list {
    margin-top: 35px;
    width: 400px;
    margin-right: 45px;
    float: left;
}

.index #main .index_news .list ul li {
    line-height: 140%;
    margin-bottom: 12px;
}

.index #main .index_news .list ul li .date {
    color: #999999;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 20px;
}

.index #main .index_news .list ul li a {
    color: #212121;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index #main .index_news .list ul li a:hover {
    text-decoration: underline;
}

.index #main .index_news .detail {
    margin-top: 30px;
    overflow: hidden;
    height: 592px;
}

.index #main .index_news .detail .date {
    color: #D6B239;
    font-family: "Times New Roman";
    font-weight: bold;
    font-size: 15px;
    height: 51px;
    line-height: 51px;
}

.index #main .index_news .detail .date span {
    font-size: 42px;
}

.index #main .index_news .detail .title {
    width: 210px;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    height: 70px;
    float: left;
    overflow: hidden;
}

.index #main .index_news .detail .title a {
    color: #333333;
    text-decoration: none;
}

.index #main .index_news .detail .text {
    width: 360px;
    float: right;
    overflow: hidden;
    margin-top: -45px;
    color: #777777;
    height: 115px;
}

.index #main .index_news .detail .text a {
    color: #777777;
    text-decoration: none;
}

.index #main .index_news .more {
    position: absolute;
    right: 6px;
    top: 132px;
}

.index #main .index_news .more a {
    display: block;
    width: 29px;
    height: 29px;
    background: url("../images/index/news_more.png") no-repeat 0 0;
}

.index #main .index_news .more a:hover {
    background: url("../images/index/news_more_.png") no-repeat 0 0;
}

.index #main .index_news .arrow {
    position: absolute;
    right: 167px;
    top: 5px;
}

.index #main .index_news .arrow span {
    display: block;
    width: 53px;
    height: 150px;
    background: url("../images/index/news_arrow.png") no-repeat 0 0;
}

.index #main .index_news .arrow a:hover {
    background: url("../images/index/news_arrow_.png") no-repeat 0 0;
}

.index #main .index_video {
    width: 400px;
    height: 300px;
    padding-top: 75px;
    background: url("../images/index/video_title.png") no-repeat 0 0;
    float: left;
    margin-right: 45px;
}

.index #main .index_video img,
.index #main .index_video iframe {
    width: 400px;
    height: 300px;
}

.index #main .index_entertainer {
    background: url("../images/index/entertainer_title.png") no-repeat 62px 26px;
    padding-top: 75px;
    position: relative;
    float: right;
}

.index #main .index_entertainer .list {
    position: relative;
    width: 835px;
    height: 300px;
}

.index #main .index_entertainer .list .left {
    position: absolute;
    left: 0px;
    top: 107px;
}

.index #main .index_entertainer .list .left a {
    display: block;
    width: 45px;
    height: 89px;
    background: url("../images/index/left2.png") no-repeat 0 0;
}

.index #main .index_entertainer .list .left a:hover {
    opacity: .8;
}

.index #main .index_entertainer .list .right {
    position: absolute;
    right: -40px;
    top: 107px;
}

.index #main .index_entertainer .list .right a {
    display: block;
    width: 45px;
    height: 89px;
    background: url("../images/index/right2.png") no-repeat 0 0;
}

.index #main .index_entertainer .list .right a:hover {
    opacity: .8;
}

.index #main .index_entertainer .list ul {
    margin-left: 46px;
}

.index #main .index_entertainer .list ul li {
    width: 225px;
    height: 300px;
    padding: 0 15px;
    position: relative;
    float: left;
}

.index #main .index_entertainer .list ul li a {
    width: 225px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.index #main .index_entertainer .list ul li a .name {
    position: absolute;
    width: 225px;
    height: 300px;
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
    z-index: 99;
}

.index #main .index_entertainer .list ul li a .name span {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.75);
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.index #main .index_entertainer .list ul li a img {
    /*position: absolute;*/
    max-width: 225px;
    max-height: 300px;
    height: auto !important;
    z-index: 9;
    margin: 0 auto;
}

.index #main .index_entertainer .more {
    position: absolute;
    right: 63px;
    top: 40px;
}

.index #main .index_entertainer .more a {
    display: block;
    width: 74px;
    height: 22px;
    background: url("../images/index/entertainer_more.png") no-repeat 0 0;
}

.index #main .index_entertainer .more a:hover {
    background: url("../images/index/entertainer_more_.png") no-repeat 0 0;
}

#index_banner {
    position: relative;
    min-width: 1360px;
}

#index_banner:before {
    content: "";
    display: block;
    top: 100%;
    position: absolute;
    width: 100%;
    height: 20px;
    background: url('../images/shadow.png') repeat-x;
}

#index_banner:after {
    content: "";
    width: 88px;
    height: 534px;
    background: url(../images/lbg.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 9;
}

#index_banner .control_inner {
    position: relative;
    margin: 0 auto;
    display: inline-block;
}

#index_banner .control {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    text-align: center;
    width: 100%;
}

#index_banner .control li {
    display: inline-block;
}

#index_banner .control li button {
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    border: 0px;
    outline: 0px;
    overflow: hidden;
    padding: 0px;
    cursor: pointer;
    background: url(../images/_icon/dot.png)right center no-repeat;
}

#index_banner .control li.slick-active button {
    background-position: left center;
}

#index_banner .control .slick-next,
#index_banner .control .slick-prev {
    display: block;
    width: 16px;
    height: 13px;
    padding: 0px;
    outline: 0px;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/_icon/nav.png)left center no-repeat;
    cursor: pointer;
    position: absolute;
    top: 3px;
}

#index_banner .control .slick-prev {
    background-position: left center;
    right: 150%;
}

#index_banner .control .slick-next {
    background-position: right center;
    left: 150%;
}

ul.slick-dots {
    display: inline-block !important;
}

.bigpic a {
    display: block;
    background: #fff;
}
