@charset "UTF-8";

.searchBox {
    margin-top: 20px;
    border: #cec7c7 1px solid;
}

.searchBox .searchHeader {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding: 20px;
    /* height: 80px; */
    width: 100%;
    border-radius: 2px;
    background-color: #F5F5F5;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
}

.searchBox .searchHeader .searchInput {
    width: 74%;
    height: 50px;
    margin: auto;
    border: #ccc 1px solid;
    border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
    text-indent: 20px;
    float: left;
}

.searchBox .searchHeader .searchButton {
    width: 25.6%;
    height: 50px;
    margin: auto;
    border: #ccc 1px solid;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 22px;
    background-color: #F5F5F5;
    font-size: 2.5rem;
    color: #355FA6;
    float: left;
}

.searchBox .searchHeader .searchButton img {
    color: #fff;
}

.searchBox .hotBox {
    overflow: hidden;
    /*background-color: #FFFFFF;*/
    /*border: solid #d0d1d5 1px;*/
    /*box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.3);;*/
    /*box-shadow: 0 10px 10px 0 #ceced2;*/
    /*width: 100%;*/
    padding: 5px 20px;
    /* display: none; */
    /*position: absolute;*/
    top: 100%;
    z-index: 10;
}

.searchBox .searchHot {
    padding-top: 20px;
    height: 50px;
    padding-left: 0px !important;
}

.searchBox .searchHot img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    float: left;
}

