*{
    margin: 0;
    padding: 0;
}
img{
    width: 100%;
    height: 100%;
}
.content_1{
    padding: 0.5vw 0.75vw;
    background-color: white;
    overflow: hidden;
    margin-bottom: 1vw;
    width: 71%;
}
.cont_1{
    float: left;
    width: 100%;
}
.cont_1 li:nth-child(10n){
    margin-bottom: 1vw;
    border-bottom: 1px solid #eee;
    padding-bottom: 1vw; ;
}
.cont_1_list li{
    margin-bottom: 0.5vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-left: 1vw;
}
.cont_1 li a{
    display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.cont_1_list li::before{
    position: absolute;
    content: "";
    width: 0.15vw;
    height: 0.15vw;
    background: #000;
    border-radius: 0.5vw;
    left: 0;
    top: 0.5vw;
}
.cont_1_list span{
    float: right;
    font-size: 0.6vw;
    color: #888;
}
.cont_1_list a:hover{
    color: rgb(20,135,244);
}
.title{
    border-bottom: 1px solid rgb(241,241,241);
    margin-bottom: 1vw;
    overflow: hidden;
}
.title li{
    float: left;
}
.title li a:nth-child(1){
    margin-left:0 ;
}
a{
    text-decoration: none;
    color: black;
}
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;
}
.disabled{
    pointer-events: none;
}
#myBtn {
    width: 2.5vw;
    height: 2.5vw;
    display: none;
    position: fixed;
    bottom: 1.5vw;
    right: 0.5vw;
    z-index: 99;
    border: none;
    background-color: white;
    cursor: pointer;
    padding: 0.75vw;
    border-radius: 50%;
}
#myBtn:hover {
    background-color: #555;
}
.container_right{
    width: 25%;
    float: right;
    overflow: hidden;
}
.tuijian{
    position: relative;
    overflow: hidden;
}
.tuijian a{
    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: 0.75vw;
    text-align: center;
    color: white;
}
.tj_cont ul{
    overflow: hidden;
    padding-top: 0.5vw;    
}
.tj_cont li {
    overflow: hidden;
    margin-bottom: 0.5vw;
    height: 3vw;
}
a {
    text-decoration: none;
    color: #000;
}
.tj_cont li img {
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 0.5vw;
    overflow: hidden;
    float: left;
}
.tj_cont li p {
    margin-top: 0.5vw;
    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{
    width: 100%;
    height: 16vw;
    background-color: #888;
    text-align: center;
    line-height: 15vw;
    margin-bottom: 1vw;
    position: relative;
}
.xtgg span{
    position: absolute;
    top:-44%;
    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.5vw;
}
.like li {
    line-height: 1.1vw;
    margin-bottom: 0.5vw;
    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.5vw;
    left: 0px;
    top: 0.5vw;
}
.like li:hover a{
    color: rgb(20,135,244);
}
.container_right .content_1{
    width: 100%;
    /* padding: 0; */
    box-sizing: border-box;
}
.clear{
    clear: both;
}
.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;
}
.dqy{
    background-color: #eee!important;
    color: #888;
    pointer-events: none;
}
