.container>.date {
    text-align: center;
    font-size: 20px;
    margin: 20px auto
}

.swiper {
    width: 558px;
    display: inline-block
}

.tt_block {
    height: 344px;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden
}

.quickAera a,.t_block a,.tt_block a {
    color: inherit;
    display: block
}

.quickAera a:link,.t_block a:link,.tt_block a:link {
    color: inherit;
    text-decoration: none
}

.quickAera a:active,.t_block a:active:,.tt_block a:active: {
    color: inherit
}

.quickAera a:visited,.t_block a:visited,.tt_block a:visited {
    color: inherit;
    text-decoration: none
}

.t_block {
    margin-top: 20px;
    height: 344px;
    float: left;
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden
}

.t_l {
    width: 580px
}

.t_l .content {
    padding: 0!important
}

.t_l .row {
    height: 54px;
    width: 100%;
    margin-top: 14px;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer
}

.t_l .row:hover {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: red
}

.t_l .row .date {
    width: 72px;
    float: left;
    text-align: center;
    transition: color 0.2s ease 0s
}

.t_l .row .date .d {
    font-size: 24px
}

.t_l .row .date .YM {
    font-size: 12px
}

.t_l .desc {
    border-left: 2px solid #ccc;
    padding-left: 10px;
    float: left;
    width: 492px;
    padding-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 40px;
    transition: color 0.2s ease 0s;
    position: relative
}

.t_l .hot::after {
    content: " ";
    background: url(../images/new.jpg) no-repeat;
    position: absolute;
    width: 23px;
    height: 9px;
    right: 0;
    top: 0
}

.t_r {
    float: right;
    display: inline-block;
    width: 580px
}

.t_r .desc {
    width: 480px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.t_r .hot::before {
    content: " ";
    background: url(../images/new.jpg) no-repeat;
    position: absolute;
    width: 23px;
    height: 9px;
    margin-left: -23px
}

.t_r .row {
    margin: 20px 0;
    border-bottom: 1px dotted #fff
}

.t_r .date {
    width: 100px;
    float: right;
    text-align: right
}

.t_r .row:hover {
    color: red;
    cursor: pointer
}

.b_l {
    width: 375px
}

.b_l .desc {
    width: 370px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.b_l .row {
    margin: 20px 0;
    border-bottom: 1px dotted #fff
}

.b_l .row:hover {
    color: red;
    cursor: pointer
}

.b_m {
    width: 580px;
    margin-left: 40px
}

.b_m .row {
    height: 54px;
    width: 100%;
    margin-top: 14px;
    border: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer
}

.b_m .row:hover {
    border: 1px solid #ccc;
    border-radius: 5px
}

.b_m .row .date {
    width: 40px;
    float: left;
    text-align: center;
    transition: all 0.5s ease 0s
}

.b_m .row .date .d {
    font-size: 18px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border: 1px solid #49733b;
    transition: all 0.5s ease 0s
}

.b_m .row .date .M {
    font-size: 18px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #49733b;
    border-top: 0;
    background: #49733b;
    color: #fff;
    transition: all 0.5s ease 0s
}

.b_m .desc {
    padding-left: 10px;
    float: left;
    width: 525px;
    padding-top: 5px;
    transition: all 0.5s ease 0s;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    height: 40px
}

.b_m .row:hover .desc {
    color: red!important
}

.b_m .row:hover .d {
    background: #49733b!important;
    color: #fff!important
}

.b_m .row:hover .M {
    background: #fff!important;
    color: #49733b!important
}

.b_r {
    width: 375px;
    margin-left: 25px
}

.b_r+img {
    cursor: pointer;
    margin: 55px auto;
    width: 360px;
    height: 174px;
    display: block
}

.t_block .title,.tt_block .title,.zs .title {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    background: #49733b;
    color: #fff
}

.quickAera {
    margin-top: 35px;
    font-size: 0
}

.quickAera>.quick {
    width: 115px;
    height: 80px;
    margin: 5px;
    display: inline-block;
    background: red;
    vertical-align: top
}

.quickAera>.quick:hover {
    box-shadow: 2px 2px 5px #333333
}

.quickAera>.quick:hover div>img {
    height: 48px;
    width: 50px;
    margin: 0 auto
}

.quickAera>.quick div>img {
    height: 38px;
    width: 40px;
    margin: 10px auto;
    display: block;
    transition: 0.45s all
}

.quickAera>.quick .text {
    height: 30px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.index_babel {
    height: 25px
}

.title>* {
    vertical-align: middle
}
.zs{
margin-bottom:40px;
}
.slick-slide img {
    width: 100%;
}

.zs>ul {
    margin-left: -10px;
    margin-right: -10px;
}

.zs>ul li {
    margin: 0 10px;
}

.zs>ul li a {
    position: relative;
    display: block;
}

.zs>ul li a .pic {
    padding-top: 56.25%;
}

.zs>ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 40px;
    padding: 0 15px;
    background: rgba(0, 0, 0, .5);
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pic {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.pic:hover img {
    transform: scale(1.1);
}

.zs .slick-prev, .zs .slick-next {
    width: 50px;
    height: 28px;
    left: auto;
    right: 100%;
    transition: all 0.5s;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}

.zs .slick-prev {
    background: url(../images/zs-prev.png) no-repeat;
    background-position: left center;
    left: -70px;
}

.zs .slick-next {
    background: url(../images/zs-next.png) no-repeat;
    background-position: right center;
    right: -70px;
}

.zs .title a{
color: #fff;
text-decoration: none;
}

.zs .title{
    margin-bottom: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}