﻿[v-cloak] {
    display: none;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/85b2059d00d4435ca35f35f6d5d6b6af.woff') format('woff2')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconsanjiao:before {
    content: "\e618";
}

.iconbaoliao:before {
    content: "\e619";
}

.icondingwei:before {
    content: "\e61a";
}

.iconzuo:before {
    content: "\e61b";
}

.iconshouji:before {
    content: "\e61c";
}

.iconyou:before {
    content: "\e61d";
}

.iconzuozhe:before {
    content: "\e61e";
}

.iconoe:before {
    content: "\e601";
}

.iconoeeee_logo:before {
    content: "\e61f";
}

.iconPcduan:before {
    content: "\e608";
}

.iconnandulanmu:before {
    content: "\e609";
}

.iconxialacaidan:before {
    content: "\e60a";
}

.iconhuidaoding:before {
    content: "\e60c";
}

.iconbofangqi:before {
    content: "\e611";
}

.iconyuedu:before {
    content: "\e612";
}

.iconbofangqi1:before {
    content: "\e613";
}

.iconaoyiwangdanse:before {
    content: "\e614";
}

.icontop:before {
    content: "\e620";
}

.iconzuozhe:before {
    content: "\e61e";
    margin-right: 5px;
}

.iconyuedu:before {
    content: "\e612";
    color: #d7dbdb;
    margin-right: 5px;
    font-size: 17px;
}

/*48小时*/

.siblings48 {
    width: 350px;
    padding-bottom: 40px;
}

.siblings48_head {
    height: 45px;
    background-color: rgb(248, 248, 248);
    border-bottom: 1px solid rgb(242, 242, 242);
}

.siblings48_head p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(1, 165, 194, 1);
    line-height: 45px;
    background-color: white;
    border-top: 2px solid rgba(1, 165, 194, 1);
    display: inline-block;
    border-right: 1px solid rgb(242, 242, 242);
    padding-right: 5px;
}

.siblings48_head_ul {
    font-size: 14px;
    font-weight: 400;
    color: rgba(1, 165, 194, 1);
    display: inline-block;
    float: right;
    height: 40px;
}

.siblings48_head_ul li {
    display: inline-block;
    line-height: 45px;
    padding: 0 10px;
    color: #888888;
    cursor: pointer;
}

.siblings48_head_ul li.active {
    background-color: white;
    border-right: rgb(242, 242, 242) 1px solid;
    border-left: rgb(242, 242, 242) 1px solid;
    border-top: rgb(242, 242, 242) 1px solid;
    color: rgba(1, 165, 194, 1);
}

.siblings48_main_ul {
    width: 100%;
}

.siblings48_main_ul li {
    position: relative;
    border-bottom: 1px solid rgb(242, 242, 242);
    padding: 11px 0;
    height: 66px;
}

.siblings48_main_ul li .number {
    width: 25px;
    height: 25px;
    background: #EFEFEF;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    color: rgb(165, 165, 165);
    display: inline-block;
    margin-right: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.siblings48_main_ul li .txt {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 43px;
}

.siblings48_main_ul li .txt:hover {
    color: #01a5c2;
    text-decoration: none;
}

.siblings48_main_ul li:first-of-type .number {
    background: rgba(1, 165, 194, 1);
    color: white;
}

.siblings48_main_ul li:nth-of-type(2) .number {
    background: rgba(1, 165, 194, 1);
    color: white;
    opacity: 0.85;
}

.siblings48_main_ul li:nth-of-type(3) .number {
    background: rgba(1, 165, 194, 1);
    color: white;
    opacity: 0.75;
}

/*48小时end*/

/*视频推荐*/

.subTagTitle {
    border-top: 1px solid rgb(242, 242, 242);
    position: relative;
    height: 45px;
}

.subTagTitle p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(1, 165, 194, 1);
    line-height: 40px;
    border-top: 1px solid #00ABC9;
    position: absolute;
    height: 40px;
    top: -1px;
}

.RecomVideo {
    width: 350px;
    padding-bottom: 40px;
}

.RecomVideo .videoB {
    background-color: black;
    width: 350px;
    height: 197px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

}

