* {
    font-family: microsoft yahei;
}

body {
    overflow-x: hidden;
    line-height: 1;
    background: #f7f7f7;
}

a {
    font-family: microsoft yahei;
    color: #474747;
}

a:hover {
    text-decoration: none;
    color: #80181d;
}

.clear {
    clear: both;
}

.content{
    font-family: microsoft yahei;
	font-size:16px;
	line-height:28px
}


header .right {
    display: flex;
}

header .right div {
    color: #80181d;
    font-size:28px;

    height: .5rem;
    line-height: .5rem;
    margin-top: .4rem;
    padding-left: .58rem;
    background: url(../images/48lsw/phone.png) .10rem center no-repeat;
    background-size: .38rem .43rem;
}

header .right div.mail {
    border-left: 1px solid #ebebeb;
    margin-left: .3rem;
    background: url(../images/48lsw/mail.png) .17rem center no-repeat;
    background-size: .24rem .27rem;
}



.header {
    width: 12.00rem;
    margin: 0 auto;
    position: relative;
}

.header .top {
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    line-height: .57rem;
    color: #979797;
    font-size: .15rem;
}

.header .logo {
    float: left;
    margin-top: .17rem;
    font-size: .25rem;
    /*width: 3.35rem;*/
}

.header .logo img {
    width: .74rem;
    padding-right: .22rem;
}

.header .nav {
    width: 12.00rem;
    height: .65rem;
    background: #80181d;
    padding: 0 3.60rem;
    position: relative;
    left: -3.60rem;
    z-index: 99;
}

.header .nav map {
    float: left;
    position: relative;
    padding-right: .55rem;
}

.header .nav .nav-site>li {
    position: relative;
    float: left;
    padding: 0 0.35rem;
    /*background: url(../images/zsdz/navicon.png) no-repeat;*/
}
.header .nav .nav-site>li.cur {
    background: #36404b;
}
.header .nav .nav-site>li>a {
    color: #333;
    display: block;
}

.header .nav .nav-site>li>a>span {
    font: .17rem/.65rem microsoft yahei;
    color: #fff;
}

.header .nav .nav-site>li:hover>a,
.header .nav .nav-site>li.cur>a {
    color: #333;
    display: block;
    position: relative;
}

.header .nav .nav-site>li ul {
    display: none;
    z-index: 999;
    background: #e0e0e0;
    width: 1.54rem;
    position: absolute;
    left: 0;
    text-align: left;
    text-indent: .15rem;
}

.header .nav .nav-site>li:hover ul {
    display: block;
}

.header .nav .nav-site>li ul {
    float: left;
    display: none;
}

.header .nav .nav-site>li ul li {
    /* margin: 0 .34rem; */
    /* width: 1.70rem; */
    height: .40rem;
    line-height: .40rem;
    background: #fff;
}

.header .nav .nav-site>li ul a {
    color: #595959;
    font-size: .15rem;
    line-height: .40rem;
    font-weight: normal;
}

.header .nav .nav-site>li ul a:hover {
    color: #2865af;
}

.header .nav .nav-site>li .nav2 .desc {
    float: left;
    width: 2.50rem;
    font: .13rem/.28rem microsoft yahei;
    color: #595959;
}

.header .nav .nav-site>li .nav2 img {
    width: 2.50rem;
    height: 1.63rem;
    float: right;
    margin-right: .34rem;
}

.header .search {
    /*float: right;*/
    position: absolute;
    right: 3.6rem;
    width: .55rem;
    height: 100%;
    background: #fff url(../images/hdzk/up.png) center no-repeat;
}

.header .search #q {
    display: none;
    float: left;
    height: .33rem;
    width: 2.4rem;
    border: none;
    text-indent: .16rem;
    margin-left: .13rem;
}

.header .search .btn {
    width: .55rem;
    height: .59rem;
    background: #2c9fa9 url(../images/hdzk/search.png) center no-repeat;
    border: none;
    cursor: pointer;
}

