/* ============================================================
   news  —  最新消息/影片/部落格 內容   〔單元〕
   （影片相關樣式以 .youtube/.video/.contnet 等 class 區分）
   ============================================================ */

.contents-*/.blog-list)
   （由 all.css 拆分；純樣式區塊，改這裡不影響其他積木）
   ============================================================ */


@media (min-width: 1080px) {
    .login-link a:hover {
        opacity: 0.8;
    }

}

@media (max-width: 767px) {
    .login-link {
        margin-bottom: 0px;
    }

.radio-group {
        font-size: 15px;
    }

.form-phone-input input {
        width: 100%;
    }

.form-phone-input input {
        width: 100%;
    }

.form-password-input input {
        width: 100%;
    }

.form-password-input-text {
        width: 100%;
        line-height: 28px;
        font-size: 16px;
        margin-top: 10px;
    }

.name-input {
        width: 48%;
    }

.text {
        padding: 0px;
    }

}

#video-page .content-left {
    float: left;
    width: 64%;
}

.video-list-title {
    color: #252525;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.hot-video {
    background: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.video-ul li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 10px;
}

.hot-video-list iframe {
    width: 100% !important;
    height: 185px !important;
}

.video-title {
    font-size: 23px;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.video-item-title {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.hot-video-phone {
    display: none;
}

.hot-video-phone .swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -45px;
}

.hot-video-phone .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #c9caca;
    margin: 0px 5px;
    opacity: 1;
}

.hot-video-phone .swiper-pagination-bullet-active {
    background: #e1ca8b;
}

.hot-video-phone .swiper-pagination-bullet:focus {
    outline: none;
}

.all-video li {
    margin-bottom: 15px;
}

.contnet-right {
    width: 32%;
}

.contnet-right-hot-ul li {
    margin-bottom: 15px;
    position: relative;
}

#video-page .hot-content-block ul .hot-image {
    width: 34%;
    float: left;
}

#video-page .hot-content-block ul .hot-image img {
    width: 100%;
    vertical-align: middle;
    border-radius: 2px;
}

.hot-content {
    width: 64%;
}

.contnet-right-hot-item-title {
    color: #444343;
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

#video-page .hot-depiction {
    font-size: 13px;
    line-height: 18px;
    height: 36px;
    margin-bottom: 5px;
    color: #9e9e9e;
    overflow: hidden;
}

.contnet-right-more {
    line-height: 19px;
    margin-top: 3px;
    font-size: 12px;
    padding: 0px 5px;
    color: #4C4948;
    display: inline-block;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
}

.contnet-right-hot-ul .tags {
    position: absolute;
    width: 64%;
    box-sizing: border-box;
    right: 0;
    bottom: 0;
}

.contnet-right-hot-date {
    font-size: 12px;
    color: #999;
}

#video-page .news-left .hot-content-block ul .hot-image {
    width: 26%;
}

#video-page .news-left .hot-content-block ul .hot-content {
    width: 72%;
}

.news-left .tags {
    width: 72%;
}

.contents-main img {
    max-width: 100%;
}

.contents-main {
    color: #888;
    font-size: 14px;
    line-height: 30px;
}

.contents-main h2 {
    color: #fff;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
    border-radius: 5px;
    padding: 5px 10px;
    background: #666;
}

.contents-main h3 {
    color: #c8ac89;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
}

.info-quote {
    background: #f5f5f5;
    max-width: 100%;
    margin: 3% auto;
    border-radius: 10px;
    padding: 3%;
}

.contents-main .info-quote h2 {
    margin-top: 0px;
    background: none;
    color: #444;
    padding: 0 0;
}

.contents-main ul {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 1.5%;
    margin: 2% 0;
}

.contents-main ul li {
    font-size: 14px;
    margin-left: 22px;
    list-style: disc;
    line-height: 40px;
    color: #555;
    font-weight: bold;
}

.contents-main ol {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 1.5%;
    margin: 2% 0;
}

.contents-main strong {
    font-size: 16px;
    color: #e4805a;
    font-weight: bold;
}

.contents-main a {
    color: #5a8ad2;
}

.contents-main em {
    font-size: 18px;
    font-weight: bold;
    color: #888;
    font-style: initial;
}

