﻿body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	color: #333333;

}

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	font: 12px "\5B8B\4F53", sans-serif;
	font-family: "Microsoft YaHei";
	/* background-color: #e2e2e2; */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	/*有些浏览器默认这些标签有边框，所以要清除默认边框*/
	display: block;
}

address,
caption,
cite,
code,
dfn,
/* em, */
/*strong,*/
th,
var {
	font-style: normal;
	font-weight: normal;
	/*清除标签默认文本样式和加粗*/
}

ol,
ul {
	list-style: none;
	/*清除列表默认样式*/
}

caption,
th {
	text-align: left;
	/*清除标签默认文本居中对齐*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	/*清除标题标签的默认样式*/
}

a {
	text-decoration: none;
	/*大部分页面中的链接没有下划线*/
}

.clearfix:after {
	height: 0;
	/*如果有高度就会产生间隙所以高度为0*/
	content: " ";
	display: block;
	overflow: hidden;
	/*溢出隐藏*/
	clear: both;
}

.clearfix {
	zoom: 1;
	/*IE低版本浏览器不支持after伪类所以要加这一句*/
}

/*  */
.layui-nav .layui-nav-child a:hover {
	color: #30bdb3;
	/*color: #30bdb3;*/
}
.layui-breadcrumb a {
	color: #777 !important;
}

/*layui third level nav*/

/* 以下 */

.header{
	/*background: url("/Public/new/img/banner.jpg") no-repeat;*/
	/*background: url("http://image.chic.org.cn/20200603150536/banner.jpg") no-repeat;*/
	/*background: url("http://image.chic.org.cn/20200810120505/159703230569.jpeg") no-repeat;*/
	background: url("../image/162038020948.jpeg") no-repeat;

	background-size:100% 100%;
}
.dong {
	cursor: pointer;
	transition: all 0.6s;
}

.dong:hover {
	transform: scale(1.001);
}

.dong2 {
	cursor: pointer;
	transition: all 0.6s;
}

.dong2:hover {
	color: #30bdb3;
	transform: scale(1.006);
}

.content {
	/* width: 100%; */
	min-width: 1200px;
	/* border: 1px solid #009688; */
	margin-left: auto;
	margin-right: auto;
}

.header {
	height: 220px;
}

.main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-radius: 4px;
	/* border: #000000 solid 1px; */
}

.layui-nav {
	/*background-color: #30bdb3;*/
	background-color: #30bdb3;
}

.layui-nav * {
	font-size: 20px;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
	/*background-color: green;*/
	background-color: #30bdb3;
}
.layui-nav .layui-nav-item{
	width: 131px;
	text-align: center;
}

.layui-tab-title .layui-this {
	color: #30bdb3 !important;
	font-size: 24px;
	font-weight: bold;
}
.layui-tab-title li{
	font-size: 20px;
	font-weight: bold;
}

.nav {
	background-color: #30bdb3;
	/*background-color: #30bdb3;*/
}

.nav-width {
	width: 1220px;
	margin-left: auto;
	margin-right: auto;
}
.notice{
	margin-top: 10px;
}
.div1 {
	margin-top: 10px;
	/* border: red 1px solid; */
}

.scrolling-img {
	width: 500px;
	height: 300px;
	border: #EEEEEE 1px solid;
	float: left;
	border-radius: 4px;
}

.news {
	width: 674px;
	height: 300px;
	float: right;
	border: #EEEEEE 1px solid;
	border-radius: 4px;
}

.news-content>li {
	font-size: 18px;
	height: 62px;
	line-height: 20px;
}