.header .search:hover .btn {
    transform: translateY(-.13rem);
}

.header .search form {
    position: absolute;

}

.header .search:hover form {
    width: 3.1rem;
    right: 0rem;
    top: .65rem;
    height: .33rem;
    padding: .13rem 0;
    background: #2c9fa9;
}

.header .search:hover #q {
    display: block;
}

footer {
    width: 12.00rem;
    margin: 0 auto;
}

.footer {
    width: 12.00rem;
    padding: 0 3.60rem;
    position: relative;
    left: -3.60rem;
    font: .13rem/.15rem mircrosoft yahei;
    background: #2d3237;
    color: #fff;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
}

.footer .left {
    width: 8.5rem;
    float: left;
    color: #7c7c7c;
}

.footer .left ul {
    margin-top: .7rem;
    height: .7rem;
    border-bottom: 1px solid #3a3a3a;
    font-size: .17rem;
    color: #7c7c7c;
}

.footer .left li {
    float: left;
    margin-right: .5rem;
}

.footer .left .down-content {
    font-size: .13rem;
    line-height: .4rem;
}

.footer .right {
    float: right;
}

.footer .right .pic img {
    margin-top: .35rem;
    padding: .09rem;
    width: 1.18rem;
    height: 1.18rem;
    background-color: #fff;
}


section .cont {
    margin: 0rem auto;
    /*shipinye*/
    width: 12.00rem;
}

section.sec .cont {
    /*margin-top: -23rem;*/
}

section .cont:after {
    content: " ";
    display: block;
    clear: both;
}


/*slideTxtBox通用样式*/

/**/
.i .cn {
    font-size: .25rem;
    color: #80181d;
}

.i .en {
    font-size: .12rem;
    color: #999;
}

section .cont .notice{
    font-size: .13rem;
    position: relative;
    width: 12rem;
    padding: 0 3.6rem;
	margin-top: 44px;
    left: -3.6rem;
    display: flex;
    height: .75rem;
    line-height: .75rem;
    background: #36404b;
    color: #fff;
}
section .cont .notice .bd ul {
    display: flex;
    flex-wrap: wrap;
}
section .cont .notice .bd li{
    width: 4.8rem;
    padding: 0 0.1rem;
    display: flex;
    justify-content: space-between;
}
section .cont .notice .bd li a{
    color: #ffc279;
}
/*f1*/

section .cont .f1 {
    width: 12.00rem;
    height: 5.85rem;
    padding: 0 3.60rem;
    position: relative;
    left: -3.60rem;
    /*left: -3.60rem;*/
    background: #fff;
}

section .cont .f1 .cn {
    padding-top: .5rem;
    padding-bottom: .12rem;
}
section .cont .f1 .en {
    padding-bottom: .50rem;
}
section .cont .f1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

section .cont .f1 ul li {
    height: 1.68rem;
    width: 2.68rem;
    border: 1px solid #80181d;
    margin-bottom: .33rem;
}

section .cont .f1 ul li:hover {
    color: #80181d;
}

section .cont .f1 .pic {
    height: 1rem;
    text-align: center;
}

section .cont .f1 .pic img {
    height: .45rem;
    padding-top:35px;
}

section .cont .f1 ul li:hover img:last-child {
    display: none;
}

section .cont .f1 ul li:hover img:first-child {
    display: inline-block;
}

section .cont .f1 .pic img:first-child {
    display: none;
}
section .cont .f1 .catname {
    text-align: center;
    font-size: .25rem;
}
section .cont .f1 .catname2 {
    margin-top: .11rem;
    text-align: center;
    font-size: .12rem;
}

section .cont .f1 .content {
    /*box-sizing: border-box;*/
    border-top: .01rem solid #515567;
    width: 100%;
    padding-top: .24rem;
    height: 1.6rem;
    line-height: .26rem;
    font-size: .14rem;

}

section .cont .f1 ul li:hover a {
    color: #80181d;
}

section .cont .f1 ul li:hover .content {
    border-top-color: #80181d;
}

