.top_search {
    margin-top: 40px;
}

.top_nav {
    margin-bottom: 40px;
}

.top_search p {
    float: left;
    color: #999;
    margin-top: 30px;
    margin-left: 10px;
}

.center {
    left: 690px;
    top: 20px;
    transform: translateX(0)
}

.right_change {
    float: right;
    color: #aaa;
    font-size: 20px;
}

.right_change a {
    display: inline-block;
    margin-right: 20px;
    color: #aaa;
}

.right_change span {
    height: 64px;
    line-height: 64px;
    cursor: pointer;
}

.line {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 40px;
}


/* 主体部分 */

.main_info {
    width: 1000px;
    margin: 0 auto;
}

.main_info .left {
    width: 640px;
}

.main_info .top_title {
    width: 1000px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 20px;
}

.main_info h3 {
    padding-bottom: 25px;
    font: 36px Microsoft YaHei;
    color: #222;
}

.main_info .time {
    display: inline-block;
    font: 14px Microsoft YaHei;
    color: #999;
    margin-right: 10px;
}

.main_info .order {
    display: inline-block;
    padding-bottom: 15px;
    font: 14px Microsoft YaHei;
    color: #999;
    margin-right: 10px;
}

.left_text {
    margin-bottom: 85px;
}

.left_text p {
    text-indent: 28px;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: justify;
    word-break: break-all;
}

.left_text .editor::before {
    content: '';
    display: block;
    float: left;
    width: 4px;
    height: 18px;
    background-color: #4cb5e3;
    margin-right: 6px;
}

.left_text .editor {
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #999;
}

.main_info .left .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.main_info .right {
    width: 306px;
}

.comment {
    margin-bottom: 85px;
}

.comment_box>p {
    height: 37px;
    line-height: 37px;
    color: #999;
}

.comment_box>p a {
    display: inline-block;
    padding: 0 5px;
    color: #999;
}


/* 评论框 */

.Main {
    width: 640px;
    height: 103px;
    float: right;
}

.Input_Box {
    width: 640px;
    height: 101px;
    border: 1px solid #ccc;
    transition: border linear .2s, box-shadow linear .5s;
    -moz-transition: border linear .2s, -moz-box-shadow linear .5s;
    -webkit-transition: border linear .2s, -webkit-box-shadow linear .5s;
    background-color: #fff;
    overflow: hidden;
    position: absolute;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

.Input_Box>textarea {
    width: 485px;
    height: 66px;
    outline: none;
    border: 0px solid #fff;
    resize: none;
    font: 13px "微软雅黑", Arial, Helvetica, sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.Input_Foot {
    width: 100%;
    height: 35px;
    border-top: 1px solid #ccc;
    background-color: #fff;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position: absolute;
}

.imgBtn {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    background-image: url(../img/imgs.png);
    background-repeat: no-repeat;
    background-position: 0 -13px;
    height: 18px;
    width: 20px;
    cursor: pointer
}

.imgBtn:active {
    margin-top: 9px;
}

.imgBtn:hover {
    background-position: 0 -31px
}

.postBtn {
    float: right;
    font: 13px "微软雅黑", Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #4cb5e3;
    padding: 7px 40px;
    border-left: 1px solid #ccc;
    cursor: pointer;
}

.postBtn:hover {
    color: #333;
    background-color: #efefef;
}

.faceDiv {
    height: 120px;
    border-top: 1px solid #ccc;
    position: absolute;
    background-color: #fff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.main_info .left .faceDiv>img {
    border: 1px solid #ccc;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
    position: relative;
    width: 24px;
    height: 24px;
    padding: 3px 3px 3px 3px;
    cursor: pointer;
}

.faceDiv>img:hover {
    background-color: #efefef;
}

.faceDiv>img:active {
    padding: 4px 3px 2px 3px;
}


/* share */

.share {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-550px);
    height: 140px;
    width: 46px;
    margin-left: -56px;
    margin-top: -40px;
}

.share a {
    position: relative;
    display: block;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 5px 0!important;
    height: 46px !important;
    font-family: "iconfont" !important;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none !important;
}

.share a i {
    z-index: 999;
}

.bshare-custom a {
    text-decoration: none !important;
}

.share i {
    content: '';
    font-family: iconfont!important;
    display: block;
    box-sizing: border-box;
    width: 46px;
    height: 46px;
    background-color: #ccc;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
    color: #fff;
}

.share>a:nth-child(1):hover i {
    background: #3dbe5b;
}

.share>a:nth-child(2):hover i {
    background: #f8c514;
}

.share>a:nth-child(3):hover i {
    background: #ff5757;
}

.share>a:hover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}


/* 相关推荐 */

.xgtj {
    margin-bottom: 70px;
}

.xgtj .title {
    width: 910px;
    margin-bottom: 30px;
}

