@charset "utf-8";
.ny-banner{
    height: 20rem;
    position: relative;
    background: url(../images/bg-hdg_01.png) center center;
}
.ny-banner .juzhong{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.ny-banner .wz{
    color: #fff;
}
.ny-banner .zw{
    font-size: 3.4rem;
}
.ny-banner .yw{
    font-size: 1.6rem;
    text-align: center;
}


/*位置*/
.position{
    line-height: 4rem;
    color: #999;
}
.position a{
    color: #999;
    margin: 0 5px;
}


/*通用*/
.nycon{
    background: #efefef;
    padding: 3rem 0;
}
.con-fl{
    width: 20%;
    float: left;
}
.con-fl .tit{
    background: #f7f7f7;
    text-align: center;
    color: #3cb07f;
    font-weight: bold;
    font-size: 2rem;
    line-height: 7rem;
    height: 7rem;
    margin-bottom: 2rem;
}
.con-fl .list{
    background: #fff;
}
.con-fl .list ul{}
.con-fl .list ul li{
    border-top: 1px solid #eee;
}
.con-fl .list ul li:first-child{
    border-top: 0;
}
.con-fl .list ul li a{
    padding: 2rem 1rem;
    display: block;
    text-align: center;
    border:1px solid #fff;
}
.con-fl .list ul li a.on{
    background:#3cb07f;
    color: #fff;
}
.con-fl .list ul li a:hover{
    border:1px solid #3cb07f;
}
.con-fr{
    float: right;
    width: 78%;
}
.con-fr>.bt{
    background: #f7f7f7;
    line-height: 8rem;
    height: 8rem;
    font-size: 2rem;
    padding: 0 2rem;
    border-top: 3px solid #3cb07f;
    font-weight: bold;
}
.con-fff{
    background: #fff;
    padding: 2rem;
}

/*关于我们*/
.about-con{
    background: #fff;
}

/* 联系我们 */
.lxwm-con{}
.lxwm-con .con{
    display: table;
}
.lxwm-con .con dl{
    width: 48%;
    float: left;
    margin-bottom: 3rem;
    margin-right: 4%;
}
.lxwm-con .con dl:nth-child(2n){
    margin-right: 0;
}
.lxwm-con .con dl dt{}
.lxwm-con .con dl dd{
    line-height: 3rem;
}
.lx-ditu {
    width: 100%;
    height: 500px;
}

/*相册管理*/
.photo-list ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.photo-list ul li{
    padding: 0 1rem 2rem;
}
.photo-list ul li .bigimg{
    border: 1px solid #f2f2f2;
}
.photo-list ul li .bigimg img{
    width: 100%;
}
.photo-list ul li p{
    text-align: center;
    margin-top: 1rem;
}


/*新闻列表*/
.news-list {
    border:1px solid #dbdbdb;
}
.news-list ul li {
    margin-top: 2rem;
    border-top: 1px dashed #ccc;
    padding-top: 2rem;
}
.news-list ul li:first-child {
    margin-top:0;
    border:0;
    padding:0;
}
.news-list ul li a {
    display:table;
    width:100%;
    background:#fff;
    border-radius:5px;
}
.news-list ul li a:hover {}
.news-list ul li .bigimg {
    float:left;
    width:30%;
    border-radius:10px;
}
.news-list ul li .bigimg img {
    width:100%;
}
.news-list ul li a:hover .bigimg img {
    transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05);
    -o-transform:scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
}
.news-list ul li dl {
    float:right;
    width: 67%;
    margin-top: 1rem;
}
.news-list ul li dl dt {
    font-size:2rem;
}
.news-list ul li dl span {
    display:block;
    margin: 1rem 0;
    color:#999;
}
.news-list ul li dl span i {
    margin-right:5px;
}
.news-list ul li dl dd {
    font-size:1.6rem;
    line-height:3rem;
    color:#666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.news-list ul li a:hover  dl dt {
    color: #3cb07f;
}

/*详情*/

.newsdetail-fl {
    width: 100%;
}
.newsdetail-fl .bt {
    font-size: 2rem;
    font-weight:bold;
    line-height:36px;
}
.newsdetail-fl .date {
    color:#666;
    margin: 1rem 0;
}
.newsdetail-fl .date i {
    font-style:inherit;
}
.newsdetail-fl .date span {
    margin:0 1rem;
}
.newsdetail-fl .brief {
    border-top:1px solid #dddddd;
    padding:4rem 0;
    font-size:1.6rem;
    line-height:3rem;
}
.sxp {
    border-top:1px dashed #ddd;
    padding-top:1rem;
    margin-top:3rem;
}
.sxp ul li {
    font-size:16px;
    line-height:36px;
}
.sxp ul li a {
    color:#666;
}
.sxp ul li a:hover {
    color:#5da34d;
}