@charset "utf-8";

header {
    position: relative;
}

/*banner区*/
.banner-wrapper {
    width: 100%;
}

/*轮播图片*/
.swiper-slide img {
    width: 100%;
    display: block;
}

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* 文章tab */
.list-head {
    margin-top: 95px;
    margin-left: 45px;
}

.list-head .nav-tabs {
    border: 1px solid #dddddd;
    /* width: 800px; */
}
.nav-list{
    /* border-bottom: 2px solid #cccccc; */
}
.nav-tabs>li {
    margin-bottom: 0;
    width: 25%;
    text-align: center;
    border-right: 1px solid #dddddd;
}

.nav-tabs>li:last-child {
    border-right: 0;
}

.nav-tabs>li.active>a {
    border: 0;
    color: #444444;
    font-weight: 400;
}

.nav-tabs>li>a {
    border-radius: 0;
    color: #444444;
    width: 100%;
    border: 0;
}

.nav-tabs>.head-text>a:hover {
    background: #E2EEFF;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #114488;
}

/* .nav-tabs > li.active > a:hover{
    cursor: default;
    background: #E2EEFF;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #114488;
    border: 0;
    border-bottom-color: transparent;
} */
.nav-tabs .actives a {
    background: #E2EEFF;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #114488 !important;
    border: 0;
    border-bottom-color: transparent;
}

.list-box {
    display: flex;
    margin-top: 31px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 30px;
}
.list-box:last-child{
    margin-bottom: 50px;
}
.box-left {
    /* width: 629px; */
    margin-right: 25px;
}

.box-left h3 {
    font-size: 35px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
}

.box-left .btn {
    width: 123px;
    height: 33px;
    border: 2px solid #0C428A;
    border-radius: 17px;
    color: #0C428A;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin: 10px 0;
    line-height: 18px;
}
/* .box-left .btn:hover{
    background: #0C428A;
    color: #fff;
    line-height: 18px;
} */
.box-left .p1 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #222222;
    line-height: 18px;
    padding-bottom: 1px;
 
}
.box-left .p2,.box-left .p1,.box-left h3{
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
    /* //溢出内容隐藏				 */
	text-overflow: ellipsis;
    /* //特别显示模式		//文本溢出部分用省略号表示 */
	display: -webkit-box;			
    /* //行数 */
	-webkit-line-clamp: 2;		
	line-clamp: 2;	
    /* //盒子中内容竖直排列				 */
	-webkit-box-orient: vertical;	
}
.box-left .p2 {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 16px;
    padding-bottom: 0;
    margin-top: 25px;
    
}

.box-right {
    width: 355px;
    height: 200px;
}
.blank{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 55px;
}
.blank img{
    width: 280px;
    height: 280px;
}

/*判断屏幕大小*/
@media only screen and (max-width: 768px) {

	/*导航条三道杠*/
	.navbar-header {
		display: block;
	}
}

@media only screen and (max-width: 1200px) {

}

/*适配*/
@media screen and (min-width: 1200px) {
	.nav-custom .navbar-wrapper .container {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}

/*banner区*/
@media screen and (max-width: 991px) {

	/*导航条*/
	.navbar.navbar-inverse. a {
		padding-left: 18px;
		padding-right: 18px;
	}

}




@media screen and (max-width: 810px) {
	body {
		min-height: 700px;
	}

	#header h3 {
		font-size: 38px;
	}

	#header h3 span {
		font-size: 16px;
	}

	/*导航条*/
	.navbar.navbar-inverse a {
		padding-left: 17px;
	}

}




@media screen and (max-width: 768px) {

	.navbar-wrapper .container,
	.navwrapper .container {
		padding-right: 15px;
		padding-left: 15px;
	}
}


@media screen and (max-width: 767px) {
	.navbar-header {
		display: block;
	}

	.navbar-header a.navbar-brand {
		display: block;
	}
}


@media screen and (max-width: 650px) {
	#wrapper {
		top: 200px !important;
	}

	.navbar-inverse .navbar-collapse {
		background: #fff;
	}
	.footer-item {
		padding: 10px;
	}
}


@media screen and (max-width: 480px) {
	.navbar.navbar-inverse.navbar-static-top a {
		line-height: 17px;
		padding-top: 11px;
		padding-bottom: 11px;
	}
}


@media screen and (max-width: 400px) {}