*{
    margin: 0;
    padding: 0;
}
.content{
    width: 100%;
    overflow: hidden;
    margin:  auto;
}
img{
    width: 100%;
    height: 100%;
}
p{
    font-size: 0.8vw;
}
span{
    font-size: 0.8vw;
}
.box{
    width: 64%;
    margin: 0 auto;
    overflow: hidden;
}
.box .container{
    overflow: hidden;
    width: 73%!important;
}
.left_div{
    float: left;
}
.content_1{
    padding: 0.5vw 0.75vw;
    width: 100%;
    background-color: white;
    overflow: hidden;
    margin-right: 1vw;
    box-sizing: border-box;
}
.clear{
    clear: both;
}
.title{
    border-bottom: 1px solid rgb(241,241,241);
    overflow: hidden;
    background-color: #fff;
}
a{
    text-decoration: none;
    color: black;
    font-size:0.8vw
}
ul li{
    list-style: none;
}
.a_selected{
    margin-right: 1vw;    
    display: inline-block;
    line-height: 2vw;
    color: rgb(20,135,244);
    border-bottom: 2px solid rgb(20,135,244);
}
.a_default{
    margin-right: 1vw;    
    display: inline-block;
    line-height: 2vw;
    color: black;
}
.title_right{
    float: right;
}
.title_right span{
    line-height: 2vw;
    font-size: 0.7vw;
}
.title li{
    float: left;
}
.cont_message{
    margin-top: 10px;
    overflow: hidden;
    color: #888;
    margin-bottom: 0.75vw;
}
.cont_message span {
    float: left;
    margin-right: 0.75vw;
    padding-left: 1vw;
}
span.cont_1 {
    background: url(../public/cont_1.png) no-repeat center left;
    background-size: 0.8vw;
}
span.cont_2 {
    background: url(../public/cont_2.png) no-repeat center left;
    background-size: 0.8vw;
}
.cont_font {
    line-height: 1.2vw;
    margin-bottom: 1vw;
    overflow: hidden;
}
.cont_font p{
    margin-bottom: 1vw;
    text-indent: 1.5em;
}
.pre_next {
    overflow: hidden;
    margin: 1vw 0;
}
.pre_next ul li {
    width: 50%;
    float: left;
    overflow: hidden;
}
.pre_next ul li:nth-child(1) a {
    margin-right: 0.25vw;
}
.pre_next ul li a {
    display: block;
    overflow: hidden;
}
.pre_next ul li span {
    display: block;
    width: 6.5vw;
    height: 4vw;
    overflow: hidden;
    float: left;
    margin-right: 0.25vw;
    position: relative;
    line-height: 4vw;
    text-align: center;
    background-color: #eee;
}
.pre_next h2 {
    font-size: 0.75vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pre_next p {
    font-size: 0.7vw;
    margin-top: 0.25vw;
    line-height: 1vw;
    height: 2vw;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.pre_next ul li a:hover span{
    color: white;
    background-color: rgb(20,135,244);
}
.pre_next ul li a:hover h2{
    color: rgb(33,138,241);
}
.disabled{
    pointer-events: none;
}
.correlation{
    padding: 1vw 0 1vw 0.25vw;
    background-color: white;
    overflow: hidden;
    margin-bottom: 1vw;
}
.correlation ul li {
    position: relative;
    line-height: 1.5vw;
    width: 48%;
    float: left;
}
.correlation ul li:nth-child(even){
    float: right;
}
.correlation ul li:before {
    position: absolute;
    content: "";
    width: 0.15vw;
    height: 0.15vw;
    background: #000;
    border-radius: 0.25vw;
    left: 0px;
    top:0.7vw
}
.correlation ul li a {
    display: block;
    padding-left: 0.75vw;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.correlation ul li:hover a{
    color: rgb(33,138,241);
}
.dtgg{
    height: 10vw;
    width: 100%;
    background-color: #888;
    padding: 0.25vw 0.75vw;
    text-align: center;
    line-height: 10vw;
    margin-bottom: 1vw;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.dtgg span{
    position: absolute;
    top:-42%;
    right: 1%;
}
.container_right{
    width: 25%;
    float: right;
    overflow: hidden;
}
.tuijian{
    position: relative;
    overflow: hidden;
}
.tuijian img{
    margin-top: 1vw;
    width: 100%;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.tuijian span{
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -5%;
    padding: 0 1vw;
    left: 50%;
    margin-left: -48%;
    line-height: 22px;
    text-align: center;
    color: white;
    font-size: 15px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.tj_cont ul{
    overflow: hidden;
    padding-top: 0.25vw;    
}
.tj_cont li {
    overflow: hidden;
    margin-bottom: 0.25vw;
    height: 3vw;
}
a {
    text-decoration: none;
    color: #000;
}
.tj_cont li img {
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 0.25vw;
    overflow: hidden;
    float: left;
}
.tj_cont li p {
    margin-top: 0.25vw;
    line-height: 1vw;
    max-height: 2vw;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 0.7vw;
}
.tj_cont li:hover p{
    color: rgb(20,135,244);
}
.xtgg{
    margin-bottom: 1vw;
    width: 100%;
    height: 16vw;
    background-color: #888;
    text-align: center;
    line-height: 16vw;
    position: relative;
}
.xtgg span{
    position: absolute;
    top:-45%;
    right: 2%;
}
.ggtitle{
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 1.2vw;
    width: 2vw;
    height: 1.2vw;
    background-color:rgba(0,0,0, 0.7);
    border-radius: 0 5px 5px 0;
    color: white;
}
.like{
    overflow: hidden;
    padding-top: 0.25vw;
}
.like li {
    line-height: 1.1vw;
    margin-bottom: 0.25vw;
    position: relative;
    padding-left: 0.75vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.like li:before {
    position: absolute;
    content: "";
    width: 0.15vw;
    height: 0.15vw;
    background: #000;
    border-radius: 0.25vw;
    left: 0px;
    top:0.55vw
}
.like li:hover a{
    color: rgb(20,135,244);
}
#myBtn {
    width: 2.5vw;
    height: 2.5vw;
    display: none;
    position: fixed;
    bottom: 1.5vw;
    right: 0.25vw;
    z-index: 99;
    border: none;
    background-color: white;
    cursor: pointer;
    padding: 0.75vw;
    border-radius: 50%;
}
#myBtn:hover {
    background-color: #555;
}
.cont_font img{
    max-width: 600px;
    margin: 0 auto;
    display: flex;
}
.page{
    margin-top: 1vw;
    width: 100%;
    height: 2.5vw;
    text-align: center;
}
.page a{
    display: inline-block;
    width: 2.2vw;
    height: 1.25vw;
    line-height: 1.25vw;
    font-size: 0.7vw;
    background-color: #ccc;
}
.page a:hover{
    background-color: rgb(20,135,244);
    color: white;
}