.xgtj .title span {
    float: left;
    display: inline-block;
    width: 10px;
    height: 47px;
    background-color: #4cb5e3;
}

.xgtj .title p {
    float: left;
    box-sizing: border-box;
    display: inline-block;
    width: 640px;
    height: 47px;
    line-height: 47px;
    background-color: #f1f9fd;
    padding-left: 10px;
}

.articleList .item {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0
}

.articleList .item a {
    padding: 20px 0;
    display: block;
    cursor: pointer
}

.articleList .item a:hover {
    background-color: #f4f4f4
}

.articleList .item:last-child {
    border-bottom: 1px solid #f0f0f0
}

.articleList .item span.pic {
    float: left;
    font-size: 0;
    margin-right: 20px
}

.articleList .item span.pic img {
    width: 216px;
    height: 123px
}

.articleList .item .text {
    display: block;
    height: 123px;
    overflow: hidden
}

.articleList .item .text strong {
    display: block;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 22px;
    color: #333
}

.articleList .item .text i {
    display: block;
    font-size: 16px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #333;
    text-align: justify
}

.articleList .item .publishTime {
    margin-top: 20px;
    display: block;
    text-align: right;
    color: #333;
    font-size: 14px;
    color: #999;
}

.articleList .item .publishTime .editor {
    float: left;
    color: #999;
}


/* 右侧部分 */

.main_info .right {
    width: 300px;
    box-sizing: border-box;
}

.main_info .right a {
    display: block;
}

.main_info .right .silder1 {
    width: 300px;
    height: 204px;
    margin-bottom: 24px;
    overflow: hidden;
}

.main_info .right .silder2 {
    width: 300px;
    height: 364px;
    margin-bottom: 24px;
    overflow: hidden;
}

.main_info .right .silder1 img:hover,
.main_info .right .silder2 img:hover {
    transform-origin: center center;
    transform: scale(1.2, 1.2);
    -webkit-transform-origin: center center;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform-origin: center center;
    -moz-transform: scale(1.2, 1.2);
    -o-transform-origin: center center;
    -o-transform: scale(1.2, 1.2);
    -ms-transform-origin: center center;
    -ms-transform: scale(1.2, 1.2);
    border-radius: 4px;
}

.main_info .right .silder1 img,
.main_info .right .silder2 img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
}

.main_info .right .silder1 img,
.main_info .right .silder2 img {
    width: 100%;
    height: 100%;
}

.main_info .right .news {
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;
    height: 40px;
    line-height: 40px;
    margin-bottom: 17px;
}

.main_info .right .new_search {
    width: 100%;
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.main_info .right .new_search p {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.main_info .right .new_search .search {
    text-align: center;
    margin-bottom: 10px;
}

.main_info .right .new_search .search input {
    width: 256px;
    height: 28px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.main_info .right .new_search .search img {
    margin-left: -30px;
}

.new_search .news_list_box {
    position: relative;
    padding: 0 10px 0 30px;
    height: 40px;
    line-height: 40px;
}

.new_search .news_list_box:last-child {
    margin-bottom: 25px;
}

.new_search .news_list_box span {
    position: absolute;
    top: 18px;
    left: 15px;
    display: block;
    float: left;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #c3c3c3;
}

.new_search .news_list .news_list_box:nth-child(1) span {
    background-color: #ff1f1f;
}

.new_search .news_list .news_list_box:nth-child(2) span {
    background-color: #ff691f;
}

.new_search .news_list .news_list_box:nth-child(3) span {
    background-color: #ffe21f;
}

.hot_video {
    background-color: #fdfdfd;
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: 85px;
}

.hot_video .hot_video_title {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}


/* 热门视频轮播 */

.hot_video_silder {
    width: 300px;
    height: 230px;
    overflow: hidden;
}

.hot_video_silder .slideBox {
    width: 100%;
    position: relative;
}

.slideBox .bd {
    width: 100%;
}

.slideBox .bd a {
    position: relative;
    width: 100%;
}

.slideBox .bd a>div {
    width: 100%;
    height: 184px;
    overflow: hidden;
    margin-bottom: 10px;
}

.slideBox .bd a img {
    width: 100%;
    height: 184px;
    margin-bottom: 10px;
}

.slideBox .bd a img:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

.slideBox .bd a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background: url(../img/redio.png) no-repeat;
    background-size: contain;
}

.slideBox .hd {
    position: absolute;
    top: 152px;
    height: 32px;
    width: 100%;
    background: #000;
    opacity: 0.5;
    text-align: center;
    z-index: 999;
}

.slideBox .hd ul {
    overflow: hidden;
    padding: 13px 0 13px 135px;
    zoom: 1;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    text-align: center;
    background: #9d9c9c;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #fff;
    color: #fff;
}