/*f2*/

section .cont .f2 {
    width: 12.00rem;
    padding: 0 3.60rem;
    background: #fff;
    position: relative;
    left: -3.60rem;
    display: flex;
    justify-content: space-between;
}
.f2 .catname {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .4rem;
}
.f2 .catname .cn {
    color: #80181d;
    margin-bottom: .13rem;
}
section .cont .f2> div {
    width: 5.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: .5rem;
}
section .cont .f2 .left li {
    display: flex;
    margin-bottom: 30px;
}
section .cont .f2 .left li .date {
    font-size: .15rem;
    color: #999;
    line-height: .2rem;
    margin-bottom: .1rem;
}
section .cont .f2 .left li .title {
    font-size: .15rem;
    color: #80181d;
}
section .cont .f2 .left li .content {
    width: 100%;
}
section .cont .f2 .left li .desc {
    width: 100%;
    font-size: 13px;
    line-height: .23rem;
    color: #737373;
    margin-top: 15px;
    border-top: 1px solid #efefef;
    padding-top: .08rem;
    height: .46rem;
    overflow: hidden;
}
section .cont .f2 .left img {
    margin-right: .2rem;
    width: 1.6rem;
    height: 1.1rem;
}
section .cont .f2 .more {
    display: block;
    text-align: center;
    width: 2.4rem;
    height: .35rem;
    line-height: .35rem;
    border: 1px solid #999;
    color: #999;
    font-size: .13rem;
}

section .cont .f2 .down .hd {
    display: flex;
    justify-content: center;
    margin-bottom: .55rem;
}

section .cont .f2 .down .hd li {
    width: 2.10rem;
    height: .48rem;
    /*border:1px solid #00909d;*/
    background: #fff;
    line-height: .48rem;
    border-radius: 0.04rem;
    text-align: center;
    margin: 0 .25rem;
    font-size: .17rem;
    cursor: pointer;
}

section .cont .f2 .down .hd li.on {
    background: #80181d;
    color: #fff;
}

section .cont .f2 .down .bd ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section .cont .f2 .down .bd li {
    height: 1.17rem;
    border: .03rem solid #f0f0f0;
    margin-bottom:30px;
    display: inline-block;
}
section .cont .f2 .down .bd li img {
    width: 1.79rem;
    height: 1.17rem;
}
section .cont .f2 .down .bd>li>div {
    /* width: 12.00rem; */
    /*background: #fff;*/
}

section .cont .f2 .down .bd>li>div ul {
    margin-top: 0.05rem;
    padding-bottom: .40rem;
}

section .cont .f2 .down .bd>li>div li {
    width: 2.85rem;
    float: left;
    /* margin:.15rem auto; */
    padding-right: .2rem;
    font-size: .15rem;
    line-height: .22rem;
    /*border: 1px solid #ddd;*/
}

section .cont .f2 .down .bd>li>div li .pic {
    width: 2.85rem;
    height: 3.88rem;
    background-color: #f5f5f5;
    position: relative;
}

section .cont .f2 .down .bd>li>div li img {
    max-width: 2.85rem;
    max-height: 3.88rem;
}

section .cont .f2 .down .bd>li>div li .pic a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

section .cont .f2 .down .bd>li>div li .title a {
    display: block;
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px solid #37474f;
}

section .cont .f2 .down .bd>li>div li:hover {
    border-color: #0a94a1;
    cursor: pointer;
}

section .cont .f2 .down .bd>li>div li:hover .pic::after {
    display: block;
    position: absolute;
    top: 0;
    content: '';
    background: rgba(0, 99, 203, .5) url(../images/47zzld/search.png) center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 999;
}

section .cont .f2 .down .bd>li>div li:hover img {
    transform: scale(1.2);
}

/*f3*/

