
.grid{
    padding: 0 20px;
    box-shadow: none;
}
.p0{
    padding-top: 12px;
}
.p1{
    padding-bottom: 50px;
}
.syjsBox {
    font-weight: bold;
    border-bottom: 1px solid #007bde;
    color: #007bde;
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 3px;
}
.tjsTypeLi.active {
    border: 1px solid #4291f7;
    font-weight: bold;
}
.topbanner{
    width: 100%;
    height: 262px;
    background: url("../images/yjs2025/banner_bg.png") center center no-repeat;
    position: relative;
}
.topbanner .img1{
    display: block;
    position: absolute;
    left: 200px;
    top: 55px;
}
.contain{
    position: absolute;
    left: 200px;
    top: 135px;
}
.btn {
    outline: 0;
    border: 0;
    width: 296px;
    align-items: center;
    background: linear-gradient(to top,#ff7700,#ff9600);
    border-radius: 6px;
    box-shadow:  0 0 5px rgba(255, 255, 255, 0.7),
    0 0 10px rgba(255, 255, 255, 0.5),
    0 0 15px rgba(255, 255, 255, 0.3),
    0 0 20px rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    padding: 0 15px ;
    height: 42px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
}
.btn.focus, .btn:focus, .btn:hover {
    text-decoration: none;
    box-shadow:  0 0 5px rgba(255, 255, 255, 0.7),
    0 0 10px rgba(255, 255, 255, 0.5),
    0 0 15px rgba(255, 255, 255, 0.3),
    0 0 20px rgba(255, 255, 255, 0.1);
    color: #ffffff;
    background: linear-gradient(to top,#ff7700,#ff9600);
    border: 0;
    outline: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: -2px;
}
.btn span{
    font-size: 20px;
    margin-right: 10px;
}
.btn .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #FFFFFF;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
	height: 600px;
	overflow-y: scroll;
}
.btn .dropdown::-webkit-scrollbar {
    width: 8px;
}

.btn .dropdown.show{
    transform: translate(0px, 16.7386px);
    visibility: visible;
    opacity: 1;
    z-index: 9;
}
.btn .dropdown:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 0;
    height: 0;
    box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.05);
    border-top: 6px solid #FFFFFF;
    border-right: 6px solid #FFFFFF;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    transform: rotate(-45deg);
}
.btn .dropdown li {
    z-index: 1;
    position: relative;
    background: #FFFFFF;
    padding: 0 20px;
    color: #666;
}
.btn .dropdown li.active a{
    color: rgb(0, 112, 192);
}
.btn .dropdown li:first-child {
    border-radius: 4px 4px 0 0;
}
.btn .dropdown li:last-child {
    border-radius: 0 0 4px 4px;
}
.btn .dropdown li:last-child a {
    border-bottom: 0;
}
.btn .dropdown a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px 0;
    color: inherit;
    font-size: 18px;
    text-decoration: none;
}
.btn .dropdown a:hover{
	color: rgb(0, 112, 192);
}
.p0{
    padding-bottom: 45px;
}
.padg25{
    padding: 20px;
    box-shadow: 0 0 20px 10px rgba(164, 205, 255, 0.2);
}
.yjstitle{
    text-align: center;
}
.yjstitle h3{
    height: 56px;
    line-height: 56px;
    background-color: #3c94ff;
    color: #FFFFFF;
    font-size: 34px;
    padding: 0 25px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
}
.yjstitle h3:before{
    display: inline-block;
    content: '';
    background: url("../images/yjs2025/h3_before.png") center center no-repeat;
    background-size: 100% 100%;
    left: -218px;
    position: absolute;
    width: 219px;
    height: 56px;
}
.yjstitle h3:after{
    display: inline-block;
    content: '';
    background: url("../images/yjs2025/h3_after.png") center center no-repeat;
    background-size: 100% 100%;
    right: -172px;
    position: absolute;
    width: 173px;
    height: 56px;
}
.yjsztBox {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* å­å…ƒç´ æ‹‰ä¼¸åˆ°ç›¸åŒé«˜åº¦ */
}
.yjsztBoxLF {
    width: 260px;
    margin-right: 25px;
    background: #f3f7fb;
}
.yjsztBoxRG {
    height: 1110px; /* è®¾ç½®å›ºå®šé«˜åº¦ */
    overflow-y: auto; /* å¯ç”¨åž‚ç›´æ»šåŠ¨ */
    overflow-x: hidden;
    width: calc(100% - 285px);
    background-color: #FFFFFF;
    box-shadow: 0 0 20px 10px rgba(164, 205, 255, 0.3);

}
.yjsleftTiele{
    background: url("../images/yjs2025/qjfl.png") center center no-repeat;
    width: 100%;
    height: 120px;
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 32px;
    padding-left: 22px;
}
.typeSearchBox{
    padding: 0 15px;
    margin-top: -34px;
}
.typeSearchBox>div{
    border-radius: 8px;
    background: #FFFFFF;
    height: 68px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #333333;
}
.liTileBox{
    background: url("../images/yjs2025/liTileBox_bg.png") center center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 15px;
}
.padg25 p{
    text-indent: 0em;
    font-size: 17px;
    line-height: 28px;
}
.titleLi1{
    font-weight: bold;
}
.indexLiyjs{
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d6d6d6;
}
.indexLiyjs:last-child{
    border-bottom: none;
}
.indexLiyjs:first-child{
    padding-top: 0;
}
.indexLiyjs img{
	display: block;
	width: 100%;
}
.liTileBox{
    margin-bottom: 20px;
}

