﻿.nav-wrap ul
{
    border: none;
    border-bottom: 1px solid #dddfdf;
    border-radius: 0;
    background: none;
    text-align: center;
    padding: 0;
}
.nav-wrap ul li
{
    float: none;
}
.nav-wrap li a.cp_on, .nav-wrap li a:hover
{
    border-bottom: 1px solid #3172ca;
    background: none;
    padding: 0;
    margin: 0 20px;
}
.aqtx
{
    width: 1160px;
    height: 560px;
    margin: 0 auto;/* background-color: #fafafa;
    border-radius: 20px; */
    position: relative;
    color: #fffefe;
}
.aqtx_lunbo
{
    width: 31.5517%;
    height: 560px;
    background-color: #3172ca;
    border-radius: 20px 0 0 20px;
    float: left;
}
#ws
{
    width: 52px;
    height: 2px;
    background-color: #fff;
}
.titl
{
    margin-bottom: 45px;
    font-size: 24px;
}
.titl2
{
    font-size: 18px;
    margin-bottom: 25px;
}
.aqtx_lunbo_inner .content
{
    display: block;
    width: 276px;
    height: 450px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 32px;
    width: 248px;
    height: 315px;
    overflow-y: auto;/* padding-right: 10px; */
}
.content::-webkit-scrollbar
{
    width: 2px;
    height: 1px;
}
.content::-webkit-scrollbar-track
{
    background-color: #fff;
    opacity: .1;
    -webkit-box-shadow: inset 0 0 6px #72aeff;
    border-radius: 2px;
}
.content::-webkit-scrollbar-thumb
{
    background-color: #fff;
    opacity: 1;
}
#btn-left, #btn-right
{
    width: 22px;
    height: 16px;
    cursor: pointer;
    border: none;
    font-size: 0;
    line-height: 0;
    z-index: -19999;
    margin-top: 30px;
}