/* 引入ttf字体 */
@font-face {
	font-family: LiXuKeMaoBiXingShu;
	src: url("../fonts/font/LiXuKeMaoBiXingShu-1.ttf");
}


/*public css*/





li{list-style-type:none;}
.text-white{ color: #fff; }
.bg-3b89ad{ background-color: #3b89ad; }
.mt30{ margin-top: 30px; }
.pd15{ padding: 0 15px; }
a:hover{ color: #426431; }
.glyphicon-star,.glyphicon-book,.glyphicon-facetime-video,.glyphicon-list{ margin-right: 8px; font-size: 17px }
.glyphicon-stop,.glyphicon-search,.glyphicon-file{ font-size: 12px; top: 0px; margin-right: 4px; }
#pagelist{padding-left: 20px;}
dl { margin-bottom: 0; }
a {
    color: #666;
    text-decoration: none;
}
.mt20 {
	margin-top: 20px;
	margin-bottom: 30px;
}

.con_top {
	margin-top: 30px;
}
.msg_con li{
	width: 100%;
}

.msg_con{
	margin: 10px;
	min-height: 125px;
}


.flex_l {
	display: inline-block;
	width: 85%;
}

.flex_r {
	display: inline-block;
	width: 15%;
	text-align: right;
	padding-right: 10px;
}

/*  单行省略 */
.clamp-1 {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.title {
	display: flex;
	justify-content: space-between;
	margin: 0 10px;
	align-items: center;
	border-bottom: 2px solid #e5e5e5
}
.title a {
	color: #777;
	font-weight: 600;
}
.title .title_l{
	position: relative;
	font-size: 18px;
	color: #666;
	padding: 5px;
	/* border-bottom: 2px solid #000; */
}
.title .title_l::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	top: 100%;
	left: 0;
	background-color: #426431;
}

.clamp-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
	
.read {
	margin-top: 30px;
}　

.con_bottom {
	margin-top: 10px;
}


/*header*/
#header{background-color: #426431; }
.header-top{ width: 100%; line-height: 30px;}
.header-top span{ margin: 0 4px; }
.header-top a{ color: #fff; display: inline-block; margin: 0 4px; }
.header-top a:hover{ color: red; }
.header-logo{ line-height: 80px;}
.logo { display: flex;align-items: center; }
.header-logo img { width: 50px;height: 50px; }
.header-logo p{ padding-left: 20px; font-family: LiXuKeMaoBiXingShu;font-weight: 600; margin-bottom: 0; font-size: 35px; color: #fff; letter-spacing: 3px; }
.header-bann{ width: 100%; height: 500px; }
.header-bann li { width: 100%; height: 500px;overflow: hidden; }
.header-bann img{ width: 100%; height: 100%;object-fit: cover; }
.swiper-pagination { bottom: 18px !important; }
.navbar-default .navbar-nav > li > a { color: #fff !important;font-weight: 600; }
.navbar-default .navbar-nav > li > a:hover { color: #fff !important; }

/* 导航栏 */
.navbar-default {
    background-color: #50733e;
    border: none;
}
/* 导航聚焦 active */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #426431;
}
/* 导航聚焦 open */
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #426431;
}
.dropdown-menu {
    position: absolute;
    left: -30%;
	background-color: #50733e;
	border: none;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #426431;
}
.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
	text-align: center;
    font-weight: 600;
    color: #fff;
}

.e4e7eb {
	background-color: #e4e7eb;
	padding: 20px 0 10px;
}
.bgfff {
	background-color: #fff;
}
.row1 {
	margin-right: -10px;
    margin-left: -10px;
}


/*public-index-article*/
.left-zy h4 {
	display: flex;
	justify-content: space-between;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #ddd;
}

ul.home-list {
	min-height: 195px;
}
.content {
	min-height: 300px;
}

ul.home-list li{ line-height: 30px;padding-left: 15px; }

ul.home-list li a{ display: block; color: #6f6e6e; }
ul.home-list li a:hover,ul.home-list li a:hover i{ color: #426431; }
/*ul.home-list li span{ float: right;}*/

.left-zy h4 span {
	font-weight: 600;
}


ul.home-list-teacher li{ line-height: 60px; position: unset; font-size: 18px; margin-left: 30px; }
ul.home-list-teacher li a{ width: 10%; display: inline-block; font-weight: 600; color: #333; }
ul.home-list-teacher li span{ position: unset; }
/*list*/
.article-title,.article-longtitle,.article-time{ text-align: center; }
.article-title{ margin: 25px 0; }
.article-longtitle{ margin-top: 25px; font-size: 18px; }
.article-time{ margin: 25px 0; }
.article-line{ height: 2px; width: 100%; background-color: #e5e5e5; }
.article-cont{ padding-top: 20px; }
.article-cont p{ font-size: 16px; text-indent: 2em; line-height: 35px; letter-spacing: 1px; }
.article-cont p.icss{ text-indent: 0!important; text-align: center; }
.article-cont p.tcss{ text-indent: 0!important; text-align: center; margin: 0 0 20px 0!important; line-height: 20px!important;}



/*footer*/
#footer{ background-color: #426431;text-align: center; }
#footer dd{ color: #fff;margin: 10px 0;}
.navbar-default .navbar-brand {
    color: #fff;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/*phone css*/
@media screen and (min-width: 769px) {
	.navbar-brand { display: none; }
}
@media (min-width: 414px) and (max-width: 769px) {
	.text-right { text-align: left }
	.header-bann{ width: 100%; height: 200px !important;}
	.header-bann li { width: 100%; height: 200px;overflow: hidden; }
	.header-bann li img{ width: 100%; height: 100%;object-fit: fill; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}

	/* .swiper-container{ display: none; } */
	.logo-text {
		padding-left: 10px;
	}
	#header{ margin-bottom: 0; }
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header{padding: 5px 15px 5px 35px;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.header-logo { line-height: 60px; }
	.header-logo img { width: 40px;height: 40px; }
	.header-logo p{ padding-left: 15px; font-family: LiXuKeMaoBiXingShu;font-weight: 600; margin-bottom: 0; font-size: 24px; color: #fff; letter-spacing: 3px; }
		/* .header-bann{ background: url(../images/bann.jpg) no-repeat right; background-size: auto 150px; height: 150px; } */
	.left-zy,.right-dt,.right-xt{ margin-top: 20px; }
	.article-cont p img{ width: 100%; }
	.article-cont iframe{ width: 100%; height: 100%;}
	#portamento_container { display: none;}
}

@media (min-width: 320px) and (max-width: 414px) { 
	.text-right { text-align: left; }
	.header-logo { line-height: 40px; }
	.header-logo img { width: 30px;height: 30px; }
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}
	.header-logo p {
		font-size: 19px;
		padding-left: 10px;
		letter-spacing: 6px;
	}
	.header-bann{ width: 100%; height: 200px !important;}
	.header-bann li { width: 100%; height: 200px;overflow: hidden; }
	.header-bann li img{ width: 100%; height: 100%;object-fit: fill; }

}