.litextUrl a{
    color: #2780f8;
    margin-left: 5px;
    text-decoration: underline;
    word-break: break-all;
}
.indexLiyjs .zk{
    width: 148px;
    height: 48px;
    padding: 5px;
    margin: 0 auto;
}
.indexLiyjs .zk a{
    display: block;
    border-radius: 19px;
    background: #FFFFFF;
    border: 1px solid #318cee;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 17px;
    color: #318cee;
}
.indexLiyjs .zk a i{
    background: url("../images/yjs2025/zk.png") center center no-repeat;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    display: inline-block;
    position: relative;
    top: 2px;
}


.indexLiyjs .ljbltj.litextBox{
    max-height: 400px;
    overflow: hidden;
}
.indexLiyjs .ljbltj.autoheight{
	 max-height: none;
}
.indexLiyjs .ljbltj.litextBox.expanded {
    max-height: none;
}
.padg25 .indexLiyjs .ljbltj p {
    text-indent: 2em;
}
.padg25 .ljbltj .titleLi1 {
    font-weight: bold;
}

.indexLiyjs:nth-child(4) img{
    display: block;
    margin: 0 auto;
}
.indexLiyjs .zbblcl p{
    text-indent: 0;
    background: #fff7f1;
    position: relative;
    padding: 11px 30px;
}
.indexLiyjs .zbblcl p+p{
    margin-top: 10px;
}
.indexLiyjs .zbblcl p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #ff7100;
    color: #2e2d2c;
}
.indexLiyjs .zbblcl p a{
    color: #2e2d2c;
}
.indexLiyjs .zbblcl p:nth-child(4) a{
    color: #ff7100;
    font-weight: bold;
    text-decoration: underline;
}
.indexLiyjs .zbblcl p:nth-child(4) .qbl{

    position: absolute;
    display: block;
    width: 90px;
    height: 30px;
    top: 50%;
    right: 25px;
    margin-top: -15px;
    line-height: 30px;
    border-radius: 4px;
    color: #FFFFFF;
    background: #ff7100;
    text-decoration: none;
    text-align: center;
}
.indexLiyjs:nth-child(6) p,.indexLiyjs:nth-child(7) p{
    text-indent: 0;
}
.indexLiyjs .cjwt p.ask{
    text-indent: 0;
    background: #f5faff;
    position: relative;
    padding: 11px 30px;
    display: block !important;

}
.indexLiyjs .cjwt ul li+li{
    margin-top: 10px;
}
.indexLiyjs .cjwt .cxfw li+li{
    margin-top: 0;
}
.indexLiyjs .cjwt p.ask:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #318cee;
    color: #2e2d2c;
}
.litextUrl a gjgsxzglzj1{
	text-decoration: none;
}