.RecomVideo .videoB .txt {
    position: absolute;
    bottom: 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.RecomVideo .videoB .txt .circle {
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    position: relative;
    margin: 5px 13px;
    display: inline-block;
}

.circle_inner_play {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -3px;
    display: inline-block;
}

.circle_inner_pause {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -9px;
    color: white;
    font-size: 8px;
}

.circle_inner_pause p {
    display: inline-block;
    width: 3px;
    height: 12px;
    background-color: white;
    margin-top: 3px;
    margin-left: 5px;

}

.RecomVideo .videoB .txt .title {
    width: 272px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: right;
}

.vw_video_box {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.RecomVideo .videoS {
    width: 350px;
    height: 108px;
    position: relative;
    margin-top: 8px;
    background-color: #F8F8F8;
}

.RecomVideo .videoS .videoS_img_box {
    width: 160px;
    height: 108px;
    display: inline-block;
    position: relative;
    overflow: hidden;

}

.RecomVideo .videoS .videoS_img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    transition: all .5s linear;
}

.RecomVideo .videoS .videoS_img:hover {
    transition: all .5s linear;
    transform: scale(1.1);
    /*width: 180px;*/
    /*height: 128px;*/
}

.RecomVideo .videoS .txt {
    float: right;
    width: 148px;
    height: 59px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-right: 17px;
    text-align: justify;
    margin-top: 25px;
}

.RecomVideo .videoS .txt .bofang {
    width: 20px;
    height: 15px;
    background: rgba(1, 165, 194, 1);
    border-radius: 3px;
    position: relative;
    display: inline-block;
    bottom: -2px;
    margin-right: 5px;
}

.RecomVideo .videoS .txt .bofang:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -3px;
}

/*视频推荐end*/

/*广告推广*/

.subTagTitle {
    border-top: 1px solid rgb(242, 242, 242);
    position: relative;
    height: 45px;
}

.subTagTitle p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(1, 165, 194, 1);
    line-height: 40px;
    border-top: 1px solid #00ABC9;
    position: absolute;
    height: 40px;
    top: -1px;
}

.subTagTitle span {
    font-size: 14px;
    color: #DCDCDC;
}

.popularize {
    width: 350px;
    padding-bottom: 40px;
}

.popularize .inside {
}

.popularize .inside .host {
    font-size: 16px;
}

.popularize .inside .ad_300 {
    text-align: center;
    margin-top: 20px;

}

/*广告推广end*/

body {
    padding-top: 60px;
}

.wid1200 {
    width: 1200px;
    margin: auto;
}

.captain {
    width: 100%;
    height: 120px;
    background: rgba(20, 173, 204, 1);
    margin-bottom: 40px;
}

.captain .captain_center {
    width: 1200px;
    height: 100%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 0px 13px;
    background-size: 341px;
}

.captain .captain_center p {
    letter-spacing: 1px;
    font-size: 30px;
    line-height: 122px;
    color: white;
    margin-left: 32px;
}

.captain .captain_center p span {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 8px;
}

#main{
    margin-top: 9px;
}

.main .left {
    width: 750px;
    display: inline-block;
    margin-right: 50px;
}

.main .right {
    width: 350px;
    display: inline-block;
    vertical-align: top;
}

.home_list {
    width: 100%;
}

.home_list .home_self {
    border-bottom: 1px solid #EDEDED;
    padding: 20px 20px;
    position: relative;
    border-radius: 2px;
    transition: all .2s linear;
    display: flex;
}

.home_list .home_self:hover {
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, .2);
}

.home_list .home_self .tu_box {
    width: 240px;
    height: 162px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    overflow: hidden;
    flex: 0 0 240px;
}

.home_list .home_self .tu {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s linear;
    cursor: pointer;
}

.home_list .home_self .tu:hover {
    transform: scale(1.1);
    transition: all 0.5s linear;
}

.home_list .home_self .info {
    height: 162px;
    position: relative;
    width: 100%;
}

.home_self .info .info_title {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: rgba(64, 64, 64, 1);
    margin-bottom: 11px;
    text-align: justify;
}

.home_self .info .info_title a:hover {
    color: #01a5c2;
    text-decoration: none;
}

.home_self .info .info_title a:visited {
    /*color: #999;*/
    /*text-decoration: none;*/
}

.home_self .info .info_time {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: rgba(169, 169, 169, 1);
    margin-bottom: 11px;
}

.home_self .info .info_del {
    font-size: 14px;
    font-weight: 400;
    color: rgba(128, 128, 128, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: justify;
}

.home_self .info .address_author {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 23px;
    position: absolute;
    bottom: 0;
}

.address_author .address {
    color: #01A5C2;
    font-size: 14px;
}

.address_author .author {
    float: right;
    color: #d7dbdb;
    font-size: 14px;
}

.more {
    width: 100%;
    height: 15px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(134, 134, 134, 1);
    line-height: 15px;
    text-align: center;
    padding: 30px 0 50px;
}

.morecursor:hover {
    cursor: pointer;
    color: black;
}

.goTop {
    width: 60px;
    height: 60px;
    background-color: #5AC5DB;
    color: #FFFFFF;
    font-size: 34px;
    text-align: center;
    line-height: 60px;
    position: fixed;
    bottom: 100px;
    left: 50%;
    margin-left: 620px;
    z-index: 1000;
    transition: all 1s ease;
    cursor: pointer;
    opacity: 1;
}

.goTop_op {
    opacity: 0;
    transition: all 1s ease;
}
