.home .title {
    width: 225px;
    height: 61px;
    background: url(../images/home_bg_title.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.home .float-include .yfgk {
    margin-top: 56px;
    margin-bottom: 40px;
}

.home .title .title-text {
    text-align: center;
    line-height: 61px;
    margin-top: 0px;
}

.home .title .title-text img {
    width: 37px;
    height: 37px;
    vertical-align: middle;
    margin-top: -6px;
}

.home .title .title-text span {
    padding-left: 5px;
    font-size: 25px;
    font-weight: 600;
}

.home .btn {
    margin: 32.5px auto;
    width: 120px;
    height: 30px;
}

.home .btn button {
    text-decoration: none;
    padding: 0px 15px;
    line-height: 30px;
    border: 1px solid #bbbbbb;
    border-radius: 16px;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

.home .btn button img {
    vertical-align: middle;
    width: 12px;
}

.home .float-include {
    width: 1200px;
    height: 465px;
    background: url(../images/home_bg_yfgk2.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: -100px;
}

.home .float-include .info {
    position: relative;
    margin: 0 auto;
    width: 822px;
    height: 150px;
    font-size: 16px;
    color: #0D1D28;
    line-height: 30px;
    font-weight: 400;
    text-indent: 2em;
}

.home .float-include .info .info-multi {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home .float-include .info::before {
    position: absolute;
    top: 0;
    left: -100px;
    content: '';
    width: 57px;
    height: 42px;
    display: block;
    background: url('../images/home_symbol_l.png') no-repeat center;
    background-size: 57px 42px;
}

.home .float-include .info::after {
    position: absolute;
    bottom: 0;
    right: -100px;
    content: '';
    width: 57px;
    height: 42px;
    display: block;
    background: url('../images/home_symbol_r.png') no-repeat center;
    background-size: 57px 42px;
}

.home .festival-active {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 83px;
}

.home .festival-active .active-content .content-img {
    float: left;
    height: 362px;
    margin-top: 89px;
    width: 428px;
    position: relative;
    overflow: visible;
}


.home .festival-active .active-content .content-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home .festival-active .active-content .content-img .dsmh {
    width: 100%;
    position: absolute;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    z-index: 5;
    color: #FFFFFF;
    bottom: 0;
    left: 0;
}

.home .festival-active .active-content .content-img::before {
    content: "";
    bottom: 0;
    left: 0;
    height: 44px;
    line-height: 44px;
    position: absolute;
    opacity: 0.56;
    background: #0D1D28;
    width: 100%;
    z-index: 5;
}

.home .festival-active .active-content .content-img::after {
    position: absolute;
    top: 2%;
    left: 3%;
    content: "";
    width: 100%;
    height: 100%;
    border: 5px solid #ffffff;
    z-index: 0;
}

.home .festival-active .active-content .content-right {
    float: right;
    width: calc(100% - 470px);
}

.home .festival-active .active-content .content-right .right-header {
    overflow: hidden;
    line-height: 61px;
    padding: 0 0 0 13px;
}

.home .festival-active .active-content .content-right .right-header .title {
    float: left;
}

.home .festival-active .active-content .content-right .right-header .btn {
    float: right;
    margin: 0;
    width: auto;
}

.home .festival-active .active-content .content-right .text {
    font-size: 24px;
    color: #0D1D28;
    letter-spacing: 0;
    font-weight: 600;
    margin-top: 23px;
}

.home .festival-active .active-content .content-right .info {
    position: relative;
    width: 727px;
    height: 165px;
    font-size: 16px;
    color: #0D1D28;
    line-height: 30px;
    font-weight: 400;
    text-indent: 2em;
    margin-top: 12px;
}

.home .festival-active .active-content .content-right .info .info-multi {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home .festival-active .active-content .content-right .info::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 7px;
    right: 0;
    bottom: 21.5px;
    background-color: #000;
}

.home .festival-active .active-content .content-right .right-bottom {
    overflow: hidden;
}

.home .festival-active .active-content .content-right .right-bottom .list-img {
    width: 32.3%;
    height: 156px;
    float: left;
    background-color: red;
    position: relative;
}

.home .festival-active .active-content .content-right .right-bottom .list-img img {
    width: 100%;
    height: 100%;
}

.home .festival-active .active-content .content-right .right-bottom .list-img .dsmh {
    width: 100%;
    position: absolute;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    z-index: 5;
    color: #FFFFFF;
    bottom: 0;
    left: 0;
}

.home .festival-active .active-content .content-right .right-bottom .list-img::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 45px;
    line-height: 45px;
    position: absolute;
    opacity: 0.56;
    background: #0D1D28;
    width: 100%;
}

.list-img-div::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 45px;
    line-height: 45px;
    position: absolute;
    opacity: 0.56;
    background: #0D1D28;
    width: 100%;
}

.home .festival-active .active-content .content-right .right-bottom .list-img + .list-img {
    margin-left: 10px;
}

.home .hot-view {
    width: 1200px;
    margin: 0 auto;
    margin-top: 83px;
}

.home .hot-view .view-header {
    line-height: 56px;
    width: 712px;
    float: right;
    overflow: hidden;
    margin-bottom: 47px;
}

.home .hot-view .view-header .title {
    float: left;
}

.home .hot-view .view-header .btn {
    float: right;
    margin: 0;
    width: auto;
}

.home .hot-view .view-content {
    overflow: hidden;
    height: 613px;
}

.home .hot-view .view-content .content-left {
    float: left;
    width: 522px;
}

.home .hot-view .view-content .content-left .img {
    width: 522px;
    height: 537px;
    background-color: blue;
}

.home .hot-view .view-content .content-left .img img {
    width: 100%;
    height: 100%;
}

.home .hot-view .view-content .content-left .info {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 522px;
}

.home .hot-view .view-content .content-left .text {
    font-size: 24px;
    color: #0D1D28;
    font-weight: 500;
    line-height: 56px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 522px;
}

.home .hot-view .view-content .content-left .infos {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home .hot-view .view-content .cotent-right {
    float: right;
    overflow: hidden;
    height: 100%;
}

.home .hot-view .view-content .cotent-right .message {
    float: left;
}

.home .hot-view .view-content .cotent-right .message .img {
    width: 316px;
    height: 210px;
}

.home .hot-view .view-content .cotent-right .message .img img {
    width: 100%;
    height: 100%;
}

.home .hot-view .view-content .cotent-right .message .text {
    font-size: 24px;
    color: #0D1D28;
    font-weight: 500;
    line-height: 56px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 316px;
}

.home .hot-view .view-content .cotent-right .message .info {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 316px;
}

.home .hot-view .view-content .cotent-right .ingo {
    float: right;
    margin-left: 23px;
}

.home .hot-view .view-content .cotent-right .ingo .img {
    width: 316px;
    height: 210px;
}

.home .hot-view .view-content .cotent-right .ingo .img img {
    width: 100%;
    height: 100%;
}

.home .hot-view .view-content .cotent-right .ingo .text {
    font-size: 24px;
    color: #0D1D28;
    font-weight: 500;
    line-height: 56px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 316px;
}

.home .hot-view .view-content .cotent-right .ingo .info {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 316px;
}

.home .local-foot {
    width: 1200px;
    margin: 0 auto;
    margin-top: 83px;
}

.home .local-foot .foot-header {
    line-height: 56px;
    width: 712px;
    float: right;
    overflow: hidden;
    margin-bottom: 47px;
}

.home .local-foot .foot-header .title {
    float: left;
}

.home .local-foot .foot-header .btn {
    float: right;
    margin: 0;
    width: auto;
}

.home .local-foot .foot-content {
    overflow: hidden;
}

.home .local-foot .foot-content .list {
    width: 282px;
    height: 187px;
    float: left;
    position: relative;
}

.home .local-foot .foot-content .list img {
    width: 100%;
    height: 100%;
}

.home .local-foot .foot-content .list .dsmh {
    width: 100%;
    position: absolute;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    z-index: 5;
    color: #FFFFFF;
    bottom: 0;
    left: 0;
}

.home .local-foot .foot-content .list::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 45px;
    line-height: 45px;
    position: absolute;
    opacity: 0.56;
    background: #0D1D28;
    width: 100%;
}

.home .local-foot .foot-content .list + .list {
    margin-left: 24px;
}

.home .local-special {
    width: 1200px;
    margin: 0 auto;
    margin-top: 83px;
    margin-bottom: 83px;
}

.home .local-special .foot-header {
    line-height: 56px;
    width: 712px;
    float: right;
    overflow: hidden;
    margin-bottom: 47px;
}

.home .local-special .foot-header .title {
    float: left;
}

.home .local-special .foot-header .btn {
    float: right;
    margin: 0;
    width: auto;
}

.home .local-special .foot-content {
    overflow: hidden;
}

.home .local-special .foot-content .list {
    width: 282px;
    height: 187px;
    float: left;
    position: relative;
}

.home .local-special .foot-content .list img {
    width: 100%;
    height: 100%;
}

.home .local-special .foot-content .list .dsmh {
    width: 100%;
    position: absolute;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    z-index: 5;
    color: #FFFFFF;
    bottom: 0;
    left: 0;
}

.home .local-special .foot-content .list::after {
    content: "";
    bottom: 0;
    left: 0;
    height: 44px;
    line-height: 44px;
    position: absolute;
    opacity: 0.56;
    background: #0D1D28;
    width: 100%;
}

.home .local-special .foot-content .list + .list {
    margin-left: 24px;
}

