@charset "UTF-8";
.clearfix{
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size:0;
}
/********************/
.countyOverview{
    padding-top: 20px;
    padding-bottom: 64px;
}
.countyOverview_container{
    width: 1560px;
    margin: 0 auto;
}
.dqwz{
    padding-bottom: 28px;
    background: url(fgt.png) repeat-x bottom;
    background-size: 100% 8px !important;
}
.dqwz span.dqwzbg,
.dqwz a {
    font-family: 微软雅黑,PingFangSC-Regular,serif;
    font-weight: 400;
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 32px;
}
.dqwz span.dqwzbg {
    background: url(dqwz_bg.png) no-repeat left center;
    padding-left: 40px;
    background-size: 20px !important;
    display: inline-block;
}
.dqwz i {
    color: rgb(204, 204, 204);
    font-size: 16px;
    font-family: 微软雅黑, PingFangSC-Regular, serif;
    margin: 0 10px;
}
.overview_con{
    margin-top: 30px;
}
.overview_con .overview_menu{
    margin-left: -30px;
    margin-top: -20px;
}
.overview_con .overview_menu li{
    float: left;
    width: calc((100% - 192px) / 6);
    height: 60px;
    line-height: 60px;
    margin-left: 32px;
    margin-top: 20px;
}
.overview_con .overview_menu li a{
    display: block;
    text-align: center;
    background: #f3f7fe;
    padding: 0 10px;
    font-weight: 400;
    font-size: 20px;
    color: #333;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
}
.overview_con .overview_menu li a:hover,
.overview_con .overview_menu li.active a{
    color: #3366cc;
    font-weight: 700;
}
.overview_con .overview_menu li a:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #3366cc;
    opacity: 0;
    transition: all 0.35s ease;
}
.overview_con .overview_menu li a:hover:after,
.overview_con .overview_menu li.active a:after{
    opacity: 1;
}
/*.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #3366cc;
    height: 6px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.overview_con .overview_menu li.active a:before,
.overview_menu .hvr-underline-from-center:hover:before,
.overview_menu .hvr-underline-from-center:focus:before {
    left: 0;
    right: 0;
}*/
.overview_list{
    margin-top: 60px;
}
.overview_list .overview_sub{
    position: relative;
    padding-top: 86px;
}
/*.overview_list .overview_sub:first-child{
    display: block;
}*/
.overview_list .overview_sub .imgShow{
    width: 806px;
    height: 464px;
    /*box-shadow: 0 0 11px rgba(59, 160, 255, 0.64);*/
    position: absolute;
    top: 0;
    left: 0;
}
.overview_list .overview_sub .imgShow img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.overview_list .overview_sub .textIntroduction{
    float: right;
    width: 1442px;
    height: 415px;
    padding: 36px 52px 84px 722px;
    background: url(bg_overview.png) no-repeat bottom center;
}
.textIntroduction .districtTitle{
    display: flex;
    align-items: center;
}
.textIntroduction .districtTitle a{
    display: inline-block;
    font-size: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    padding-right: 68px;
    background: url(icon_title.png) no-repeat right center;
    cursor: pointer;
}
.textIntroduction .introductionSub{
    display: none;
}
.textIntroduction .introductionSub:first-child{
    display: block;
}
.textIntroduction .introduction{
    margin-top: 25px;
}
.textIntroduction .introduction p{
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-indent: 2em;
}
.introduction .viewDetails{
    font-size: 18px;
    line-height: 36px;
    color: #e72828;
    display: inline;
}

/* 适老化 */
.jnpageold .dqwz span.dqwzbg,
.jnpageold .dqwz a,
.jnpageold .dqwz i{
    font-size: 28px;
    line-height: 56px;
}
.jnpageold .dqwz i{
    margin: 0px 20px;
}
.jnpageold .dqwz span.dqwzbg{
    padding-left: 60px;
    background-size: 28px !important;
}
.jnpageold .overview_con{
    margin-top: 50px;
}
.jnpageold .overview_con .overview_menu{
    margin-left: -40px;
    margin-top: -30px;
}
.jnpageold .overview_con .overview_menu li{
    width: calc((100% - 160px) / 4);
    margin-left: 40px;
    margin-top: 30px;
    height: 90px;
    line-height: 90px;
}
.jnpageold .overview_con .overview_menu li a{
    font-size: 42px;
    padding: 0 20px;
}







.jnpageold .textIntroduction .introduction p{
    font-size: 30px;
    line-height: 60px;
}
.jnpageold .introduction .viewDetails{

}