.comRight {
    width: 25%;
}

.comRight>.wrap {
    margin-left: 30px;
    padding: 15px 0px 15px 15px;
}

.comRight>.wrap>.search-wrap {
    position: relative;
    margin-bottom: 20px;
}

.comRight>.wrap>.search-wrap>form>.input_con>input[type="text"],
.comRight>.wrap>.search-wrap>form>.input_con {
    width: 100%;
}

.comRight>.wrap>.search-wrap>form>.input_con>input[type="text"] {
    width: 100%;
    border-color: #e7eaf1;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #76838f;
    border: 1px solid #e4eaec;
    padding: 6px 50px 6px 13px;
}

.comRight>.wrap>.search-wrap>form>.input_con>input[type="text"]:focus {
    border-color: #1a3580;
}

.comRight>.wrap>.search-wrap>form>.button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    border: none;
    background-image: url(../images/sousuo.PNG);
    width: 40px;
    height: 36px;
    background-color: unset;
    background-size: 14px;
}

.comRight>.wrap>.nav-wrap {
    border-top: 1px solid #f0f2f5;
    background: #fff;
    border: 1px solid #e7eaf1;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);
    margin: 20px 0 11px 0;
    padding: 0 0 0 0;
}

.comRight>.wrap>.nav-wrap .item {
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #000000;
    border-bottom: 1px solid #f0f2f7;
    padding: 9px 0;
    margin: 0px 16px;
}

.comRight>.wrap>.nav-wrap .item:hover {
    text-decoration: underline;
    color: #1a3580;
}

.comRight>.wrap>.nav-wrap>.item.tit {
    background: #1a3580;
    border-radius: 5px 5px 0px 0px;
    color: #ffffff;
    margin: 0;
    padding: 9px 16px;
}

.comRight>.wrap>.nav-wrap>.item.tit:hover {
    text-decoration: unset;
}

.comRight>.wrap>.nav-wrap:nth-of-type(3) {
    margin-top: 0;
}

.comRight>.wrap>.nav-wrap:nth-of-type(2)>.nav-list {
    padding-bottom: 4px;
}

.comRight>.wrap>.nav-wrap:last-of-type>.nav-list {
    padding: 4px 0px;
}

.comRight>.wrap>.nav-wrap:last-of-type .item {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (min-width: 1300px) {}

@media (min-width: 1400px) {}

@media (min-width: 1600px) {}


/* 屏幕小于1199px */

@media (max-width: 1599px) {}

@media (max-width: 1399px) {}

@media (max-width: 1299px) {}

@media (max-width: 1199px) {}

@media (max-width: 991px) {}

@media(max-width: 768px) {
    .comRight {
        width: 100%;
    }
    .comRight>.wrap {
        padding: 0;
        margin: 0;
    }
}