section .cont .f3 {
    display: flex;
    width: 12.00rem;
    padding: 0 3.60rem;
    position: relative;
    left: -3.60rem;
    background: #36404b;
    color: #fff;
    /*background-size: 19.20rem 5rem;*/
}
.f3 .left div {
    text-align: center;
    line-height: .6rem;
    font-size: .18rem;
}
.f3 .left img{
    padding-top: .6rem;
    padding-right: .6rem;
	padding-bottom: .6rem;
    width: 4.67rem;
    height: 3.9rem;
}
.f3 .catname{
    display: flex;
    align-items: baseline;
}
.f3 .right .cn, .f3 .right .en {
    color: #fff;
    margin-right: .09rem;
    margin-bottom: .35rem;
}
section .cont .f3 .right {
    position: relative;
    background-color: #80181d;
    padding: .6rem;

}
section .cont .f3 .content {
    line-height: .35rem;
    font-size: .16rem;
}

section .cont .f3 a {
    left: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    display: block;
    color: #fff;
    font-size: .15rem;
    width: 1.4rem;
    height: .6rem;
    line-height: .6rem;
    background-color: #36404b;

}

/*f4*/
.f4 {
    display: flex;
    justify-content: space-between;
    width: 12.00rem;
    padding: .45rem 3.60rem ;
    position: relative;
    left: -3.60rem;
    background-color: #f7f7f7;
}
.f4> div {
    width: 2.8rem;
    margin-bottom: .5rem;
}
.f4 .catname {
    position: relative;
}
.f4 .cn {
    font-size: .25rem;
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.f4> div img {
    width: 2.8rem;
    height: 1.04rem;
}

.f4> div ul {
    border: 1px solid #ccc;
    padding: .16rem;
    line-height: .34rem;
    font-size: .13rem;
}
.f4> div ul li::before{
    display: inline-block;
    content: '';
    width: .04rem;
    height: .04rem;
    background: #3e3e3e;
    margin-right: .1rem;
}
.f4 .more {
    display: block;
    width: 100%;
    text-align: center;
    border: 1px solid #999;
    height: .35rem;
    line-height: .35rem;
}
/*f5*/
.f5 {
    display: flex;
    width: 12.00rem;
    padding: .45rem 3.60rem ;
    position: relative;
    left: -3.60rem;
    background: url(../images/48lsw/f5bg.jpg) no-repeat;
    background-size: contain;
}
.f5 img {
    width: 7.54rem;
    height: 2.48rem;
}
.f5 .right {
    padding: .3rem;
    background: #80181d;
    color: #fff;
    flex: 1;
}
.f5 .right .title {
    font-size: .2rem;
    padding-bottom: .12rem;
    border-bottom: 1px solid #fff;
    margin-bottom: .08rem;
}
.f5 .right .desc {
    font-size: .13rem;
    line-height: .3rem;
}

/*二级页通用*/

section.sec {
    width: 12.00rem;
    padding-bottom: .5rem;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.banner {
    width: 12.00rem;
    height: 0.8rem;
    margin: 0 auto;
    position: relative;
}

.banner>img {
    width: 19.20rem;
    height: 0.76rem;
    position: absolute;
    left: -3.60rem;
}

.sec .subcat ul {
    background: #f7f7f7;
    height: .4rem;
    line-height: .4rem;
    margin-top: .3rem;
    width: 12.00rem;
    display: flex;
    justify-content: center;
}

.sec .subcat li {
    height: .4rem;
    line-height: .4rem;
    font-size: .17rem;
    padding: 0 .16rem;
    border: 1px solid #e5e5e5;
    margin: 0rem .05rem;
}

.sec .subcat li img {
    max-height: .26rem;
}

.sec .subcat li.cur {
    /* border-bottom: 2px solid #80181d; */
    background: #80181d;

}

.sec .subcat li.cur a {
    color: #fff;
}

.sec .subcat li a {
    color: #000;
}

.location {
    margin-top: .3rem;
    display: flex;
    justify-content: space-between;
    text-align: left;
    height: .72rem;
    background: #fff;
    padding: 0 .3rem;
    color: #a0a0a0;
    line-height: .72rem;
    border-bottom: 1px solid #eaeaea;
}

.location a {
    color: #a0a0a0;
}
.location .cname {
    color: #80181d;
    font-size: .25rem;
}
.location span:first-child {
    padding-left: .19rem;
    /* background: url(../images/47zzld/home.png) 0 center no-repeat; */
    /* color: #80181d; */
}

.sec .left {
    float: right;
    width: 3.80rem;
    /*margin-right: 34rem;*/
}

.sec .right {
    /*width: 790rem;
    float: left;*/
    background-color: #fff;
    padding: 0 .3rem;
}

.sec .left .left-nav {
    /*background: #2865af;*/
    padding-bottom: .30rem;
    color: #fff;
}

.sec .left .left-nav .nav-c {
    margin-top: .10rem;
    margin-bottom: .20rem;
    font: .20rem/.30rem microsoft yahei;
    color: #474747;
    border-left: .05rem solid #efc199;
    text-indent: .20rem;
}

.sec .left .left-nav .nav-e {
    float: left;
    font: .13rem/.23rem microsoft yahei;
    padding-left: .13rem;
    display: none;
}

.sec .left .left-nav .content {
    padding-top: .22rem;
    padding-left: .28rem;
    /*padding-bottom: 77rem;*/
    padding-bottom: .28rem;
    background: #f4f4f4;
}

.sec .left .left-nav li {
    font: .15rem/.40rem microsoft yahei;
    width: 2.26rem;
    height: .40rem;
    background: #b2b2b2;
    margin-bottom: .20rem;
    border-radius: .04rem;
    text-indent: .24rem;
    position: relative;
}

.sec .left .left-nav li:after {
    content: ">";
    font: .20rem/.40rem "宋体";
    position: absolute;
    right: .20rem;
    top: 0;
}

.sec .left .left-nav li.li2 {
    text-indent: .44rem;
}

.sec .left .left-nav li.cur,
.sec .left .left-nav li:hover {
    background: #e7a36f
}

.sec .left .left-nav li a {
    color: #fefefe;
    display: block;
}

.sec .left .left-nav li a:hover,
.sec .left .left-nav li.cur a {
    color: #fff;
}

.sec .left .pos {
    border: 1px solid #e3e3e3;
    padding: .12rem;
}

.sec .left .pos .catn {
    margin-top: .10rem;
    margin-bottom: .20rem;
    font: .20rem/.30rem microsoft yahei;
    color: #474747;
    border-left: .05rem solid #efc199;
    text-indent: .20rem;
}


/*left up*/

.sec .left .pos .up ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    padding-bottom: .30rem;
    border-bottom: 1px dashed #e2e2e2;
    margin-bottom: .30rem;
}

.sec .left .pos .up li {
    width: 1.67rem;
    height: 1.70rem;
    background: #e2efeb
}

.sec .left .pos .up li img {
    width: .80rem;
    height: .80rem;
    border: .06rem solid #eff6f4;
    border-radius: 50%;
    margin-top: .14rem;
}

.sec .left .pos .up li .title {
    font-size: .15rem;
    line-height: .15rem;
    margin-top: .13rem;
    margin-bottom: .07rem;
}

.sec .left .pos .up li .title2 {
    font-size: .13rem;
}


/*left down*/

.sec .left .pos .down {
    padding-bottom: .50rem;
}

.sec .left .pos .down li {
    font: .13rem/.32rem mircosoft yahei;
    text-indent: .12rem;
}

.sec .left .pos .down li:before {
    content: "";
    font: .10rem/.32rem 宋体;
    color: #edb585;
    float: left;
    width: .03rem;
    height: .03rem;
    border: 1px solid #eaaf82;
    border-radius: 50%;
    margin-left: .08rem;
    margin-top: .13rem;
}


/*video*/

.sec .left .pos .video ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    /*padding-bottom: 30rem;*/
    border-bottom: 1px dashed #e2e2e2;
    margin-bottom: .30rem;
}

