/* 头条新闻样式 */
.ttiao{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
}
.ttiao .cont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
    text-align: center;
}
.ttiao .cont h1{
    font-size: 36px;
    margin-bottom: 30px;
}
.ttiao .cont p{
    font-size: 18px;
    color: rgba(000, 000, 000, 0.8);
    line-height: 30px;
}

/* 新闻中心 */
.new{
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
}
.new .cont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.new .cont .pic{
    width: 750px;
    overflow: hidden;
}
.new .cont .pic .lb{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
    box-sizing: border-box;
}
.new .cont .pic .lb li{
    width: 350px;
    font-size: 18px;
    line-height: 50px;
    text-indent: 20px;
    background-image: url(../images/arrow.svg);
	background-size:15px auto;
    background-repeat: no-repeat;
    background-position: 0 17px;
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
    color: #000;
}
.new .cont .pic .lb li .type-name{
	color:#922416;
}
.new .cont .xwen{
    width: 600px;
    overflow: hidden;
}
.new .cont .xwen li{
    width: 100%;
    height: 134px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: rgba(000, 000, 000, 0.6);
}
.new .cont .xwen li:last-child{
    padding-bottom: 20px;
}
.new .cont .xwen li p{
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
}
.new .cont .xwen li:last-child{
    margin-bottom: 0;
}
.new .cont .xwen li h1{
    font-size: 26px;
    margin-bottom: 15px;
    color: rgba(000, 000, 000, 1);
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}

/* 广告条样式 */
.ggao{
    width: 1400px;
    height: 160px;
    margin: auto;
}

