@charset "UTF-8";
/*发展潜力*/
.til {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}
.fzql li {
    float: left;
    width: 16%;
    margin-top: 10px;
    text-align: center;
}
.fzql li span {
    display: block;
    margin: 40px 0;
    font-size: 18px;
}
.fzql li:hover a {
    color: #105dba;
}
/*投资指南*/
.tzzn li {
    float: left;
    width: 245px;
    height: 285px;
    text-align: center;
    box-shadow:  0 0 10px 5px rgba(116, 170, 255, 0.5);
    border-radius: 15px;
    margin: 0 50px;
    margin-top: 10px;
}
.tzzn li img {
    margin-top: 45px;
}
.tzzn li .h {
    display: none;
}
.tzzn li span {
    display: block;
    margin: 45px 0;
    font-size: 18px;
    color: #3d7cec;
    font-weight: bold;
}
.tzzn li:hover {
    background: #3d7cde;
}
.tzzn li:hover .h {
    display: inline-block;
}
.tzzn li:hover .n {
    display: none;
}
.tzzn li:hover span {
    color: #fff;
}
/*投资项目*/
.zsxm .bg-color {
    background-color: #f0f4fa;
    padding: 25px 0;
}
.swiper-zsxm {
    position: relative;
    height: 235px;
}
.swiper-zsxm .swiper-container,
.swiper-zsxm .swiper-wrapper {
    height: 100%;
}
.swiper-zsxm .swiper-slide {
    height: 100%;
    text-align: center;
}
.swiper-zsxm .swiper-slide a {
    display: inline-block;
    width: 70%;
    height: 100%;
    background: #fff;
    border-radius: 15px;
}
.swiper-zsxm img{
    margin-top: 45px;
}
.swiper-zsxm img.swzy {
    margin-top: 65px;
}
.swiper-zsxm img.szjj {
    margin-top: 75px;
}
.swiper-zsxm img.zbzz {
    margin-top: 50px;
}
.swiper-zsxm span {
    display: block;
    margin-top: 30px;
    margin-bottom: 35px;
    padding: 0 20px;
}
.swiper-zsxm span.xxmt {
    padding: 0 40px;
}
/*动态*/
.dtxx .infolist li {
    float: left;
    width: 49%;
    height: 4.5em;
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 1.5em;
    margin-right: 25px;
    overflow: unset;
}
.dtxx .infolist li:nth-child(2n) {
    margin-right: 0;
}
.dtxx .infolist li a {
    padding-left: 80px;
}
.dtxx .infolist li a span {
    display: block;
    color: #7b7b7b;
    font-size: 14px;
}
.dtxx .infolist li:hover {
    box-shadow: 0 0 10px 5px rgba(116, 170, 255, 0.5);
}
.dtxx .infolist li a:hover span {
    color: #005293;
}
.dtxx .infolist li .time {
    display: inline-block;
    left: 0;
    top: 17px;
    width: 70px;
    text-align: center;
}
.dtxx .infolist li .time i {
    display: block;
    font-style: normal;
}
/*政策法规*/
.zcfg .infolist li {
    float: left;
    width: 49%;
    margin-right: 25px;
    border-bottom: 1px dashed #dcdcdc;
}
.zcfg .infolist li:nth-child(2n) {
    margin-right: 0;
}
@media (max-width:992px) {
    .til img {width: 60%;}
    .fzql li {width: 33%;height: 166px;}
    .fzql li img {width: 50%;}
    .tzzn li {width: 95%;margin: 0 3% 20px;}
    .com-ztzl-nav.next {right: 0;}
    .com-ztzl-nav.prev {left: 0;}
    .dtxx .infolist li {width: 100%;margin-right: 0;}
    .dtxx .infolist li a {display: inline-block; width: 100%; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .dtxx .infolist li .time {position: absolute;}
    .zcfg .infolist li {float:none;width: 100%;margin-right: 0;}
}
