﻿@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
}
.hr_div{
    height: 10px;
}
.banner{
    width: 100%;
    height: 200px;
    max-width: 1920px;
    min-width: 1200px;
    background: url("dfjl-pc-banner.jpg") no-repeat center 0;
}
.banner2{
    display: none;
}
.main-list-c{
    width: 100%;
    max-width: 1920px;
    min-width: 1200px;
    background: #ffffff;
}
.content{
    width: 1200px;
    /* height: 1000px; */
    min-width: 1000px;
    max-width: 1920px;
    overflow: hidden;
}
.leftcomm{
    width: 1200px;
    min-width: 1000px;
    max-width: 1920px;
    height: auto;
    background: #faf9f9;
}
.left{
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #f7f7f7;
}
.left>ul{
    margin-top: 20px;
    overflow: hidden;
    margin-left:15px;
}
.left>ul>li{
    float: left; width: 76px;
    height: 35px;
    background: #FFF3EE;
    border-radius: 2px;
	font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 35px;
    cursor:pointer;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.left>ul .activeOns{
    width: 74px;
    height: 35px;
    background: #C41C23;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 2px;
	font-size: 14px;
    text-align: center;
    line-height: 35px;
    cursor:pointer;
}
.left>ul .m-r-0{
    margin-right: 0;
}
.right{
    width: 100%;
    height: auto;
    float: left;
}
.right>ol{
    width: 100%;
    height: auto;
    display: none;
    float: left;
}
.right>ol>li{
    width: 98%;
    border-bottom: 1px dashed #ccc;
    background: url("dian_12_23.png") no-repeat left 24px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
    line-height: 50px;
	letter-spacing: 0px;
	color: #333333;
    margin-left: 10px;
    text-indent: 1em;
    text-align: left;
    position: relative;
}
.right>ol>li a{
    font-size: 16px;
}
.right>ol>li>span{
    display: inline-block;
    text-align: center;
    line-height: 50px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	font-size: 14px;
    color: #888888;
    text-indent: 0;
    margin-left: 60px;
}
.right>ol>li .t{
    font-size: 14px;
    position: absolute;
    right: 0;
}





@media screen and (min-width:10px) and (max-width:768px){
    *{
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
        box-sizing: border-box;
        font-size: 0.16rem;
        font-family: "Microsoft YaHei";
    }
    
    .banner{
        display: none;
    }
    .banner2{
        display: block;
        width: 100%;
        height: 2rem;
        
    }
    .banner2>img{
        display: block;
        width: 100%;
        height: 2rem;
    }

    .main-list-c{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        background: #ffffff;
    }
    .content{
        width: 100%;
        height: auto;
        max-width: 100%;
        min-width: 100%;
        overflow: hidden;
    }
    .leftcomm{
        float: none;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: auto;
        background: #faf9f9;
       
        
    }
    .left{
        float: none;
        width: 100%;
        height: 100%;
        background: #faf9f9;
    }
    .left>ul{
        width: 100%;
        margin-top: 0.2rem;
        height: 100%;
        overflow: hidden;
        margin-left:0.15rem;
        margin-bottom: 0.05rem;
    }
    .left>ul>li{
        float: left;
        width: 0.9rem;
        height: 0.4rem;
        background: #FFF3EE;
        border-radius: 0.02rem;
        font-size: 0.16rem;
        color: #333333;
        text-align: center;
        line-height: 0.4rem;
        cursor:pointer;
        margin-right: 0.10rem;
        margin-bottom: 0.10rem;
        border: 1px solid #ddd;
    }
    .left>ul .activeOns{
        width: 0.74rem;
        height: 0.35rem;
        background: #C41C23;
        font-weight: bold;
        color: #FFFFFF;
        border-radius: 0.02rem;
        font-size: 0.14rem;
        text-align: center;
        line-height: 0.35rem;
        cursor:pointer;
    }
    /* right */
    .right{
        float: none;
        width: 100%;
        height: auto;
       
    }
    .right>ol{
        width: 100%;
        height: 100%;
        margin-left: 0;
        margin-top: 0;
        display: none;
    }
    .right>ol>li{
        width: 100%;
        border-bottom: 1px dashed #ccc;
        background: url("dian_12_23.png") no-repeat left 0.2rem;
        background-position-x:0.05rem;
        font-size: 0.16rem;
        font-weight: normal;
        font-stretch: normal;
        line-height: 0.44rem;
        letter-spacing: 0px;
        color: #333333;
        margin-left: 0;
        text-indent: 1em;
        text-align: left;
        position: relative;
    }
    .right>ol>li a{
        font-size: 0.16rem;
    }
    .right>ol>li>span{
        display: inline-block;
        text-align: center;
        line-height: 0.44rem;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        font-size: 0.14rem;
        color: #888888;
        text-indent: 0;
        margin-left: 0.6rem;
    }
    .right>ol>li .t{
        font-size: 0.14rem;
        position: absolute;
        right: 0;
    }
}