.sec .left .pos .video li {
    width: 1.67rem;
    height: 1.46rem;
}

.sec .left .pos .video li img {
    width: 100%;
    height: .93rem;
}

.sec .left .pos .video li .title {
    font-size: .15rem;
    line-height: .15rem;
    margin-top: .13rem;
}

.sec .left .pos .video li .title2 {
    font-size: .13rem;
}


/*bike*/

.sec .left .pos .bike ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
}

.sec .left .pos .bike ul li {
    width: .88rem;
    height: .23rem;
    line-height: .23rem;
    border: 1px solid #ddd;
    border-radius: .04rem;
    margin-bottom: .10rem;
    margin-right: .42rem;
}

.sec .left .pos .bike ul li:nth-child(3n) {
    margin-right: 0;
}


section .cnav {
    height: .70rem;
    color: #333;

    padding-top: .40rem;
    padding-bottom: .30rem;
}


section .cnav .cname {

    font-size: .2rem;
    color: #333;
    text-align: center;
}

section .cnav .ename {



    text-align: center;
    font-size: .13rem;
    color: #333;
    margin-top: .24rem;
    margin-bottom: .60rem;
    background: url(../images/hdzk/en.png) center no-repeat;
}

section .cnav .location {
    float: right;
    color: #909090;
}