.searchBox .searchHot .hotText {
    float: left;
    height: 24px;
    font-size: 18px;
    color: #f4822f;
    line-height: 24px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.searchBox .searchHot .hotItem {
    float: left;
    padding: 0 10px;
    margin-right: 10px;
    max-width: 120px;
    height: 26px;
    border: #928f8f 1px solid;
    border-radius: 8px;
    font-size: 14px;
    color: #928f8f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}

/*后台查了5条数据*/
.searchBox .hotBox .searchHot .item1,
.searchBox .hotBox .searchHot .item2,
.searchBox .hotBox .searchHot .item3,
.searchBox .hotBox .searchHot .item4,
.searchBox .hotBox .searchHot .item5 {
    display: block;
}

.searchBox .myBox {
    width: 100%;
    margin-top: 15px;
}

.searchBox .myBox .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.searchBox .myBox .item-box {
    float: left;
    width: 33.3333%;
    padding-left: 2%;
}

.searchBox .myBox .myItem {
    margin-top: 15px;
    margin-bottom: 20px;
    padding-right: 12px;
}

.searchBox .myBox .myItem .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.searchBox .myBox .myItem .itemTitle {
    margin-bottom: 15px;
}

.searchBox .myBox .myItem .itemTitle .more {
    font-size: 9px;
    color: #4a4444;
    font-weight: 500;
    cursor: pointer;
    border: solid 1px #dedddd;
    border-radius: 6px;
    width: 44px;
    height: 22px;
    padding-left: 5px;

}

.searchBox .myBox .myItem .itemTitle .more:hover {
    background-color: #e2e3e5;
}

.searchBox .myBox .myItem .itemTitle img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.searchBox .myBox .myItem .itemTitle span {
    font-weight: bolder;
}

.searchBox .myBox .myItem .item-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #928f8f;
    line-height: 32px;
}

.item-content2 {
    color: #928f8f;
    line-height: 32px;
}

.item-content3 {
    padding: 0% 15%;
}

.handleBox {
    margin: 20px auto;
    width: 100%;
    height: 100%;
}

.handleBox .box-title {
    width: 100%;
    margin-bottom: 20px;
}

.handleBox .handle-content {
    width: 100%;
    height: 100%;
    /* background-color: #f5f5f5; */
    position: relative;
}

.handleBox .handle-content .handleChlid {
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 100%;
    background-color: #ffffff;
    display: none;
    overflow: hidden;
    border: #cfcccc 1px solid;
    -webkit-box-shadow: 0 10px 10px 0 #eee;
    box-shadow: 0 10px 10px 0 #eee;

}

.handleBox .handle-content .handleChlid .firstChild {
    float: left;
    width: 25%;
    border-right: 1px solid #e8e8e8;
    margin-right: -1px;
    color: #666;
}

.handleBox .handle-content .handleChlid .firstChild ul {
    margin-bottom: 0px;
}

.handleBox .handle-content .handleChlid .firstChild li {
    background-color: #FAFAFA;
    padding: 10px 0px 10px 10px;
    /*修改li高度值时 注意右侧 服务事项 的margin调整 位置是index2.js 搜索margin-top=50*index*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    #border-bottom: 1px solid #e8e8e8;
    /*//NOSONAR*/
}

.handleBox .handle-content .handleChlid .firstChild div {
    overflow: hidden;
    text-overflow: ellipsis;
}

.handleBox .handle-content .handleChlid .firstChild li.firstChildLi:hover {
    background-color: #2E5C9A !important;
    color: #fff !important;
}

/*获取焦点*/
.firstChildLiHoverLi {
    background-color: #2E5C9A !important;
    color: #fff !important;
}

/*失去焦点*/
.firstChildLiLi {
    background-color: #FAFAFA !important;
    color: #666 !important;
}

.handleBox .handle-content .handleChlid .secondChild {
    float: left;
    width: 75%;
    border-left: 1px solid #e8e8e8;
}

.handleBox .handle-content .handleChlid .secondChild ul {
    margin-bottom: 0px;
}

.handleBox .handle-content .handleChlid .secondChild li {
    margin: 0px 10px;
    background-color: #fff;
    #border-bottom: 1px solid #e8e8e8;
    /*//NOSONAR*/
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.handleBox .handle-content .handleChlid .secondChild li div {
    border-bottom: 1px solid #e8e8e8;
}

/*.handleBox .handle-content .handleChlid .secondChild li:hover a {
    color: #073c6f !important;
}*/


.handleBox .handle-content .handleChlid .secondChild .list-item-title {
    /*注释掉,使list-item-title与list-item-img紧邻*/
    /*-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;*/
    width: 50%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

.handleBox .handle-content .handleChlid .secondChild .list-item-title:hover {
    background-color: #2E5C9A !important;
}

.handleBox .handle-content .handleChlid .secondChild .list-item-title:hover a {
    color: #fff !important;
}

.handleBox .handle-content .handleChlid .secondChild .list-item-title a {
    color: #666;
}

.handleBox .handle-content .handleChlid .secondChild .list-item-img {
    width: 80px;
    font-size: 16px;
    color: #ccc;
    text-align: right;
    float: right;
}

.handleBox .handle-content .handleChlid .secondChild .list-item-img img {
    margin-left: 10px;
    margin-bottom: 5px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    float: left;

}

.handleBox .handle-content .content {
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 0px;
}

.handleBox .handle-content .content li {
    width: 12.5%;
    height: 140px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: #e2dede 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px 0 15px 0;
    position: relative;
    overflow: hidden;
}

/* 按工程类别 */
.handleBox .handle-content:nth-child(5) .content li:nth-child(16)::before {
    position: absolute;
    /* content: "即将发布"; */
    content: "NEW";
    width: 95px;
    height: 20px;
    background-color: #f4822f;
    top: 12px;
    right: -24px;
    color: #fff;
    transform: rotate(44deg);
    text-align: center;
    line-height: 20px;
}

/* 按专题专栏 */
.handleBox .handle-content:nth-child(7) .content li:nth-child(6)::before,
.handleBox .handle-content:nth-child(7) .content li:nth-child(7)::before
{
    position: absolute;
    /* content: "NEW"; */
    width: 95px;
    height: 20px;
    background-color: #f4822f;
    top: 12px;
    right: -24px;
    color: #fff;
    transform: rotate(44deg);
    text-align: center;
    line-height: 20px;
}

.handleBox .handle-content .content li .icon-background {
    /* margin: 21px auto;
    margin-bottom: 9px; */
    
}

.handleBox .handle-content .content li .icon-background .icon1 {
    display: block;
    /* height: 70px; */
    /* width: 70px; */
    margin: 5px auto;
}

.handleBox .handle-content .content li .icon-background .icon2 {
    display: none;
    /* height: 70px; */
    /* width: 70px; */
    margin: 5px auto;
}

.handleBox .handle-content .content li p {
    text-align: center;
    font-size: 16px;
    color: #4A4A4A;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.handleBox .handle-content .content li:hover {
    background: #063b90 !important;
}

.handleBox .handle-content .content li:hover .icon1 {
    display: none !important;
}

.handleBox .handle-content .content li:hover .icon2 {
    display: block !important;
}

.handleBox .handle-content .content li:hover p {
    color: #ffffff !important;
}

.checkBox {
    margin: 20px auto;
    width: 100%;
}

.checkBox .box-title {
    width: 100%;
    margin-bottom: 20px;
}

.checkBox .check-content {
    width: 100%;
    height: 100%;
    /* background-color: #f5f5f5; */
    padding: 8px;
}

.checkBox .check-content .content {
    background: #f5f5f5;
    overflow: hidden;
    margin-bottom: 0rem;
}

.checkBox .check-content .content li {
    margin: 1.55%;
    width: 9.4%;
    height: 120px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: #e2dede 1px solid;
    background-color: #fff;
    position: relative;
}

.checkBox .check-content .content li .icon-background {
    width: 50px;
    height: 50px;
    margin: 21px auto;
    margin-bottom: 8px;
    margin-top: 8px;
}

.checkBox .check-content .content li .icon-background .icon {
    display: block;
}

.checkBox .check-content .content li .star {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 1.5em;
    display: none;
}

.checkBox .check-content .content li p {
    text-align: center;
    font-size: 15px;
    color: #4A4A4A;
    line-height: 16px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    margin: auto 0.5rem;
}

.checkBox .check-content .content li:hover {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
}

/*获取焦点*/
.handleParentHoverLi {
    background: #2E5C9A !important;
}

.handleParentHoverLiIcon1 {
    display: none !important;
}

.handleParentHoverLiIcon2 {
    display: block !important;
}

.handleParentHoverLiP {
    color: #ffffff !important;
}

/*失去焦点*/
.handleParentLi {
    background: transparent !important;
}

.handleParentLiIcon1 {
    display: block !important;
}

.handleParentLiIcon2 {
    display: none !important;
}

.handleParentLiP {
    color: #4A4A4A !important;
}

.look-ask-box {
    width: 100%;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    overflow: hidden;
}

.look-ask-box .look-box {
    width: 74%;
}

.look-ask-box .look-box .look-title {
    margin-bottom: 20px;
}

.look-ask-box .look-box .look-content {
    width: 100%;
    height: 100%;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-ms-flex-pack: distribute;*/
    /*justify-content: space-around;*/
    float: left;

    /* width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-pack: distribute;
    flex-direction: row;
    flex-wrap: nowrap; */
}

.look-ask-box .look-box .look-content .look-item {
    width: 250px;
    margin-right: 25px;
    margin-bottom: 0;
    float: left;
}

.look-ask-box .look-box .look-content .look-item img {
    cursor: pointer;
}

.look-ask-box .ask-box {
    width: 26%;
    float: left;
    margin-top: -50px;
}

.look-ask-box .ask-box .ask-title {
    height: 31px;
    margin-bottom: 7%;
}

.look-ask-box .ask-box .ask-content img {
    cursor: pointer;
}

.complaint-box {
    border-top: #a2c4fb 3px solid;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    margin: 30px auto;
    /*//NOSONAR*/
    overflow: hidden;
}

.complaint-box .complaint-item {
    margin-left: 1.25%;
    float: left;
    cursor: pointer;
}

.complaint-box .last-item {
    margin-right: 0px;
    float: right;
}

.notice-left-min {
    display: block;
    position: fixed;
    top: 250px;
    left: 1px;
    z-index: 999;
    cursor: pointer;
}

.notice-left-max {
    display: none;
    background-color: #ffffff;
    padding: 10px;
    border: #ece9e9 solid 1px;
    position: fixed;
    bottom: 80px;
    left: 1px;
    z-index: 999;
    width: 325px;
    font-size: 14px;
    /*//NOSONAR*/
}

.notice-left-max p {
    width: auto;
    margin-top: 5px;
}

.notice-left-max span {
    color: #206ce1;
    cursor: pointer;
}

.notice-left-max .delete-icon {
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: 0;
}

/*右侧底部浮窗样式*/
.window-right-bottom {
    position: fixed;
    bottom: 20px;
    right: 1px;
    z-index: 999;
    width: 325px;
    font-size: 14px;
    display: none;
}

.window-right-bottom .delete-icon-right {
    cursor: pointer;
    position: absolute;
    top: -25px;
    right: 0;
}

#right-windown-max {
    display: none;
    position: fixed;
    top: 40%;
    margin-top: -140px;
    right: 1px;
    width: 88px;
    z-index: 99999999;
}

#right-windown-max li {
    color: #f2f6fc;
    text-align: center;
    margin-top: 1px;
    width: 88px;
    background: rgba(0, 0, 0, 0.7);
    list-style-type: none;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
}

#right-windown-max li img {
    margin: auto 20px;
}