.news-content .custom-li {
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	-webkit-line-clamp: 1;
	white-space:nowrap;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.time3>a:hover{
	color:#30bdb3 ;
}
.header-content{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.news-content .time {
	color: #ADADAD;
	width: 88px;
	display: inline-block;
}

.news-content .time1 {
	color: #ADADAD;
	font-size: 40px;
	text-align: center;
	margin-left: -14px;
}

.news-content .time2 {
	font-size: 18px;
	color: #ADADAD;
	margin-top: 12px;
	letter-spacing: 1.3px;
}

.time3 {
	margin-left: 6px;
}

.news-content-time {
	float: left;
	width: 98px;
}

.news-content-title {
	float: right;
	width: 555px;
}

.news2-content-title {
	float: right;
	width: 805px;
}

.news-title {
	color: red;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.news-desc {
	color: #C9C9C9;
	font-size: 12px;
	line-height: 15px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}




.div-ad {
	display: block;
	margin-top: 15px;
	border: #EEEEEE solid 1px;
	width: 100%;
	height: 150px;
	clear: both;
}

.div3 {
	margin-top: 15px;
	width: 100%;
	height: 600px;
}

.div-left {
	float: left;
	width: 250px;
	height: 100%;
	border: 1px #EEEEEE solid;
	border-radius: 4px;
}

.div-left>.div-ad2 {
	height: 92px;
}

.div-left>.user {
	height: 367px;
	border-bottom: #EEEEEE 1px solid;
}

.user>div {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 20px;
}

.width-button {
	width: 200px;
	height: 52px;
	font-size: 20px;
	letter-spacing: 8px;
	/* background-color: green; */
	background-image: linear-gradient(#8becc3,#30bdb3);
	
}

.user-title {
	font-size: 22px;
	font-weight: bold;
	color: #30bdb3;
	border-radius: 0px 6px 6px 0px;
}

.div-left>.div-ad3 {
	height: 120px;

}

.div-right {
	float: right;
	width: 926px;
	height: 100%;
	border: 1px #EEEEEE solid;
	border-radius: 4px;
}

.div-right>.news1 {
	height: 53.5%;
	height: 346px;
	/* border: #009688 solid 1px; */
}

.div-right>.module-1 {
	font-family: pangmen;
	text-shadow:5px 2px 6px #777;
	height: 62px;
	border-top: #EEEEEE solid 1px; 
	margin-bottom: 13px;
}

.module-1>a>div {
	margin-top: 5px;
	padding: 2px;
	width: 224px;
	/*float: left;*/
	display: inline-block;
	line-height: 66px;
	height: 66px;
	/*margin-left: 30px;*/
	border-radius: 2px;
	/*background-color: #30bdb3;*/
	/* background-color: #26b526; */
	 background-image: linear-gradient(#8becc3, #30bdb3);
	/* background-image: linear-gradient(#8becc3,#26b526);*/
	/* box-shadow: 1px 5px 9px 4px #CCCCCC; */
	/* opacity:0.5; */
}
.module-1>a>div:hover{
	box-shadow: 1px 5px 9px 4px #CCCCCC;
}

.module-1>a>div>.p1 {

	text-align: center;
	color: white;
	font-size: 36px;
}

.module-1>a>div>.p1>i {
	font-size: 30px;
	font-weight: bold;
	color: white;
}

.module-1>a>div>.p2 {
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.div-right>.module-2 {
	font-family: pangmen;
	text-shadow:5px 2px 6px #777;
	height: 78px;
	border-bottom: #EEEEEE 1px;
}

.module-2>a>div {
	margin-top: 4px;
	padding: 2px;
	width: 456px;
	/*float: left;*/
	line-height: 66px;
	height: 66px;
	/*margin-left: 100px;*/
	border-radius: 2px;
	display: inline-block;
	/* background-color: #30bdb3; */
	 background-image: linear-gradient(#8becc3, #30bdb3);
	/* box-shadow: 1px 5px 9px 4px #CCCCCC; */
	/* background-image: linear-gradient(#8becc3,#26b526); */
	
	background-color: #30bdb3;
}
.module-2>a>div:hover{
	box-shadow: 1px 5px 9px 4px #CCCCCC;
}

.module-2>a>div>.p1 {
	text-align: center;
	color: white;
	font-size: 36px;
}

.module-2>a>div>.p1>i {
	font-size: 30px;
	font-weight: bold;
	color: white;
	margin-top: -3px;
}

.module-2>a>div>.p2 {
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-align: center;
}

.div-right>.div-ad4 {
	height: 90px;
	/* border: #009688 solid 1px; */
	border-top:  solid 1px #EEEEEE;
}
.scrolling-title{
	width: 495px;
	height: 28px;
	position: absolute;
	bottom: 0;
	/*background-color: red !important;*/
	﻿height: 25px;
	background-color: #30bdb3;
	line-height: 25px;
	padding-left: 5px;
	color: white;
	border-radius: 6px 6px 0 0;
	margin-bottom: -1px;
}
.layui-carousel-ind{
	top: -47px;
}
.div4 {
	margin-top: 15px;
	height: auto;
	border-left: #EEEEEE 1px solid;
	border-right: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	
}

.footer {
	margin-top: 35px;
	/*border: #D2691E 1px solid;*/
	height: 100px;
	/* margin-bottom: 50px; */
	/*background-color: #777777;*/
	background-color: #99d2ce;
	padding-top: 25px;
}
.fuwenben-box{

}
.fuwenben-box img{
	max-width: 90%;
}
.article-more{
	float: right;
	position: relative;
	right: 0px;
	width: 35px;
	/*border: 1px solid red;*/
	height: 0px;
	color: #30bdb3;
	top: -32px;
	cursor:pointer
}
#tab1:hover{
	color: #30bdb3;
}
#tab2:hover{
	color: #30bdb3;
}
.footer>p {
	text-align: center;
	/*color: white;*/
	color: #555555;
	font-size: 16px;
	line-height: 32px;
}
.cate-left{
	/*width: 225px;*/
	width: 260px;
	/* border: 1px solid #EEEEEE; */
	height: auto;
	float: left;
	margin-top: 10px;
	border-radius: 4px;
}
.cate-right{
	width: 925px;
	border: 1px solid #EEEEEE;
	height: auto;
	float: right;
	margin-top: 10px;
	border-radius: 4px;
	
}
.img-list>ul>li{
	margin-top: 3px;
	width: 440px;
	height: 270px;
	border: #EEEEEE 1px solid;
	float: left;
	margin-left: 16px;
	margin-bottom: 15px;
	border-radius: 6px;
}
.auth-list>ul>li{
	margin-top: 3px;
	width: 210px;
	max-height: 270px;
	border: #EEEEEE 1px solid;
	float: left;
	margin-left: 16px;
	margin-bottom: 15px;
	border-radius: 6px;
}
.auth-list .img-div{
	height: 245px;
}
.auth-list .title-div{
	height: 25px;
	background-color: #30bdb3;
	line-height: 25px;
	padding-left: 5px;
	color: white;
	border-radius: 0 0 6px 6px;
	margin-bottom: -1px;
}

.img-list .img-div{
	height: 245px;
}
.img-list .title-div{
	height: 25px;
	background-color: #30bdb3;
	line-height: 25px;
	padding-left: 5px;
	color: white;
	border-radius: 0 0 6px 6px;
	margin-bottom: -1px;
}
.auth_div{
	width: 210px;
/}
.auth_list>ul>li{
   margin-top: 3px;
   width: 450px;
   height: 270px;
   border: #EEEEEE 1px solid;
   float: left;
   margin-left: 16px;
   margin-bottom: 15px;
   border-radius: 6px;
}






.normal-list{
	margin-top: 15px;
}
.detail-detail>p img{
	margin-left: auto;
	margin-right: auto;
	display: inline;
}
.normal-list .normal-li{
	margin-bottom: 15px ;
}
.normal-list-title{
	color: #333333;
}
.normal-list-title>a>span:hover{
	color: #30bdb3;
}
.logo{
	position: absolute;
	top: 30px;
	right: 100px;
	/*float: right;*/
	margin-top: 15px;
	display: inline-block;
}
.search-box{
	float: right;
	margin-top: 175px;
	display: inline-block;
}
.logo img{
	width: 45px;
	height: 45px;
	border-radius: 10px;
	display: inline;
	margin-left: 10px;

}
#piaofu{

	position: absolute;
	right: 10px;
	top: 315px;
}
#piaofu>img{
	width: 150px;
}
.layui-elem-quote-custom{
	margin-bottom: 0;
	color: #30bdb3;
	font-size: 16px;
	border-top: none;
	height: 15px;
	line-height: 15px;
}
.layui-elem-quote-custom:hover{
	background-color: #f2f2f2;
}
.layui-quote-nm{
	color: #333333;
}
.mini-nav{
	margin-top: 10px;
	margin-left: 2px;
	font-size: 14px;
	color: #666666;
}
.normal-list .titleanddesc{
	width: 810px;
}
.normal-list .list-time{
	margin-left: 15px;
}
.detail-title{
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
}
.detail-author{
	margin-top: 5px;
	color: #6A6A6A;
	text-align: center;
	margin-bottom: 10px;
}
.detail-detail{
	border: 1px solid #EEEEEE;
	border-radius: 6px;
	font-size: 16px;
	line-height: 38px;
	padding: 10px 30px 10px 30px;
	min-height: 500px;
}
.layui-layer-content>ul>li{
	margin-left: -15px;
}
.page1>a{
	color: #0d8ddb;
}
.page1>a:hover{
	color: #30bdb3;
}
/*fengye*/
.b-page {
	background:#fff;
	/*box-shadow:0 1px 2px 0 #e2e2e2;*/
}
.b-page .page {
	width:100%;
	padding:30px 15px;
	background:#fff;
	text-align:center;
	overflow:hidden
}
.b-page .page .first,.b-page .page .prev,.b-page .page .current,.b-page .page .num,.b-page .page .current,.b-page .page .next,.b-page .page .end {
	padding:6px 13px;
	margin:0 3px;
	display:inline-block;
	color:#30bdb3;
	border:1px solid #f2f2f2;
	border-radius:2px
}
.b-page .page .first:hover,.b-page .page .prev:hover,.b-page .page .current:hover,.b-page .page .num:hover,.b-page .page .current:hover,.b-page .page .next:hover,.b-page .page .end:hover {
	text-decoration:none;
	background:#f8f5f5
}
.b-page .page .current {
	background-color:#30bdb3;
	color:#fff;
	border-radius:2px;
	border:1px solid #30bdb3;
}
.b-page .page .current:hover {
	text-decoration:none;
	background:#008cba
}