section .cnav .location a {
    color: #909090;
}



/*page.html*/

.page .right {
    padding-top: 30px;
	padding-bottom: 60px;
    background: #fff;

}

.page .down .hd {
    display: flex;
    justify-content: center;
}

.page .down .hd li {
    width: 1.74rem;
    font-size: .15rem;
    cursor: pointer;
    text-align: center;
    line-height: .44rem;
    height: .44rem;
    background: #cfcfcf;
    color: #202020;
    margin: 0 .10rem;
}

.page .down .hd li.on {
    color: #fff;
    background: #00818f
}

.page .down .bd {
    font-size: .13rem;
    line-height: .35rem;
    color: #333;
}

.page .down .more {
    margin-top: .60rem;
    font-size: .15rem;
    width: 2.29rem;
    height: .91rem;
    background: url(../images/hdzk/more.png);
    background-size: 2.29rem .91rem;
}

.page .down .more a {
    text-indent: .79rem;
    padding-top: .34rem;
    display: block;
    color: #fff;
    line-height: 1;
}

/*show.html start*/
section .cont .right .content .show {
    padding: .60rem 0;
}

section .cont .right .content .tad {
    text-align: center;
}

section .cont .right .content .tad #title {
    font-size: .19rem;
    /*line-height: 20rem;*/
    color: #111;
    margin-bottom: .19rem;
}

section .cont .right .content .tad .das {
    font: .12rem/.12rem "宋体";
    color: #777;
    padding-bottom: .30rem;
    /*border-bottom: 1rem solid #e2e2e2;*/
    margin-bottom: .22rem;
}

section .cont .right .info {
    font: .13rem/.35rem microsoft yahei;
    margin-top: .50rem;
    padding-top: .14rem;
    border-top: 1px dashed #e2e2e2
}


/*show.html end*/


/*category*/


/*category end*/
/*页码*/
#pages a {
    display: inline-block;
    height: .30rem;
    line-height: .30rem;
    color: #666;
    border: 1px SOLID #e5e5e5;
    padding: 0 .08rem;
    margin-top: .60rem;
}

#pages span {
    display: inline-block;
    height: .30rem;
    line-height: .30rem;
    color: #fff;
    border: 1px SOLID #80181d;
    background: #80181d;
    padding: 0 .08rem;
    margin-top: .60rem;
}

/*listp.html*/
section .p .up {
    margin-top: .40rem;
}

section .p .up ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*width: 1004rem;*/
    height: .92rem;
    margin: 0 auto;
}

section .p .up ul li {
    width: 2.45rem;
    font-size: .15rem;
    line-height: .38rem;
    text-align: center;
    height: .38rem;
    margin: 0 .10rem;
    border: 1px solid #999999;
}