#right-windown-max li p {
    font-size: 12px;
    margin-bottom: 0;
}

#right-windown-max li .qrcode {
    position: absolute;
    left: -100px;
    top: -5px;
    display: none;
    padding-right: 10px;
}

#right-windown-max .packup {
    background: rgba(231, 38, 38, 0.7);
}

#right-windown-max .packup p {
    font-size: 14px;
}

#right-windown-min {
    /*display: none;*/
    position: fixed;
    top: 45%;
    margin-top: -140px;
    right: 1px;
    width: 48px;
    z-index: 99999999;
}

#right-windown-min li {
    color: #f2f6fc;
    text-align: center;
    margin-top: 1px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    list-style-type: none;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    position: relative;
}

#right-windown-min li img {
    margin: auto;
    width: 70%;
}

#right-windown-min li p {
    font-size: 12px;
    margin-bottom: 0;
}

#right-windown-min li .qrcode {
    width: 110px;
    height: 100px;
    position: absolute;
    left: -100px;
    top: -5px;
    display: none;
    padding-right: 10px;
}

#right-windown-min .packup {
    height: 30px;
    background: rgba(231, 38, 38, 0.7);
}

#right-windown-min .packup p {
    font-size: 14px;
}

@media screen and (min-width: 1800px) {
    .notice-left-min {
        display: none;
    }

    .notice-left-max {
        display: block;
    }
}

