/*reset*/

html,body,h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; }
a { text-decoration: none; outline: none; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }
table { border-collapse: collapse; }
/*首页轮播*/
.demo-carousel{height: 100%;}
.demo-carousel img{width: 100%;height: 100%;object-fit: cover;}
/*common*/
.page { position: relative; min-width: 1350px; min-height: 100vh; padding-bottom: 45px; background: #f5f6fa; font-family: "微软雅黑"; font-size: 14px; color: #333; }
.container { width: 100%;float: left;padding-bottom: 20px}
.notice { margin-top: 20px; text-align: center; color: #999; }
.text_center { text-align: center; }
.text_blue { color: #2e76b0; }
.color-danger{color: #FF5722}
.color-success{color: #009688}
.color-normal{color: #2577E3}
.color-price{color: #f60}
.font-normal{font-size: 12px}
.relative{position: relative;}

.fl { float: left; }
.fr { float: right; }
.clearfix:before,
.clearfix:after { content: ""; display: block; height: 0; clear: both; }

.mt-20{margin-top: 20px !important}
.b-line{border-bottom: 1px solid #e8e8e8;}
.top-line{border-top: 1px solid #e8e8e8;}
.no-padding{padding: 0 !important}
dfn{font-style: normal; font-weight: normal;font-family: "Arial"; font-size: 12px; color: #f60;}
.input { height: 30px; padding: 0 4px; border-radius: 2px; border: 1px solid #dcdcdc; outline: none; }

.select { position: relative; display: inline-block; border: 1px solid #dcdcdc; border-radius: 2px; padding: 0 4px; line-height: 30px; vertical-align: middle; }
.select:after { float: right; display: inline-block; line-height: inherit; content: "\e900"; font-family: "icomoon"; font-size: 12px; }
.select select { position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 0 20px 0 4px;  border: none; background: none; outline: none; }

.radio { display: inline-block; position: relative; cursor: pointer; }
.radio input { position: absolute; top: 0; left: 0; opacity: 0; }
.radio span:before { display: inline-block; margin-right: 4px; width: 14px; height: 14px; border: 1px solid #dcdcdc; border-radius: 50%; vertical-align: middle; content: ""; }
.radio input:checked + span:before { content: "\e904"; font-family: "icomoon"; color: #2e76b0; }

.checkbox { position: relative; display: inline-block; vertical-align: middle; }
.checkbox input { position: absolute; left: 0; top: 0; opacity: 0; }
.checkbox span:before { display: inline-block; width: 14px; height: 14px; border: 1px solid #2e76b0; content: ""; vertical-align: middle; margin-right: 10px; line-height: 14px; font-size: 12px; color: #2e76b0; }
.checkbox input:checked + span:before { content: "\e907"; font-family: "icomoon"; }

.btn { display: inline-block; height: 30px; padding: 0 10px; background: none; border: none; vertical-align: middle; text-align: center; line-height: 30px; color: #fff; }
.btn-blue { background: #2e76b0; }
.btn-yellow { background: #f59f16; }
.btn-yellow-2 { border: 1px solid #f59f16; background: #fff; color: #f59f16; }

.disabled { position: relative; cursor: no-drop; }
.disabled:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: #fff; opacity: .3; content: ""; }

/*.dialog_wrapper:before { position: fixed; top: 0; left: 0; right: 0; bottom: 0; display: block; background: #000; opacity: .5; content: ""; }*/
.dialog { position: fixed; top: 50%; left: 50%; padding: 20px 30px; border: 1px solid #2e76b0; background: #fff; box-shadow: 0px 0px 7px 0px rgba(46, 47, 47, 0.7); transform: translateX(-50%) translateY(-50%); }
.dialog_head { position: relative; margin-bottom: 20px; }
.dialog_title { text-align: center; font-weight: normal; font-size: 16px; }
.dialog_close { position: absolute; top: 0; right: 0; }

.tab_content { display: none; }
.tab_content.active { display: block; }

.num_input { display: inline-block; vertical-align: middle; }
.num_input_btn { float: left; display: inline-block; width: 30px; height: 30px; border: 1px solid #dcdcdc; line-height: 30px; text-align: center; font-size: 14px; color: #2e76b0; }
.num_input input { float: left; width: 40px; height: 30px; padding: 0 4px; border: 1px solid #dcdcdc; border-left: none; border-right: none; outline: none; text-align: center; }

/*header*/

.header { background: #2e76b0; color: #fff; }
.header .container { padding: 0 40px; }
.header_right { text-align: right; }

.logo { display: inline-block; font-size: 24px; font-weight: normal; }
.logo img { display: inline-block; height: 35px; vertical-align: middle; }
.logo a { border-left: 2px solid #fff; margin-left: 10px; padding-left: 10px; color: #fff; }

.main_nav { line-height: 30px; }
.main_nav a { display: inline-block; padding: 0 10px; color: #fff; }
.main_nav a.active { border-bottom: 2px solid #f59f16; }

.lang { padding: 10px 0; }
.lang a { color: #fff; }
.lang a + a { margin-left: 10px; }
.lang a.active { border-bottom: 1px solid #f59f16; }

.sign a { padding: 0 10px; color: #fff; }
.sign a:last-child { padding-right: 0; }

/*main*/

.main:after { content: ""; display: block; height: 0; clear: both; }
.main_detail { float: left; width: 970px; margin-top: 20px}
.aside { float: right; width: 360px;margin-top: 20px }
.module_box { background: #fff;margin-top: 20px; padding: 20px; line-height: 30px; border-radius: 2px;box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);}
.module_title { margin-bottom: 10px; font-weight: normal; font-size: 16px; color: #2e76b0; }

/*footer*/
.footer { position:fixed;bottom: 0; width: 100%; background: #2e76b0; line-height: 45px; text-align: center;  color: #fff; }
/*导航栏用户头像*/
.tool-group li dl{
	padding: 0;
}
.user-info{
	display: inline-flex;
	align-items: center;
	color: #333;
	padding: 10px;
	box-sizing: border-box;
}
.user-info .user-headimg{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ececec;
}
.user-info img{
	width: 30px;
	height: 30px;
	margin-top: -5px;
	margin-right: 5px;
	vertical-align: middle;
	border-radius: 50%;
}
.user-info .logout{
	text-align: center;
}
/*文章样式*/
.page-location{
	margin: 15px 0;
	text-align: right
}
.post-title,.post-info{
	text-align: center;
	margin: 20px 0
}
.post-info{
	position: relative;
}

.post-title h2{
	color: #2577E3;
	font-size: 18px
}
.post-info span{
	color: #999;
	margin: 10px 20px;
	font-size: 14px
}
.post-content{
	line-height: 24px
}
.post-content img{
	max-width: 100%;
	height: auto;
}
.post-content .xcdcontent{
	margin: 5px 0
}
/*==============================================文章列表=======================================*/
.post-banner{
	padding: 20px 0;
	border-bottom: 2px solid #2577E3
}
.post-list{
	margin:20px 0
}
.post-left{
	width: 300px;
	float: left;
	padding: 0 20px;
	border-right: 1px dashed #ccc ;
	box-sizing: border-box
}
.post-left ul li{
	width: 100%;
	display: inline-block;
	line-height: 60px;
	padding-left: 15px;
	font-size: 14px;
	border-bottom: 1px solid #ececec
}
.post-left ul li:first-child{
	color: #999;
	padding: 0;
}
.post-left ul li a{
	width: 100%;
	display: inline-block;
}
.post-left ul li a.active{
	color: #2577E3;
	font-weight: bold
}
.post-right{
	width: calc(100% - 300px);
	float: left;
	padding: 0 20px;
	box-sizing: border-box
}
.post-right .list-header{
	color: #999;
	line-height: 60px;
	padding-left: 20px;
	border-bottom: 1px solid #ececec
}
.post-right .list-header h2{
	font-size: 14px;
	display: inline-block;
}

.page-simple{
	float: right;
	padding-right: 15px
}
.page-simple #page-num{
	margin: 0 15px;
	color: #666
}
.page-simple a{
	color: #bbb
}
.post-panel{
	background-color: #FFFFFF;
    position: relative;
	overflow: hidden;
}
.post-panel .post-item{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
	align-items: center;
	margin-top: 15px;
}
.post-panel .post-item .post-thumb{
	margin-right: .8em;
    width: 200px;
    height: 150px;
	text-align: center;
	background: #f2f2f2;
	overflow: hidden;
}
.post-panel .post-item .post-intro{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}
.post-intro h4{
	font-size: 18px
}
.post-intro .post-about{
	margin:10px 0;
}
.post-intro .post-about span{
	font-size: 12px;
	color: #666;
	margin-right:30px
}
.post-intro .post-desc{
	font-size: 12px;
	line-height: 1.5;
	color: #999;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#post_page{
	text-align: center;
	margin: 15px 0
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #2577E3 !important;
}
.layui-laypage a:hover{
	color: #2577E3 !important;
}
.layui-laypage>a{
	color: #2577E3 !important;
}
.layui-laypage>a.layui-disabled{
	color: #666 !important;
}

.layui-laypage>a:first-child{
	margin-right: 10px;
}
.layui-laypage>a:last-child{
	margin-left: 10px;
}
.empty{
	margin: 50px 0
}
.msg .empty{
	margin: 0
}
