/*通用配置*/
*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
ul{
    list-style-type: none;
}
li{
    background:rgba(255,255,255,1);
}
input{
    padding:0 10px
}
textarea{
     padding:10px
 }


@media screen and (max-width:1919px){
    /*内容框通用配置*/
    .content{
        width: 922px;
        margin: 17px auto;
    }

    /*左部分选择条目配置*/
    .content .select-news{
        width: 140px;
        float: left;
        background:rgba(255,255,255,1);
    }

    .content .select-news .detail{
        width: 100%;
        background:#EEE;
    }
    .content .select-news .detail  .img{
        height: 10px;
        width: 10px;
        margin-top: 8px;
        margin-left: 10px;
        visibility: hidden;
    }
    .content .select-news .title{
        width:100%;
        height:64px;
        background-color: #2289F0;
    }
    .content .select-news .title p{
        text-align:center;
        font-size:1.125em;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:64px;
    }
    .content .select-news .detail li{
        border-top:1px solid #EEE;
        background-color: #FFF;
        display: flex;
    }
    .content .select-news .detail .first{
        margin-top: 24px;
    }
    .content .select-news .detail li a{
        display: block;
        width:100%;
        height:28px;
        margin-left: 4px;
        font-size: 0.55em;
        font-weight:400;
        color:#5E6166;
        line-height:28px;
        font-family: SourceHanSansCN-Regular,sans-serif;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .content .select-news .detail .mydetail li a, .content .select-news .product-details li:not(first-child) a{
        margin-left: 12px;
    }
    .content .select-news .detail li:focus{
        background: #FAFAFA;
    }
    .content .select-news .detail li a:focus{
        color: #2289F0;
    }

    /*右部分内容通用配置*/
    .content .container{
        float: right;
        width: 766px;
        min-height: 529px;
        background: #FFFFFF;
        display: none;
    }
    .content .container.show{
        display: block;
    }
    .content .container .top{
        width: 100%;
        height: 52px;
        background:rgba(255,255,255,1);
    }
    .clear{
        clear: both;
    }
}
@media screen and (min-width: 1920px){
    /*内容框通用配置*/
    .content{
        width: 1296px;
        margin: 24px auto;
    }

    /*左部分选择条目配置*/
    .content .select-news{
        width: 196px;
        float: left;
        background:rgba(255,255,255,1);
    }

    .content .select-news .detail{
        width: 100%;
        background:#EEE;
    }
    .content .select-news .detail  .img{
        height: 10px;
        width: 10px;
        margin-top: 14px;
        margin-left: 10px;
        visibility: hidden;
    }
    .content .select-news .title{
        width:100%;
        height:72px;
        background-color: #2289F0;
    }
    .content .select-news .title p{
        text-align:center;
        font-size:1.6em;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:72px;
    }
    .content .select-news .detail li{
        border-top:1px solid #EEE;
        background-color: #FFF;
        display: flex;
    }
    .content .select-news .detail .first{
        margin-top: 24px;
    }
    .content .select-news .detail li:focus{
        background: #FAFAFA;
    }
    .content .select-news .detail li a{
        display: block;
        width:196px;
        height:40px;
        margin-left: 4px;
        font-size:14px;
        font-weight:400;
        color:#5E6166;
        line-height:40px;
        font-family: SourceHanSansCN-Regular,sans-serif;
         overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;

    }
    .content .select-news .detail .mydetail li a, .content .select-news .product-details li:not(:first-child) a{
        margin-left: 12px;
    }
    .content .select-news .detail li a:focus{
        color: #2289F0;
    }

    /*右部分内容通用配置*/
    .content .container{
        float: right;
        width: 1076px;
        /*min-height: 852px;*/
        background: #FFFFFF;
        display: none;
        min-height: 699px;
    }
    .content .container.show{
        display: block;
    }
    .content .container .top{
        width: 100%;
        height: 72px;
        background:rgba(255,255,255,1);
        /*box-shadow:0 1px 0 0 rgba(245,245,245,1);*/
        /*border-bottom:1px solid #ccc;*/
    }
    .clear{
        clear: both;
    }
}