section .p .up ul li a {
    height: 100%;
    color: #202020;
    background: #fff;
    margin: 0 auto;
    display: block;
    /*padding-bottom: 13rem;*/
    background-size: 2.45rem .52rem;
}

section .p .up ul li a:hover,
section .p .up ul li.cur a {
    color: #fff;
    background: #80181d;
    /*border-bottom: 2rem solid #e7a36f;*/

}

section .listp .down {
    /* padding-bottom: .5rem; */
    padding: .3rem;
    background-color: #fff;
}

section .listp .down ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section .listp .down ul li {
    width: 3.44rem;
    float: left;
    /* margin:.15rem auto; */
    padding-bottom: .5rem;
    font-size: .15rem;
    line-height: .22rem;
    /*border: 1px solid #ddd;*/
}

section .listp .down ul li .pic {
    width: 100%;
    height: 2.23rem;
    background-color: #f5f5f5;
    position: relative;
}

section .listp .down ul li img {
    width: 3.44rem;
    height: 2.23rem;
}

section .listp .down ul li .pic a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

section .listp .down ul li .title a {
    display: block;
    height: .6rem;
    line-height: .6rem;
    border-bottom: 1px solid #37474f;
}

section .listp .down ul li:hover {
    border-color: #0a94a1;
    cursor: pointer;
}

section .listp .down ul li:hover .pic::after {
    /* display: block;
    position: absolute;
    top: 0;
    content: '';
    background: rgba(0, 99, 203, .5) url(../images/47zzld/search.png) center no-repeat;
    width: 100%;
    height: 100%;
    z-index: 999; */
}

section .listp .down ul li:hover img {
    transform: scale(1.2);
}

/*showp.html*/

section.showp .listp .up ul {
    height: .72rem;
}

section.showp .up ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 10.04rem;
    height: .92rem;
    margin: 0 auto;
}

section.showp .up ul li {
    width: 2.00rem;
    font-size: .16rem;
    line-height: .16rem;
    text-align: center;
    height: .16rem;
}

section.showp .up ul li a {
    color: #474747;
    width: .84rem;
    margin: 0 auto;
    display: block;
    padding-bottom: .13rem;
}

section.showp .up ul li a:hover,
section.showp .up ul li.cur a {
    color: #e7a36f;
    border-bottom: .02rem solid #e7a36f;
}

section.showp .up ul li+li {
    border-left: 1px solid #ddd;
}


.showp .content {
    /*margin-top: 40rem;*/
}

.showp .pics {
    width: 5.64rem;
    float: left;
}


/*.showp .pics .jqzoom img{
    max-width: 554rem;
    max-height: 382rem;
    border:5rem solid #f1f1f1;
}
.showp .pics #spec-n5 ul{
    width: 520rem;
    margin:18rem auto 0;

}
.showp .pics #spec-n5>div{
    float: left;
}
.showp .pics #spec-n5 #spec-list img{
    width: 90rem;
    height: 60rem;
    border:3rem solid #e1e1e1;
    margin: 0 4rem;
    float: left;
}*/

.showp .details {
    padding-top: .40rem;
    height: 3.92rem;
    position: relative;
}

.showp .details #title {
    font-size: .21rem;
    line-height: .21rem;
    color: #000;
    font-family: "microsoft yahei";
    padding-bottom: .24rem;
    text-align: center;
}

.showp .details .desc {
    font-size: .15rem;
    line-height: .36rem;
    color: #666;
    font-family: "microsoft yahei";
    padding-top: .15rem;
    background-color: #f5f5f5;
    text-align: center;
}

.showp .details .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.80rem;
    height: .50rem;
    background: #e7a36f url(../images/zsdz/btn2.png) .67rem center no-repeat;
    border-radius: .04rem;
    line-height: .50rem;
    font-size: .23rem;
    text-align: center;
    text-indent: .50rem;
}

.showp .details .btn a {
    color: #fff;
}