/* 移动端适配 */
@media screen and (max-width: 768px) {

    /*我要办 文字+双图标 服务事项 收起按钮*/
    .secondChildUpDivParent,
    .secondChildUpDiv {
        display: none !important;
    }

    /*服务事项 起始位置*/
    .secondChildUl li:first-child {
        margin-top: 0px !important;
    }

    #main {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    /*移动端隐藏两侧浮窗*/
    #right-windown-max,
    #right-windown-min,
    .notice-left-max,
    .notice-left-min,
    #window-right-bottom {
        display: none !important;
    }

    .notice-top {
        width: 100%;
        height: 40px;
        background-color: #f5f5f5;
        border-radius: 5px;
        margin-top: 5px;
        font-size: 20px;
        padding: 10px;
        font-size: 14px;
    }

    .notice-top .notice-icon {
        float: left;
        background-color: #3568d5;
        width: 20px;
        height: 20px;
        color: #f2f6fc;
        border-radius: 50%;
        text-align: center;
        margin-right: 10px;
        line-height: 30px;
    }

    .notice-top .notice-icon .bi::before {
        line-height: 20px;
    }

    .notice-top .notice-more .bi::before {
        line-height: 20px;
    }

    .notice-top .notice-content {
        float: left;
        width: 75%;
        height: 30px;
        display: block;
        overflow: hidden;
        margin-top: -5px;
    }

    .notice-top .notice-content ul {
        line-height: 30px;
        width: 100%;
        height: 30px;
        margin-bottom: 10px;
    }

    .notice-top .notice-content ul li {
        margin-bottom: 20px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .notice-top .notice-more {
        float: right;
        width: 10%;
        color: #928f8f;
        font-size: 24px;
    }

    .searchBox {
        margin-top: 3px;
    }

    .searchBox .searchHeader {
        height: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .searchBox .searchHeader .searchInput {
        height: 40px;
        width: 80%;
        margin: -5px 0px;
    }

    .searchBox .searchHeader .searchButton {
        width: 55px;
        height: 40px;
        font-size: 1.2rem;
        margin: -5px 0px;
    }

    .searchBox .searchHeader .searchButton span {
        display: none;
    }

    .searchBox .hotBox {
        padding: 5px 5px;
        #display: block;
        /*//NOSONAR*/
    }

    .searchBox .hotBox .searchHot {
        padding-top: 10px;
        height: 40px;
    }

    .searchBox .hotBox .searchHot img {
        float: left;
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .searchBox .hotBox .searchHot .hotText {
        float: left;
        width: 90px;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
    }

    .searchBox .hotBox .searchHot .hotItem {
        float: left;
        display: none;
    }

    .searchBox .hotBox .searchHot .item1 {
        display: block;
        width: 28%;

    }

    .searchBox .hotBox .searchHot .item2 {
        display: block;
        width: 28%;
    }

    .searchBox .myBox .row {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .searchBox .myBox .item-box {
        float: left;
        width: 95%;
        padding-left: 5%;
    }


    .searchBox .myBox .row {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .searchBox .myBox .myItem {
        border-right: none !important;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-right: 0px;
    }

    .searchBox .myBox .myItem .row {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    .searchBox .myBox .myItem .itemTitle {
        border-bottom: #ccc 1px solid;
    }

    .searchBox .myBox .myItem .itemTitle .more {}

    .handleBox {
        margin: 20px auto;
        width: 100%;
        height: 100%;
    }

    .handleBox .box-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .handleBox .handle-content {
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
    }

    .handleBox .handle-content .handleChlid {
        position: absolute;
        top: 100%;
        z-index: 10;
        width: 100%;
        background-color: #ffffff;
        display: none;
        overflow: hidden;
        border: #cfcccc 1px solid;
    }

    .handleBox .handle-content .handleChlid .firstChild {
        width: 100%;
    }

    .handleBox .handle-content .handleChlid .firstChild li {
        color: #16407a;
        font-weight: bold;
        background-color: #f2f7fb;
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
    }

    .handleBox .handle-content .handleChlid .firstChild li:hover {
        background-color: #ccc;
    }

    .handleBox .handle-content .handleChlid .secondChild {
        width: 100%;
    }

    .handleBox .handle-content .handleChlid .secondChild ul {
        margin: auto 1rem;
    }

    .handleBox .handle-content .handleChlid .secondChild li {
        background-color: #fff;
        border-bottom: #cfcccc 2px solid;
        padding: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .handleBox .handle-content .handleChlid .secondChild li div {
        border-bottom: 0px solid #e8e8e8;
    }

    .handleBox .handle-content .handleChlid .secondChild li:hover {
        background-color: #ccc;
    }

    .handleBox .handle-content .handleChlid .secondChild .list-item-title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden;
        font-size: 16px;
        line-height: 30px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .handleBox .handle-content .handleChlid .secondChild .list-item-title a {
        color: #666;
    }

    .handleBox .handle-content .handleChlid .secondChild .list-item-img {
        width: 80px;
        font-size: 16px;
        color: #ccc;
        text-align: right;
    }

    .handleBox .handle-content .handleChlid .secondChild .list-item-img img {
        margin-left: 10px;
        margin-bottom: 5px;
        width: 28px;
        height: 28px;
        cursor: pointer;
    }

    .handleBox .handle-content .content {
        overflow: hidden;
    }

    .handleBox .handle-content .content li {
        width: 20%;
        height: 90px;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        #border: #e2dede 1px solid;
        /*//NOSONAR*/
    }

    .handleBox .handle-content .content li .icon-background {
        margin: 0px auto;
        text-align: center;
        margin-bottom: 0px;
    }

    .handleBox .handle-content .content li .icon-background .icon1 {
        display: block;
        height: 45px;
        width: 45px;
        margin: 5px auto;
    }

    .handleBox .handle-content .content li .icon-background .icon2 {
        display: none;
        height: 45px;
        width: 45px;
        margin: 5px auto;
    }

    .handleBox .handle-content .content li p {
        text-align: center;
        font-size: 14px;
        line-height: 15px;
        color: #4A4A4A;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
    }

    .handleBox .handle-content .content li:hover {
        background: #2E5C9A;
    }

    .handleBox .handle-content .content li:hover .icon1 {
        display: none;
    }

    .handleBox .handle-content .content li:hover .icon2 {
        display: block;
    }

    .handleBox .handle-content .content li:hover p {
        color: #ffffff;
    }

    .checkBox {
        margin: 20px auto;
        width: 100%;
    }

    .checkBox .box-title {
        width: 100%;
        margin-bottom: 20px;
    }

    .checkBox .check-content {
        width: 100%;
        height: 100%;
        background-color: #f5f5f5;
        padding: 3px;
    }

    .checkBox .check-content .content {
        overflow: hidden;
    }

    .checkBox .check-content .content li {
        margin: 0.5%;
        width: 49%;
        height: 60px;
        float: left;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        border: #e2dede 1px solid;
        background-color: #fff;
    }

    .checkBox .check-content .content li .icon-background {
        float: left;
        width: 25px;
        height: 24px;
        margin: 15px 5px;
    }

    .checkBox .check-content .content li .icon-background .icon {
        display: block;
        width: 80%;
    }

    .checkBox .check-content .content li .star {
        float: right;
        width: 1em;
        top: 30%;
        right: 5%;
        display: block !important;
    }

    .checkBox .check-content .content li p {
        float: left;
        text-align: left;
        width: 65%;
        font-size: 13px;
        color: #4A4A4A;
        line-height: 14px;
        -webkit-transition: color 0.3s;
        transition: color 0.3s;
        margin: 15px auto;
    }

    .look-ask-box {
        width: 100%;
        display: block;
    }

    .look-ask-box .look-box {
        width: 100%;
        margin-right: 0;
    }

    .look-ask-box .look-box .look-title {
        margin-bottom: 20px;
    }

    .look-ask-box .look-box .look-content {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .look-ask-box .look-box .look-content .look-item {
        width: 19%;
        margin-right: 5px;
        margin-bottom: 0;
    }

    .look-ask-box .ask-box {
        width: 100%;
        float: left;
        margin-top: 0px;
    }

    .look-ask-box .ask-box .ask-title {
        height: 31px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .look-ask-box .ask-box .ask-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .look-ask-box .ask-box .ask-content img {
        width: 49.5%;
        float: left;
    }

    .complaint-sm-box {
        margin: 10px auto;
        width: 100%;
        overflow: hidden;
    }

    .complaint-sm-box .complaint-title img {
        width: 100%;
    }

    .complaint-sm-box .complaint-sm-item {
        width: 50%;
        float: left;
        margin-top: 5px;
    }

    .complaint-sm-box .item-left {
        padding-right: 0.5%;
    }

    .complaint-sm-box .item-right {
        padding-left: 0.5%;
    }

    .complaint-sm-box .complaint-sm-item zjsmImg {
        /*//NOSONAR*/
        margin-top: 5px;
    }
}

.titleCont {
    height: 46px;
    line-height: 57px;
    background-color: #2c5d94;
    color: #fff;
    font-size: 16px;
    padding-left: 14px;
}

.noticeTitle {
    font-size: 16px;
}

.noticeDate {
    font-size: 12px;
    margin-left: 6px;
}

.noticeTime {
    font-size: 12px;
    margin-left: 6px;
}

.proContent {
    margin: 14px;
}

.proImg {
    padding-right: 12px;
    display: inline-block;
    float: left;
    margin-top: 2px;
}

.proTitle span {
    color: #ee2a2a;
    line-height: 22px;
    display: inline-block;
    float: left;
    font-size: 14px;
}

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

ol li,
ul li {
    list-style: none;
}

.btns {
    float: right;
    margin-right: 10px;
    padding-top: 16px;
    padding-bottom: 20px;
}

.btns button {
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background-color: #2c5d94;
    color: #fff;
    font-size: 14px;
    border-color: #2c5d94;
    border-radius: 6px;
}

.btns .downBtn {
    background-color: #fff;
    margin-left: 12px;
    border: 1px solid #2c5d94;
    color: #2c5d94;
}

.noticeBoard-class {
    width: auto !important;
    height: auto !important;
    max-width: 60%;
    min-width: 50%;
}

.docData-class {
    width: 672px !important;
    height: auto !important;
}

.docTitle {
    height: 46px;
    line-height: 46px;
    background-color: #2c5d94;
    color: #fff;
    font-size: 16px;
    padding-left: 14px;
}

.docTitle2 {
    height: 35px;
    line-height: 46px;
    color: #000;
    font-size: 16px;
    padding-left: 14px;
}

.proContent {
    margin: 14px;
}

.docImg {
    padding-right: 10px;
    display: inline-block;
    float: left;
    margin-top: 2px;
}

.docInfo {
    margin-left: 60px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 24px;
}

.docInfo p {
    line-height: 28px;
}

.docInfo p .enclosureCont {
    color: #d61717;
    text-decoration: underline;
    border-bottom: 1px solid #d61717
}

/* 编制规则/通知公告 */
.tongzhi_img {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    height: 94px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.tongzhi_text {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    background-color: #F5F5F5;
    text-align: center;
    height: 64px;
    color: #0241a6;
    font-size: 18px;
    line-height: 64px;
    cursor: pointer;
}

/* 电子期刊 */
.qikan-list {
    width: 180px;
    height: 130px;
    border: 2px solid #e5e5e5;
    border-radius: 0 25% 0 25%;
    margin-right: 17px;
    margin-top: 10px;
}

.qikan-list-title {
    color: #4A4A4A;
    width: 155px;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 10px;
}

.qikan-list-img {
    height: 45px;
    float: right;
    margin-top: 15px;
    margin-right: 10px;
}

.look-item:hover{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.24);
}

/* 联系我们 */
.ask-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ask-content-top{
    float: left;
    width: 350px;
    display: flex;
    align-content: center;
    justify-content: center;
    background: linear-gradient(to right,#49a7f6, #1a4884);;
}

.ask-content-top-img{
    margin-left: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.ask-content-top-txt{
    float: left;
    font-size: 35px;
    line-height: 94px;
    color: #fff;
}

.ask-content-bottom{
    float: left;
    width: 350px;
    display: flex;
    align-content: center;
    justify-content: center;
    background-color: #F5F5F5;
}

.ask-content-bottom-img{
    width: 40px;
    margin-left: 15px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.ask-content-bottom-txt{
    float: left;
    font-size: 20px;
    line-height: 64px;
    background-image: linear-gradient(to right, #49a7f6, #1a4884); /* 线性渐变背景，方向向上 */
    -webkit-background-clip: text; /* 背景被裁剪成文字的前景色 */
    -webkit-text-fill-color: transparent; /* 文字填充颜色变透明 */   
}
/* 相关链接 */
.link2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}