.contents-hot li {
    float: left;
    width: 33.33%;
    margin-bottom: 20px;
}

.contents-hot-main {
    margin: 0 10px;
}

.contents-hot-images a {
    display: block;
}

.contents-hot-images img {
    width: 100%;
    vertical-align: middle;
    border-radius: 5px;
}

.contents-hot-item-title a {
    margin-top: 10px;
    text-align: center;
    color: #434343;
    font-size: 15px;
    font-weight: bold;
    vertical-align: top;
    display: block;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.contents-hot-text {
    color: #808080;
    font-size: 13px;
    line-height: 20px;
    display: block;
    height: 20px;
    overflow: hidden;
    text-align: center;
}

.contents-hot-price {
    margin-bottom: 5px;
    color: #eb6153;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.contents-hot-price span {
    text-decoration: line-through;
    color: #969696;
    font-size: 12px;
    margin-left: 10px;
}

.contents-other li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
}

.contents-other-left {
    width: 49%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.contents-other-left a {
    display: block;
}

.contents-other-left img {
    width: 100%;
    vertical-align: middle;
}

.contents-other-right {
    width: 49%;
}

.contents-other-title a {
    display: block;
    color: #444343;
    font-size: 17px;
    margin: 0px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 5%;
    font-weight: bold;
}

.contents-other-text a {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    display: block;
    height: 60px;
    overflow: hidden;
}

.go-back {
    padding: 30px 0px;
    text-align: center;
}

.go-back a {
    transition: all .5s ease 0s;
    display: inline-block;
    line-height: 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 30%;
    background: #666666;
}

.contents-display-button {
    cursor: pointer;
    background: #666666;
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    border-radius: 5px;
    border: 1px solid #666666;
    font-size: 13px;
    margin-left: 10px;
}

.contents-display-button em {
    display: inline-block;
    background: url(/assets/images/xindenr_266.png) no-repeat;
    width: 14px;
    height: 6px;
    margin-left: 5px;
    vertical-align: 2px;
    background-size: 10px;
}

.contents-write-submit {
    -webkit-appearance: none;
    cursor: pointer;
    height: 30px;
    width: 90px;
    color: #888;
    font-size: 13px;
    text-align: center;
    background: #f7f7f7;
    margin-top: 12px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
}

.content-time {
    margin-top: 10px;
    font-size: 12px;
    color: #c7c7c7;
}

.sorting {
    line-height: 32px;
    margin-top: 10px;
}

.sorting a {
    line-height: 30px;
    display: inline-block;
    border: 1px solid #d8d8d8;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 0px 7px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 13px;
    background: #DDDDDD;
    color: #FFFFFF;
}

.sorting .active {
    color: #eee;
    background: #5c95b5;
}

@media (min-width: 1080px) {

    .contents-hot li a:hover,
    .contents-other li a:hover {
        opacity: 0.8;
    }

    .go-back a:hover {
        background: #cfbb84;
    }

    .blog-list li a:hover {
        opacity: 0.8;
    }
}

@media (max-width: 767px) {
    .hot-video-pc {
        display: none;
    }

    .hot-video-phone {
        display: block;
        position: relative;
    }

    .hot-video-list iframe {
        height: 160px !important;
    }

    .contnet-right {
        width: 100%;
        margin-top: 20px;
    }

    .contnet-right-hot-ul .tags {
        position: static;
        width: 100% !important;
    }

    #video-page .news-left .hot-content-block ul .hot-image {
        width: 37%;
    }

    .news-left .hot-content {
        width: 61%;
    }

    .contents-hot li {
        width: 50%;
    }

    .contents-other li {
        width: 100%;
    }

    .go-back a {
        line-height: 35px;
    }

    .blog-list li {
        width: 50%;
    }

    .video-ul li {
        width: 100%;
    }

    #video-page .content-left {
        width: 100%;
    }
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.privacy {
    padding: 7px 0px;
}

.privacy p,
ul {
    font-size: 13.5px;
    text-align: -webkit-auto;
}

.privacy h2 {
    background-color: #444;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 4px 10px;
    margin: 2px 0px;
    border-radius: 5px;
}

#validation-message-form .error {
    color: red;
}