/* 协会介绍，领导照片 */
.xhjs{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.xhjs .xh{
    width: 540px;
    overflow: hidden;
}
.xhjs .xh .cont{
    width: 540px;
    height: 570px;
    padding-top: 40px;
    box-sizing: border-box;
}
.xhjs .xh .cont img{
    width: 540px;
    height: 240px;
    margin-bottom: 30px;
    
}

.xhjs .xh .cont p{
    font-size: 18px;
    line-height: 36px;
    text-align: justify;
    margin-bottom: 10px;
}
.xhjs .xh .cont a{
    font-size: 18px;
    color: brown;
}

/*  */

.xhjs .ld{
    width: 800px;
    overflow: hidden;
}
.xhjs .ld .comt{
    width: 800px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    box-sizing: border-box;
}
.xhjs .ld .comt .list{
    width: 170px;
    height: 260px;
    margin-bottom: 10px;
    overflow: hidden;
}
.xhjs .ld .comt .list img{
    width: 170px;
    height: 200px;
    
    transition: all 1.0s;
}
.xhjs .ld .comt .list img:hover{
    transform: scale(1.2);
}
.xhjs .ld .comt .list p{
    font-size: 18px;
    color: brown;
    line-height: 60px;
    text-align: center;
}


/* 栏目资讯样式 */

.zxun{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 20px;
}
.zxun .list{
    width: 440px;
    overflow: hidden;
    margin-bottom: 30px;
}
.zxun .list ul{
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    box-sizing: border-box;
}
.zxun .list ul li{
    font-size: 18px;
    line-height: 40px;
    text-indent: 20px;
    background-image: url(../images/arrow.svg);
	background-size:15px auto;
    background-repeat: no-repeat;
    background-position: 0 12px;
    white-space: nowrap; 
    text-overflow:ellipsis;
    overflow:hidden;
}
.zxun .list ul li .type-name{
	color:#922416;
}


/* 协会视频等样式 */
.video{
    width: 1400px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 30px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.video .pic{
    width: 950px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video .pic .list{
    width: 300px;
    height: 200px;
    margin-bottom: 25px;
    overflow: hidden;
}
.video .pic .list img{
    width: 300px;
    height: 200px;
    transition: all 1.0s;
}
.video .pic .list img:hover{
    transform: scale(1.2);
}
.video .lb{
    width: 400px;
    overflow: hidden;
}
.video .lb a{
    display: block;
    width: 400px;
    height: 125px;
    background-color: rgba(000, 000, 000, 0.2);
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    font-size: 32px;
    text-indent: 150px;
}
.video .lb a:last-child{
    margin-bottom: 0;
}
.video .lb .a1{
    background-image: url(../images/video-1.png);
    background-repeat: no-repeat;
    background-position: 40px 30px;
}
.video .lb .a2{
    background-image: url(../images/video-2.png);
    background-repeat: no-repeat;
    background-position: 40px 28px;
}
.video .lb .a3{
    background-image: url(../images/video-3.png);
    background-repeat: no-repeat;
    background-position: 40px 28px;
}
/* 名山宫观 */
.msgg{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    padding-bottom: 10px;
}
.msgg .cont{
    width: 1400px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    box-sizing: border-box;
}
.msgg .cont .list{
    width: 680px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
}
.msgg .cont .list:last-child{
    border-bottom: 0;
}
.msgg .cont .list:nth-last-child(2){
    border-bottom: 0;
}
.msgg .cont .list .pic{
    width: 250px;
    height: 170px;
    overflow: hidden;
}
.msgg .cont .list .pic img{
    width: 250px;
    height: 170px;
    transition: all 1.0s;
}
.msgg .cont .list .pic img:hover{
    transform: scale(1.2);
}
.msgg .cont .list .nr{
    width: 400px;
    overflow: hidden;
}
.msgg .cont .list .nr h1{
    font-size: 22px;
    margin-bottom: 15px;
}
.msgg .cont .list .nr p{
    font-size: 18px;
    line-height: 30px;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    color: rgba(000, 000, 000, 0.8);
}


/* 名人书画样式 */
.shuhua{
    width: 1400px;
    overflow: hidden;
    margin: auto;
}
.shuhua .cont{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}
.shuhua .cont .list{
    width: 260px;
    height: 180px;
    margin-bottom: 30px;
}
.shuhua .cont .list img{
    width: 260px;
    height: 180px;
}

/* 活动展示样式 */
.hdzs{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    padding-top: 30px;
	margin-bottom:40px;
}
.hdzs .cont{
    width: 1400px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    box-sizing: border-box;
}
.hdzs .cont .list{
    width: 680px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(000, 000, 000, 0.2);
}
.hdzs .cont .list:last-child{
    border-bottom: 0;
}
.hdzs .cont .list:nth-last-child(2){
    border-bottom: 0;
}
.hdzs .cont .list .pic{
    width: 250px;
    height: 170px;
}
.hdzs .cont .list .pic img{
    width: 250px;
    height: 170px;
}
.hdzs .cont .list .nr{
    width: 400px;
    overflow: hidden;
}
.hdzs .cont .list .nr h1{
    font-size: 22px;
    margin-bottom: 15px;
}
.hdzs .cont .list .nr p{
    font-size: 18px;
    line-height: 30px;
    -webkit-line-clamp: 3;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    color: rgba(000, 000, 000, 0.8);
}

/* 培训展示样式 */
.pxzs{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    padding-top: 30px;
}
.pxzs .cont{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}
.pxzs .cont .list{
    width: 250px;
    overflow: hidden;
    margin-bottom: 40px;
}
.pxzs .cont .list .pic{
    width: 250px;
    height: 170px;
    margin-bottom: 15px;
}
.pxzs .cont .list .pic img{
    width: 250px;
    height: 170px;
}
.pxzs .cont .list h1{
    font-size: 20px;
    margin-bottom: 10px;
}
.pxzs .cont .list p{
    font-size: 18px;
    line-height: 30px;
    color: rgba(000, 000, 000, 0.6);
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
}
/* 合作伙伴样式 */
.yqlx_pic{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    padding-top: 40px;
}
.yqlx_pic .cont{
    padding: 30px 0;
    font-size: 18px;
    line-height: 40px;
	display:flex;
	flex-wrap:wrap;
}
.yqlx_pic .cont a{
    width:270px;
	padding:0 5px;
	margin-bottom:15px;
}
.yqlx_pic .cont a .pic{
	width:260px;
	height:100px;
	background-size:cover;
}

/* 友情链接样式 */
.yqlx{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    padding-top: 40px;
}
.yqlx .cont{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    font-size: 18px;
    line-height: 40px;
}
.yqlx .cont a{
    margin-right: 20px;
    
}

/* 证书查询 */
.zhscx{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(000, 000, 000, 0.2);
    margin-top: 30px;
}
.zhscx .cont{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    padding-top: 30px;
}
.zhscx .cont .xctitle{
    width: 160px;
    height: 70px;
    border-bottom: 4px solid #922416;
    margin: auto;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}
.zhscx .cont .k1{
    width: 960px;
    height: 80px;
    border: 1px solid rgba(000, 000, 000, 0.2);
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.zhscx .cont input{
    width: 320px;
    height: 80px;
    box-sizing: border-box;
    background: none;
    outline-style: none;
    border:0;
    border-right: 1px solid rgba(000, 000, 000, 0.2);
    text-indent: 15px;
    font-size: 18px;
}
.zhscx .cont .k1 input:last-child{
    border-right: 0;
}
.zhscx .cont .k2{
    width: 960px;
    height: 80px;
    border: 1px solid rgba(000, 000, 000, 0.2);
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.zhscx .cont .yzm{
    width: 320px;
    height: 80px;
    display: flex;
    justify-content: space-between;
}
.zhscx .cont .yzm .a1{
    display: block;
    width: 160px;
    height: 80px;
    font-size: 18px;
    color: #922416;
    display: flex;
    align-items: center;
    text-indent: 15px;
    
}
.zhscx .cont .yzm .a2{
    display: block;
    width: 160px;
    height: 80px;
    box-sizing: border-box;
    font-size: 20px;
    color: #fff;
    background-color: #922416;
    display: flex;
    align-items: center;
    justify-content: center;
}

.active{
	display:flex;
}
.active .left{
	width:700px;
	margin-right:20px;
	flex-shrink:0;
}
.slideBox{ width:100%; height:400px; overflow:hidden; position:relative; margin-top:30px; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:400px; display:block;  }
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.newsdongtai .list{
	margin-top:30px;
}
.newsdongtai .list ul li{
	padding: 20px 0;
	/* height: 75px; */
	border-bottom: 1px dotted #e2e2e2;
}
.newsdongtai .list ul li:first-child{
	padding-top: 0px;
}
.newsdongtai .list ul li dl{
	padding-left: 70px;
}
.newsdongtai .list ul li dl dt{
	float:left;
	margin-left: -70px;
	padding: 10px;
	border: 1px solid #e4e4e4;
	border-radius: 10px 0 10px 0;
	font-size: 14px;
	color: #9d9d9d;
}
.newsdongtai .list ul li dl dd .title{
	padding-bottom: 10px;
	font-size: 18px;
}
.newsdongtai .list ul li dl dd .content{
	font-size: 15px;
	color: #9d9d9d;
	line-height: 22px;
}

/* 专家团队 */
.zjtd{
    width: 1400px;
    overflow: hidden;
    margin: auto;
    margin-top: 50px;
}
.zjtd .title{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(000, 000, 000, 0.1);
   
}
.zjtd .title h1{
    height: 66px;
    border-bottom: 4px solid #ab202d;
    font-size: 36px;
}
.zjtd .nr{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    box-sizing: border-box;
    padding-bottom: 0;
}

.zjtd .nr .zjtd-list{
    width: 100%;
    overflow: hidden;
    display: flex;
	flex-wrap:wrap;
    justify-content: space-between;
    }

.zjtd .nr .zjtd-list .list{
    width: 210px;
    height: 372px;
    overflow: hidden;
	border:1px solid #ddd;
	margin-top:10px;
}

.zjtd .nr .zjtd-list .list a{
    width: 210px;
    height: 230px;
    overflow: hidden;
	display:block;
}
.zjtd .nr .zjtd-list .list img{
    width: 210px;
    height: 230px;
    transition: all 1.0s;
}
.zjtd .nr .zjtd-list .list img:hover{
    transform: scale(1.2);
}
.zjtd .nr .zjtd-list .list .box{
	padding:10px;
	background-color:#fff;
}
.zjtd .nr .zjtd-list .list .box h1{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
	border-bottom:1px solid #ccc;
}
.zjtd .nr .zjtd-list .list .box h1 span{
    font-size:13px;
}
.zjtd .nr .zjtd-list .list .box .txt{
	color:#ccc;
	font-size:13px;
	padding:10px 0;
	line-height:18px;
}



.type-list{
	margin-bottom:20px;
}
.type-list .title{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-indent: 30px;
    color: rgba(255, 255, 255, 0.8);
    background-color:#922416;
}
.type-list ul{
    width: 100%;
    overflow: hidden;
    background-color: rgba(000, 000, 000, 0.1);
}
.type-list ul li{
    width: 100%;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.type-list ul li a{
    display: block;
    width: 100%;
    text-indent: 30px;
    line-height: 60px;
    font-size: 20px;
}
.type-list ul .three{
	padding-left:44px;
}
.type-list ul .three div{
	font-size:16px;
	margin-bottom:10px;
}