@import "base.css";

.app-body{
    background-color: #F5F5F5;
}

.nav-menu{
    background-color: #ffffff;
    height: 57px;
    position: relative;
}
.nav-menu::before{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left:0;
    right: 0;
    content: "";
    height: 1px;
    background-color: #e8e8e8;
}
.nav-menu ul{
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.nav-menu ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    padding: 0 26px;

}

.nav-menu ul li.active a{
    background-color: #f5f5f5;
    border: 1px solid #e8e8e8;
    border-bottom-color: #f5f5f5;
    color:#3366CC;
}

.nav-breadcrumb ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 55px;
    align-items: center;
    font-size: 14px;
}

.nav-breadcrumb ul ol{
    margin:0;
    padding:0;
    color:#999999;

}

.nav-breadcrumb ul li{
    position: relative;
    padding-right: 2rem;
}

.nav-breadcrumb ul li::after{
    position: absolute;
    right: 0.6rem;
    top: 1px;
    content: ">";
    font-family: Arial;
    font-size: 13px;
    line-height: 1;
    color:#999999;
}

.nav-breadcrumb ul li:last-child{
    padding-right: 0;
}

.nav-breadcrumb ul li:last-child::after{
    display: none;
}

.nav-breadcrumb ul li a{
    color:#3366CC;
}

.nav-body .wrap{
    background-color: #ffffff;
    padding: 2rem;
    min-height: 500px;
}

.onepage{
    padding: 0 60px;
    color:#555555;
    line-height: 2;
}

/*图片列表*/
.img-list{
    overflow: hidden;
}