.showp .content .title {
    font-size: .26rem;
    border-bottom: 1px solid #e0e0e0;
    line-height: .58rem;
    margin-bottom: .2rem;
}

.showp .content div {
    font-size: .15rem;
    line-height: .32rem;
    color: #585858;
}

/*list1.html*/

section .cont .right .list {
    padding-top: 0px;
	padding-bottom: 50px;
}

section .cont .right .list li {
    padding: .40rem 0;
    border-bottom: .01rem dashed #d4d4d4;
    display: flex;
}

section .cont .right .list li .l {
    width: 1.1rem;
    height: 1rem;
    background-color: #adadad;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: .2rem;
}

section .cont .right .list li:hover .l {
    background-color: #80181d;
}

section .cont .right .list li .l .date {
    font-size: .35rem;
    margin-bottom: .16rem;
}
section .cont .right .list li .l .date2 {
    font-size: .15rem;
}

section .cont .right .list li .title {
    height: .18rem;
    margin-bottom: .30rem;
}

section .cont .right .list li .title a {
    float: left;
    font-size: .18rem;
    color: #111;
}
section .cont .right .list li .title a:hover {
    color: #80181d;
}
section .cont .right .list li .title .date {
    float: right;
    color: #777;
    font-size: .12rem;
}

section .cont .right .list li .desc {
    color: #333;
    font-size: .13rem;
    line-height: .30rem;
}

section .cont .right .list .f1 {
    padding-bottom: .30rem;
    margin-bottom: .15rem;
    border-bottom: 1px solid #e1e4ef;
}
section .cont .right .list1 .r{
    flex: 1;
}
section .cont .right .list1 .r .date {
    color: #999;
    font-size: .13rem;
    padding-bottom: .15rem;
    border-bottom: 1px solid #efefef;
}
section .cont .right .list1 img {
    width: 2.68rem;
    height: 1.84rem;
    float: left;
    /*border: 5rem solid #dddddd;*/
    margin-right: .30rem;
}

section .cont .right .list1 .f1 .title a {
    font: .15rem/.15rem microsoft yahei;
    color: #333;
    padding-top: .10rem;
    display: block;
}

section .cont .right .list1 .f1 .date {
    color: #999;
    font-size: .12rem;
    line-height: .42rem;
    padding-bottom: .15rem;
    font-family: 宋体;
}

section .cont .right .list1 .f1 .desc {
    font: .13rem/.26rem microsoft yahei;
    color: #7d7d7d;
}

/*
    listd
*/

.listd li {
    display: flex;
    justify-content: space-between;
    height: .48rem;
    line-height: .48rem;
    border-bottom: 1px solid #b9d2d4;
    margin: 0 .30rem;
}

.listd li.hd {
    background: #118e9b;
    margin: 0;
    color: #fff;
    margin-bottom: .20rem;
    padding: 0 .30rem;
}

.listd li .download {
    margin-top: .16rem;
    margin-right: .23rem;
}

.listd li .title:before {
    content: "";
    display: inline-block;
    width: .03rem;
    height: .03rem;
    border: 1px solid #26a1ac;
    margin-right: .10rem;
    margin-left: .01rem;
    margin-top: -.03rem;
}

/*listp2.html*/

.listp2 ul {
    display: flex;
}

.listp2 li {
    width: 3.7rem;
    /* height: 4.2rem; */
    margin-right: .25rem;
    margin-bottom: .5rem;
}

.listp2 li img {
    width: 3.7rem;
    height: 2.32rem;

}

.listp2 li>a {
    height: 2rem;
    display: block;
    box-sizing: border-box;
    padding: .3rem;
    border: 1px solid #e2e2e2;
    border-top: 0px solid #000;
}

.listp2 li>a .title {
    font-size: .2rem;
    margin-bottom: .2rem;
}

.listp2 li>a .desc {
    line-height: .23rem;
    font-size: .13rem;
    color: #898989;
}

.listp2 li:hover>a {
    border-color: #2c88e8;
}