* {
    font-size: 14px;
}

.white_wine {
    height: 27px;
    background: #fff;
}

.main_news_pic {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 51.22%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main_news_pic .top_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.24%;
    background: #000; /* For ie8 */
    background: rgba(0,0,0,0.5);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.top_line .back {
    float: right;
    width: 25px;
    margin-top: 5px;
    margin-right: 5px;
    text-align: right;
}

.main_news_pic .lower_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: #000; /* For ie8 */
    background: rgba(0,0,0,0.5);
    border-top: 4px solid rgb(235, 235, 235); /* For ie8 */
    border-top: 4px solid rgba(235, 235, 235, 0.5);
    border-bottom: 4px solid #f6da92;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.main_news_pic .lower_text .title h1 {
    height: 110px;
    padding: 10px 10px 0 3%;
    margin: 0;
    overflow: hidden;
    color: #fff;
    font-family: 'MyriadProLightSemiExt';
    font-size: 39px;
    font-weight: normal;
    line-height: 124%;
    background: none;
}
.lower_text .title b {
    font-family: 'MyriadProBoldSemiExt';
}

.main_news_pic .lower_text .date {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 37px;
    padding-right: 8px;
    padding-left: 157px;
    color: #c2c2c2;
    font-family: 'MyriadProLightSemiExt';
    font-size: 19.45px;
    line-height: 39px;

/*margin-right: 5px;*/
    /* width: 260px; */
    text-align: right;
    background: url('/_images/design/iDate.png') no-repeat center left;

/*margin-top: 10px;*/
    background-size: 100%;
}

.main_news_pic .lower_text .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: url('/_images/design/iico_field.png') no-repeat;
    /*top*/
}

.main_news_pic .lower_text .tag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 70px;
    background: url('/_images/design/iico_field.png') no-repeat;
    /*top*/
}

.main_news_pic .lower_text .tag img {
    margin: 0 !important;
    margin-top: 45px !important;
    margin-left: 7px !important;
}

.news_text {
    width: 100%;
    height: 100%;
    max-width: 825px;
    padding: 20px 3% 0;
}

.news_text a {
    text-decoration: underline;
}

.news_text img:not(.static) {
    width: 100% !important;
    height: auto !important;
    padding-top: 25px;
    margin: 0 !important;
}

.news_text * {
    line-height: 170%;
}

.gpic {
    width: 223px;
    height: 149px;
    margin-right: 18px;
    margin-bottom: 19px;
    overflow: hidden;
}

.gpic .gimg {
    width: 223px;
    height: 149px;
    transform: scale(1);
    transition: transform 0.1s;
}

.gpic .zoom {
    display: none;
}

.gpic:hover .gimg {
    transform: scale(1.1);
}

.gpic:hover .zoom {
    position: relative;
    top: -149px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 149px;
    text-align: center;
    background: url('/_images/design/zoom.png') 50% 50% no-repeat #000; /* For ie8 */
    background: url('/_images/design/zoom.png') 50% 50% no-repeat rgba(0, 0, 0, 0.3);

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
}

.banner {
    width: 100%;
    max-width: 740px;
    margin: 0 auto 20px;
}

.welcome {
    padding: 10px;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: none;
}

.goldbtn {
    display: inline-block;
/*text-transform: uppercase;*/
    width: auto;
/*padding: 40px 20px;*/
    padding: 10px;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 2.4px;
    text-align: center;
    text-decoration: none !important;
    background: #deca8f;
    box-shadow: 1.286px 1.532px 3px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    outline: none;
    transition: background 0.3s, text-decoration 0.3s;
    cursor: pointer;
}

.goldbtn:hover {
    text-decoration: underline !important;
    /*background: #2F2F2F;*/
    /*color: #ECD178;*/
    background: #ede18c;
}

.redbtn {
    display: inline-block;
/*text-transform: uppercase;*/
    width: auto;
/*padding: 40px 20px;*/
    padding: 10px;
    margin-top: 25px;
    margin-right: auto;
    margin-bottom: 35px;
    margin-left: auto;
    color: #fff;
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 2.4px;
    text-align: center;
    text-decoration: none !important;
    background: #f82327;
    box-shadow: 1.286px 1.532px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    outline: none;
    transition: background 0.3s, text-decoration 0.3s;
    cursor: pointer;
}

.redbtn:hover {
    color: #fff;
    text-decoration: underline !important;
    /*background: #2F2F2F;
	color: #ECD178;*/
    background: #f5484a;
}
.video__adaptive.video {
    position: relative;
    display: block;
    height: 0;
    padding-top: 25px;
    padding-bottom: 52.65%;
}
.video__adaptive.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media(max-width: 1020px) {
    .main_news_pic .lower_text .date {
        height: 28px;
        font-size: 16px;
        line-height: 31px;
    }
    .main_news_pic .lower_text {
        height: 140px;
    }
    .main_news_pic .lower_text .title h1 {
        height: 90px;
        font-size: 32px;
    }
}
@media(max-width: 768px) {
    .main_news_pic .lower_text .date {
        height: 24px;
        font-size: 14px;
        line-height: 28px;
    }
    .main_news_pic .lower_text {
        height: 120px;
    }
    .main_news_pic .lower_text .title h1 {
        height: 70px;
        font-size: 24px;
    }
    .video__adaptive.video {
        position: relative;
        height: 0;
        padding-top: 25px;
        padding-bottom: 52.65%;
    }
    .video__adaptive.video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media(max-width: 575px) {
    .main_news_pic .lower_text .date {
        height: 20px;
        font-size: 12px;
        line-height: 20px;
    }
    .main_news_pic .lower_text {
        height: 72px;
    }
    .main_news_pic .lower_text .title h1 {
        height: 48px;
        padding-top: 5px;
        font-size: 16px;
    }
}