.img-list ul{
    list-style: none;
    margin: 0 -15px -30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.img-list ul.col3 li{
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.img-list ul li .item{
    display: block;
}

.img-list ul li .item .img{
    display: block;
    position: relative;
}

.img-list ul li .item .img-block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-list ul li .item .img-block img{
    object-fit: cover;
    width: 100%;
}

.img-list ul.honor li .item .img{
    padding-bottom: 90%;
    border: 1px solid #e8e8e8;
}

.honor ul.honor{
    padding: 40px;
}

.honor ul.honor li{
    width: 50%;
    padding: 0 40px;
}

.honor ul.honor li .item .img{
    padding-bottom: 140%;
}

.img-list ul.honor li .item:hover .img{
    border: 1px solid #1E96E4;
}

.img-list ul.honor li .item .title{
    display: block;
    height: 30px;
    font-size: 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 30px;
    text-align: center;
}




.img-list ul.envir li .item .img{
    padding-bottom: 75%;
    border: 1px solid #e8e8e8;
}

/*文章展示*/
.wenzhang {
    padding: 0 60px;
    background: #ffffff;
    position: relative;
}

.wenzhang .title {
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
    color:#333333;
}

.wenzhang .info {
    line-height: 30px;
    color: #a0a6c0;
    font-size: 15px;
    padding: 15px 0 15px;
    text-align: center;
    border-top: 1px dashed #f2f2f2;
    border-bottom: 1px dashed #f2f2f2;
    overflow: hidden;
    background-color: #fafafa;
}

.wenzhang .info span {
    margin-right: 1em;
}

.wenzhang .info span.size {
    margin-right: 0;
}

.wenzhang .info span.size em {
    font-style: normal;
    padding: 0 5px;
    cursor: pointer;
}

.wenzhang .info span.size em.active,
.wenzhang .info span.size em:hover {
    color: #4990e2;
}


.wenzhang .content {
    padding: 25px 0 0;
    line-height: 2;
    color:#333333;
    min-height: 500px;
}

.wenzhang .content.big {
    font-size: 18px !important;;
}

.wenzhang .content.default {
    font-size: 16px !important;;
}

.wenzhang .content.small {
    font-size: 14px !important;;
}

.wenzhang .content p:first-child {
    margin-top: 0;
}

.wenzhang .content p:last-child {
    margin-bottom: 0;
}

.wenzhang .content img {
    max-width: 800px;
    /*max-height: 600px;*/
    margin: 0 auto;
    display: block;
}

.wenzhang .content table {
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
}

.wenzhang .content table td,
.wenzhang .content table th {
    border: 1px solid #e8e8e8;
}

.wenzhang .author {
    margin-top: 20px;
    text-align: right;
    color: #999;
}

.wenzhang .attach {
    margin-top: 20px;
}

.wenzhang .attach ul {
    list-style: none;
    margin: 0;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 4px;
}

.wenzhang .attach ul ol {
    margin: 0 0 12px 0;
    padding: 0;
    font-size: 18px;
    color: #4b8fe2;
    line-height: 1;
}

.wenzhang .attach ul li {
    padding-left: 14px;
    line-height: 38px;
    overflow: hidden;
}

.wenzhang .attach ul li span {
    color: #999;
}

.wenzhang .attach ul li a {
    color: #4b8fe2;
}

.wenzhang .url {
    margin-top: 20px;
    padding: 1em 0 1em 1em;
    border-top: 1px dashed #e0e1dc;
    border-bottom: 1px dashed #e0e1dc;
    color: #999;
    font-weight: normal;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wenzhang .adjoin {
    border-bottom: 1px dashed #e0e1dc;
    padding: 0.5em 0;
}

.wenzhang .adjoin ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wenzhang .adjoin ul li {
    padding-left: 1em;
    line-height: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 14px;
}

.wenzhang .adjoin ul li a {
    color: #4b8fe2;
}

.wenzhang .btn-back{
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.wenzhang .btn-back a{
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
    transition: .1s;
    transition-duration: .3s;
    transition-property: border-color,background-color;
    white-space: nowrap;
    background-color: #4BB1D7;
    border-color: #4BB1D7;
    color: #fff;
    border-radius: 50em;
}

.wenzhang .btn-back a:hover{
    background-color: #0182C6;
    border-color: #0182C6;
    color: #ffffff;
}

/*文章列表*/
.news-list{
    padding: 40px;
}
.news-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-list ul li{
    padding: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.news-list ul li:first-child{
    border-top: 1px solid #f2f2f2;
}

.news-list ul li:hover{
    background-color: #f8f8f8;
}

.news-list ul li:last-child{
    margin-bottom: 0;
}

.news-list ul li a{
    display: flex;
    align-items: center;
}

.news-list ul li a .text{
    flex: 1;
}

.news-list ul li a .text-meta{
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 1em;
    font-size: 14px;
    color: #6b7280;
}

.news-list ul li a .text-meta span{
    margin-right: 10px;
}

.news-list ul li a .text .title{
    font-size: 20px;
    color:#000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
}

.news-list ul li a:hover .text .title{
    color:#3366CC;
}

.news-list ul li a .text .detail{
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.5;
    height: 3em;
    margin-top: 10px;
}

.news-list ul li a .img{
    width: 200px;
    height: 140px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 50px;
}

.news-list ul li a .img img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    transition: 0.2s ease-in-out;
}

.news-list ul li a:hover .img img{
    transform: scale(1.1);
}


.contact .l{
    width: 580px;
    margin-right: 40px;
}

.contact .r{
    flex: 1;
}

.contact .l,
.contact .r{
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0 0 20px #e1e1e1;
}

.contact .r{
    background-color: #FBFDFF;
}

.contact .l #qqMap{
    height: 340px;
}

.contact .r ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.contact .r ul li{
    width: 100%;
    padding: 20px 0 20px 50px;
    border-bottom: 1px solid #e8e8e8;
}

.contact .r ul li:nth-of-type(1){
    background: url(../img/row5-1.png) 0 center no-repeat;
    background-size: 40px auto;
}

.contact .r ul li:nth-of-type(2){
    background: url(../img/row5-2.png) 5px center no-repeat;
    background-size: 32px auto;
}

.contact .r ul li:nth-of-type(3){
    background: url(../img/row5-3.png) 3px center no-repeat;
    background-size: 35px auto;
}

.contact .r ul li:nth-of-type(4){
    background: url(../img/row5-4.png) 3px center no-repeat;
    background-size: 32px auto;
}

.contact .r ul li .name{
    margin-bottom: 10px;
    color:#999999;
}

.cate-list{
    padding: 40px 0;
}

.cate-list ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.cate-list ul li{
    padding: 0 10px;
    margin-top: 20px;
}

.cate-list ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    padding: 0 15px;
    border: 1px solid #1954BD;
    border-radius: 17px;
    color: #1954BD;
    background-color: #FFFFFF;
    font-size: 15px;
}

.cate-list ul li a.active,
.cate-list ul li a:hover{
    background-color: #1954BD;
    color:#FFFFFF;
}