.content {
    width: 1160px;
    margin: 0 auto;
    padding: 20px;
    background-color: rgba(208, 224, 245, 0.5);
}
.content-new {
    background-color: #ffffff;
}

.first .notice {
    width: 600px;
    height: 350px;
}

.first .notice .ul_title {
    background-color: #fff;
}

.first .notice .ul_title li {
    padding: 5px 16px;
    width: 110px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.first .notice .ul_title li:hover {
    color:#D25F00;
    font-size: 16px;
    font-weight: 600;
}

.first .notice .ul_title .active {
    border-radius: 4px;
    background: #FFF7E8;
    color:#D25F00;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.first .notice .ul_content {
    display: none;
}

.first .notice .ul_content #tzggTitle li {
    padding: 9.5px 0;
    border-bottom: 1px dashed #DEE0E3;
}
.first .notice .ul_content #zxdtTitle li {
    padding: 9.5px 0;
    border-bottom: 1px dashed #DEE0E3;
}
.first .notice .ul_content li>div {
    display: flex;
    align-items: center;
}

.first .notice .ul_content li .ul_content_a {
    display: inline-block;
    width: 96%;
    height: 26px;
    line-height: 26px;
}

.first .notice .ul_content li .ul_content_a:hover .ul_content_a_span {
    color: #E85D78;
}

.left-btn, .right-btn {
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px 3px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(61, 93, 179, 0.40);
    backdrop-filter: blur(4px);
    cursor: pointer;
}
.qx-box {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 36px auto;
}

.content-qx {
    flex: 1;
    min-width: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: rgba(61, 93, 179, 0.40);
    backdrop-filter: blur(4px);
    height: 48px;
    margin: 0 20px;
    padding: 4px 3px;
}

.qx-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    width: 85px;
    cursor: pointer;
}


.qx-item a {
    color: #FFF!important;
}
.content-qx .active {
    border-radius: 4px;
    background: #FFF;
    text-align: center;

}
.content-qx .active a {
    color: #D25F00!important;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
.second {
    margin-top: 20px;
}

.second .register {
    width: 313px;
}

.second .register .regTitle {
    height: 37px;
    width: 100%;
    background-color: rgba(133, 182, 219, 0.5);
    margin-bottom: 10px;
}

.second .register .regTitle span {
    display: inline-block;
    width: 100%;
    height: 37px;
    background: url(../img/titleBj.jpg) no-repeat;
    text-align: center;
    line-height: 37px;
    color: #4A70D6;
    font-size: 18px;
}

.second .register .regTitleUl li {
    width: 153px;
    height: 83px;
    margin-top: 6px;
}

.second .register .regTitleUl li:nth-child(odd) {
    background: url(../img/reg1.jpg) no-repeat;
    margin-right: 7px;
}

.second .register .regTitleUl li:nth-child(even) {
    background: url(../img/reg2.jpg) no-repeat;
}

.second .register .regTitleUl li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
}

.second .register .regTitleUl li a div {
    color: #fff;
    margin-top: 9px;
}

.second .register .regTitleUl li a img {
    margin-top: 10px;
}

.second .register .other .otherType {
    width: 153px;
    height: 50px;
    background-color: #6C87FD;
    text-align: center;
    line-height: 50px;
    margin-top: 5px;
}

.second .register .other .otherType img {
    vertical-align: middle;
    margin-right: 15px;
}

.second .register .other .otherType span {
    color: #fff;
}

.second .register .jiandu {
    margin-top: 6px;
    height: 75px;
    width: 313px;
    background: url(../img/jiaoyipingtaibj.jpg) no-repeat;
    text-align: center;
    line-height: 75px;
}

.second .register .jiandu a img {
    vertical-align: middle;
    margin-right: 20px;
}

.second .register .jiandu a span {
    color: #fff;
}

.second .register .chaoshi {
    margin-top: 6px;
}

.second .info {
    width: 828px;
}

.second .info .infoTitle {
    height: 37px;
    background-color: rgba(133, 182, 219, 0.5);
    width: 100%;
}

.second .info .infoTitle span {
    display: inline-block;
    width: 100%;
    height: 37px;
    background: url(../img/titleBj1.jpg) no-repeat;
    text-align: center;
    line-height: 37px;
    color: #4A70D6;
    font-size: 18px;
    position: relative;
}

.second .info .infoTitle span a {
    color: #fff;
    position: absolute;
    right: 0;
}

.second .info .infoCon {
    width: 100%;
    background-color: #F1F3FA;
}

.second .info .infoCon ul {
    padding: 16px 0 0 0;
    background-color: #fff;
}

.second .info .infoCon ul .borderRt {
    border-right: 1px solid #E3E7F2;
}

.second .info .infoCon ul .borderBt {
    border-bottom: 1px solid #E3E7F2;
}

.second .info .infoCon ul li {
    width: 198px;
    height: 170px;
    text-align: center;
    padding-top: 20px;
}

.second .info .infoCon ul li:hover {
    background-color: #EBF1F9;
}

.second .info .infoCon ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.second .info .infoCon ul li a p {
    margin-top: 20px;
    font-size: 16px;
}

.second .info .infoCon .addEnter {
    height: 60px;
    background-color: #2F6BE5;
}