.indexLiyjs .cjwt .answer{
    padding: 18px 0;
    display: none;

}
.indexLiyjs .cjwt p.show{
    display: block;
	text-indent: 2em;
}
.indexLiyjs .cjwt p.ask a{
    color: #4291f7;
    cursor: pointer;
    position: absolute;
    right: 25px;

}
.indexLiyjs .cjwt p.ask a i{
    background: url("../images/yjs2025/zk1.png") center center no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
.content .row.zxhd{
    margin-left: -17px;
    margin-right: -17px;
}
.content .row.zxhd .col-md-3{
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 20px;
}
.zxhd li p{
    border-radius: 6px;
    text-align: center;
    color: #FFFFFF;
    height: 50px;
    line-height: 50px;
    font-size: 19px;
    display: block !important;
}
.zxhd li p a{
    color: #FFFFFF;
    display: block;
}
.zxhd li:nth-child(1) p{
    background: linear-gradient(35deg, #20beef, #3098f7);
}
.zxhd li:nth-child(2) p{
    background: linear-gradient(to right, #ffa170, #ff8376);
}
.zxhd li:nth-child(3) p{
    background: linear-gradient(to right, #20beef, #21bd9a);
}
.zxhd li:nth-child(4) p{
    background: linear-gradient(to right, #ffc467, #ffa351);
}
.indexLiyjs:nth-child(9) p{
    text-indent: 0;
}

.content .row.cxfw{
    margin-left: -32px;
    margin-right: -32px;
}
.content .row.cxfw .col-md-6{
    padding-left: 32px;
    padding-right: 32px;
}

.indexLiyjs .cxfw li p{
    background: #ebf4fe;
    border: 1px solid #a4cdff;
    display: block !important;
    margin-bottom: 15px;
}
.indexLiyjs .cxfw li p a{
    color: #318cee;
}
.indexLiyjs:last-child .cxfw li{
    margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
    .grid{
        width: 100%;
    }
    .yjsztBox{
        width: 100%;
    }
}
@media screen and (max-width: 992px) {
    .topbanner .img1{
        left: 50px;
    }
    .content .row.cxfw .col-md-6:nth-child(1){
        margin-bottom: 10px;
    }
    .content .row.zxhd .col-md-3{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px) {
    .topbanner .img1{
        width: 300px;
    }
    .contain {
        left: 50px;
        top: 135px;
    }
    .yjsztBoxLF{
        display: none;
    }
    .yjsztBoxRG{
        width: 100%;
    }
    .indexLiyjs .zbblcl p:last-child{
        padding-right: 125px;
    }
    .indexLiyjs .cjwt p.ask{
        padding-right: 90px;
    }
    .yjstitle h3:after,.yjstitle h3:before{
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .topbanner{
        background: none;
        height: 45px;
    }
    .topbanner .img1{
        display: none;
    }
    .contain{
        left: 0;
        top: 0;
    }
    .indexLiyjs .cjwt p.ask{
        padding: 30px
    }
    .indexLiyjs .cjwt p.ask a{
        position: relative;
        float: right;
        margin-left: 20px;
    }
    .indexLiyjs:nth-child(4) img{
        width: 100%;
    }

}
@media screen and (max-width: 480px) {
    .topbanner{
        background: url(../images/yjs2025/banner_bg.png) left bottom no-repeat;
        height: 180px;
    }
    .topbanner .img1{
        width: 70%;
        top: 30px;
        left: 50px;
        display: block;
    }
    .contain{
        left: 50px;
        top: 86px;
    }
    .indexLiyjs:nth-child(8) p.ask{
        padding: 30px
    }
    .indexLiyjs:nth-child(8) p.ask a{
        position: relative;
        float: right;
        margin-left: 20px;
    }
    .indexLiyjs:nth-child(4) img{
        width: 100%;
    }

}
@media screen and (max-width: 400px) {
    .topbanner .img1{
        width: 80%;
    }
	 .contain {
        left: 17px;
        top: 86px;
    }
}
}
