@font-face {
    font-family: '微软雅黑'; /* 自定义字体名称 */
    src: url('font/SourceHanSansCN-Regular.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: normal; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}
@font-face {
    font-family: '微软雅黑'; /* 自定义字体名称 */
    src: url('font/SourceHanSansCN-Bold.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: bold; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}
@font-face {
    font-family: '数黑体'; /* 自定义字体名称 */
    src: url('font/AlimamaShuHeiTi-Bold.ttf') format('truetype'); /* .ttf 格式 */
    font-weight: bold; /* 字体粗细 */
    font-style: normal; /* 字体样式 */
}

/* font */
.post .tt{margin-bottom: 0.25rem;}
.post .tt .tit{
    padding-bottom: 0.31rem;
    width: 100%;
    display: flex;
    justify-content: center;
    background: url(images/cxj_tt.png) no-repeat center bottom;
}
.post .tt .tit .title{
    font-size: 0.3rem;
    font-family: '数黑体';
    font-weight: bold;
    color: #000;
}

.l-banner{height: 5.2rem;}
.header{background: none;}
.mod{overflow: hidden;}


/* mainn1 */
.mainn1{}
.mainn1 .inner{padding-top: 0.74rem;padding-bottom: 0;width: 14.1rem;}
.post-11 .news_intro,.post-14 .news_intro{
    font-size: 0.18rem;
    font-family: '微软雅黑';
    line-height: 0.3rem;
    color: #000;
text-align: justify;
}

/* mainn2 */
.mainn2{}
.mainn2 .inner{padding-top: 0.2rem;width: 14.1rem;}
.post-13 .news_list{margin: 0 -0.21rem;}
.post-13 li.news{width: 20%;float: left;}
.post-13 .news_con{margin: 0 0.21rem;}
.post-13 .news_images{
    position: relative;
    overflow: hidden;
    padding-top: 99.19%;
    background-color: #f0f0f0;
}
.post-13 .news_images img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
}
.post-13 .news_img{
    position: relative;
    margin-bottom: 0.2rem;
}
.post-13 .news_more{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    z-index: 50;
    background-color: #c40b2081;
    color: #fff;
    font-size: 0;
    line-height: 0.2rem;
    font-family: '微软雅黑';
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    pointer-events: none;
}
.post-13 .news_img:hover .news_more{
    height: 100%;
    font-size: 0.14rem;
}
.post-13 .news_title,.post-13 .news_title2{
    font-size: 0.18rem;
    font-family: '微软雅黑';
    color: #000;
    line-height: 0.32rem;
    text-align: center;
    transition: all 0.3s ease;
    font-weight: bold;
}
.post-13 .news_link:hover .news_title,
.post-13 .news_link:hover .news_title2{
    color: #A31F34;
}
.mainn2 .mm{padding: 0.4rem 0 0.45rem 0;}

/* mainn3 */
.mainn3 .inner{padding-bottom: 1.07rem;width: 14.1rem;padding-top: 1rem;}
.post-31 .con{margin: 0 -0.09rem;}
.post-31 .con .news_list{width: 20%;float: left;}
.post-31 .con .list1{width: 40%;}
.post-31 li.news{margin: 0 0.09rem;margin-bottom: 0.2rem;}
.post-31 .news_list .news_img{
    position: relative;
    padding-top: 66.67%;
    overflow: hidden;
    background-color: #e9e9e9;
}
.post-31 .list1 .news_img{
    position: relative;
    padding-top: 67.99%;
    overflow: hidden;
}
.post-31 .news_list .news_img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: auto;
    transition: all 0.3s ease;
}
.post-31 .news_list .news_img img:hover{transform: scale(1.1);}

/* foot */
#footer .inner .foot-left p{padding-left: 35px;}
#footer .inner .foot-left p.dz{
    background: url(images/dizhi.png) no-repeat left center;
}
#footer .inner .foot-left p.yx{
    background: url(images/youxiang.png) no-repeat left center;
}
#footer .inner .foot-left p.dh{
    background: url(images/dh.png) no-repeat left center;
}

.foot-bottom{display: block;}
div#footer .foot-bottom p span{
    display: inline-block;
}
div#footer .foot-bottom p{text-align: center;}
#footer{padding-bottom: 0;}