.second .info .infoCon .addEnter div {
    width: 360px;
    margin-left: 40px;
    background-color: #4EB1F5;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.second .info .infoCon .addEnter div a {
    color: #fff;
    font-size: 16px;
}

.third {
    margin-top: 20px;
}

.third .map {
    width: 580px;
}

.third .map .mapTitle {
    width: 100%;
    height: 37px;
    background-color: rgba(133, 182, 219, 0.5);
}

.third .map .mapTitle span {
    display: inline-block;
    width: 100%;
    height: 37px;
    background: url(../img/titleBj3.jpg) no-repeat;
    text-align: center;
    line-height: 37px;
    color: #4A70D6;
    font-size: 18px;
}

.third .map .mapCon {
    width: 100%;
    height: 500px;
    text-align: center;
    line-height: 500px;
    background-color: #FBFDFF;
}

.third .map .mapCon img {
    vertical-align: middle;
}

.third .government {
    width: 566px;
    background-color: #EFF5FB;
    height: 537px;
}

.third .government .governmentTitle {
    height: 37px;
    width: 100%;
    background-color: rgba(133, 182, 219, 0.5);
}

.third .government .governmentTitle span {
    display: inline-block;
    width: 100%;
    height: 37px;
    background: url(../img/titleBj3.jpg) no-repeat;
    text-align: center;
    line-height: 37px;
    color: #4A70D6;
    font-size: 18px;
}

.third .government .governmentCon {
    width: 546px;
    padding: 0 10px;
    background-color: #FBFDFF;
}

.third .government .governmentCon div:nth-child(1) {
    margin-top: 20px;
}

.third .government .governmentCon div:nth-child(1) a {
    color: #9F44B7;
    font-size: 16px;
}

.third .government .governmentCon .smallTitle {
    color: #3635D9;
    font-size: 18px;
    margin: 15px 0;
}

.third .government .governmentCon ul li {
    height: 30px;
    line-height: 30px;
}

.third .government .governmentCon ul li a:hover {
    color: #E85D78;
}

.forth {
    height: 57px;
    width: 1200px;
    background-color: #E5EEF5;
    margin: 0 auto;
    margin-bottom: 20px;
    /*border-bottom: 1px solid #FFFFFF4D;*/
}

/*.forth .title {*/
/*    width: auto;*/
/*    color: #FFF;*/
/*    font-size: 14px;*/
/*    font-weight: 400;*/
/*}*/

.forth div {
    width: 298.5px;
    height: 100%;
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    color: #62A5EA;
}

.forth div a {
    font-size: 18px;
}

.second-box {
    background: #ffffff;
    padding: 30px 20px;
    height: 560px;
    overflow-y: scroll;
    box-sizing: border-box;
}

.second-left-box .box-item .item-title {
    color: #333333;
    font-size: 14px;
    line-height: 30px;
}

.second-left-box .box-item .item-content {
    color: #666666;
    line-height: 20px;
}

.second-left-box .box-item .item-btn {
    color: #646464;
    line-height: 20px;
    display: inline-block;
    width: 60px;
    height: 20px;
    background: #e9e9e9;
    border-radius: 20px;
    text-align: center;
    font-size: 11px;
    float: right;
}

.second-left-box .box-item .item-btn:hover {
    background: #cdedff;
    color: #215fde;
}

.overflow2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.second-right-box > div {
    width: 50%;
    float: left;
    display: inline-block;
}

.second-right-box .mapCon {
    height: 500px;
    text-align: center;
    line-height: 500px;
    margin-left: -100px;
    position: relative;
}

.second-right-box .mapCon img {
    vertical-align: middle;
}

.second-right-box .right-item .item-title {
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}

.second-right-box .right-item .item-title span {
    font-size: 12px;
    color: #ff0017;
    margin-left: 15px;
}

.second-right-box .right-item .item-content > div {
    width: 170px;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #e8eaec;
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
    padding: 20px 25px;
    box-sizing: border-box;
}

.second-right-box .right-item .item-content > div p {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
}

.second-right-box .right-item .item-content > div span {
    color: #041b49;
    font-size: 17px;
}

.second-right-box .right-item .item-charts {
    margin-top: 30px;
}

.second-right-box .right-item .item-charts .charts-title {
    margin-top: 30px;
    color: #041b49;
    font-size: 17px;
    margin-bottom: 30px;
}

/* 补充 20210325 */
.link-module {
    height: 64px;
    width: 100%;
    margin-top: 20px;
    background-color: white;
}

.link-module-box::after,
.link-module::after {
    content: '';
    display: table;
    clear: both;
}

.link-module .link-module-title {
    background-image: url("../img/link-module-title-bj.png");
    background-size: 263px 64px;
    background-position: center;
    background-repeat: no-repeat;
    width: 263px;
    height: 64px;
    line-height: 64px;
    float: left;
    color: white;
    font-size: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.link-module-box {
    display: block;
    float: right;
    width: calc(100% - 270px);
    height: 64px;
    box-sizing: border-box;
    padding-right: 10px;
}

.link-module-box .link-module-item {
    width: 11.1%;
    display: block;
    float: right;
    text-align: center;
}

.link-module-item .link-but {
    width: 80px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    margin-top: 16px;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
}

.link-module-item .link-but.active {
    background-image: url("../img/link-but-bj.png");
    background-size: 79px 32px;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}




