.main {
    background: #fff;
    padding: 0 20px;
    min-height: 600px;
}

/* common_list */
.dqlm {
    font-size: 22px;
    color: #2b64ca;
    margin-top: 18px;
    padding-bottom: 15px;
}
.dqlm > span {
    padding: 0 5px 15px;
    border-bottom: 2px solid #2b64ca;
}
.list-li li {
    width: 100%;
    font-size: 16px;
    position: relative;
    margin-top: 15px;
    padding-left: 15px;
    background: url(../images/icon/icon2.jpg) no-repeat 0 10px;
    transition: all linear .5s;
}
.list-li li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-li li:hover {
    text-indent: 1em;
}
.list-li li span {
    position: absolute;
    right: 0;
    top: 0;
    color: #959595;
}
@media screen and (max-width:768px) {
    .dqlm {
        font-size: 16px;
        padding-bottom: 10px;
    }
    .dqlm > span {
        padding: 0 3px 10px;
    }
    .list-li li p {
        width: 65%;
    }
    .list-li li {
        font-size: 14px;
    }
}

/* nav_list */
.navlist {
    overflow: hidden;
    padding-top: 20px;
}
.navlist .left {
    width: 20%;
    float: left;
    min-height: 200px;
}
.navlist .right {
    width: 78%;
    float: right;
    min-height: 200px;
}
.navlist .f-title {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #2b64ca;
    margin-bottom: 20px;
    padding: 6px 0;
}
.navlist .s-list {
    width: 100%;
    min-height: 560px;
    background-color: #eff1f6;
}
.navlist .s-list li {
    border-bottom: 2px solid #fff;
}
.navlist .s-list li a {
    display: block;
    font-size: 18px;
    text-align: center;
    position: relative;
    padding: 6px 0;
    background: #eff1f6;
}
.navlist .s-list li a:hover,
.navlist .s-list .active a {
    font-weight: bold;
    color: #2b64ca;
    background-color: #d7e0ed;
}
.navlist .s-list li a img {
    transition: all 0.4s linear;
    position: absolute;
    top: 36%;
    right: 7%;
    transform: rotate(180deg);
}
.navlist .s-list li a:hover img,
.navlist .s-list .active a img {
    transform: rotate(270deg);
}
.navlist .dq-title {
    font-size: 20px;
    padding: 6px 0;
    background: #f3f3f3;
}
.navlist .dq-title span {
    padding: 7px 20px;
    background: #2b64ca;
    color: #fff;
}
@media screen and (max-width:768px) {
    .main {padding:0 10px;}
    .img-main{padding:0;}
    .navlist .left,
    .navlist .right {
        float: none;
        width: 100%;
    }
    .navlist .f-title,
    .navlist .left {
        margin-bottom: 15px;
        min-height: auto;
    }
    .navlist .f-title {
        font-size: 18px;
    }
    .navlist .s-list li a {
        font-size: 16px;
    }
    .navlist .dq-title {
        font-size: 18px;
    }
    .navlist .s-list {
        min-height:auto;
    }
    .navlist .left {
        min-height:auto;
    }
}
/* 图片列表页 */
.img_list li {
    float: left;
    width: 22%;
    margin-top: 20px;
    margin-right: 4%;
    text-align: center;
}
.img_list li p {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-top: 5px;
}
.img_list li img {
    width: 100%;
    height: 120px;
}
@media screen and (max-width: 768px) {
    .img_list li {
        width: 100%;
        margin: 10px 0;
    }
    .img_list li p {
        width: 90%;
    }
    .img_list li img {
        width: 94%;
        height: 168px;
    }
}
