body {
	background: #fff;
	font-size: 16px;
	font-family: "微软雅黑","Microsoft YaHei",  "黑体", "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body, html {
	margin: 0;
	padding: 0;
}
.container {
	width: 1200px !important;
} /* 页面宽度，默认自适应 */
a {
	color: #333;
	text-decoration: none;
} /* a标签颜色 */
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
a:hover {	
	/*color: #d0121c;*/
	color: #2763ce;
}
ul,li{
	list-style: none;
	margin: 0;
	padding: 0;
}
input,select{
	background: none;
	border: none;
}
input{
	padding: 0 10px;
}
input,select,input:focus,select:focus {
	outline: none!important;
}
.form-group{
	margin-bottom: 0;
}
.form-control,.form-control:focus{
	border-radius: 0;
	box-shadow: none;
}
.input-group-addon{
	border-radius: 0;
}
table th,table tr,table td{
	text-align: center;
	font-size: 14px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
/** header **/
.header{
	width: 100%;
	height: 280px;
	position: relative;
	background-image: url("../images/banner.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.header-con {
	width: 1200px;
	position: relative;
	margin: 0 auto;
}
.header .logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: auto;
	cursor: pointer;
}
.header .r-header{
	position: absolute;
	right: 0px;
	top: 30px;
	/* width: 15%; */
	height: auto;
}
.header .r-header a{
	color: #2763ce;
	font-size: 14px;
	padding: 0 15px;
	display: inline-block;
	line-height: 16px;
}
.header .r-header a:hover{
	text-decoration: underline;
}
.header .r-header a:nth-child(2){
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

/* 导航栏 */
.nav-area{
	width: 100%;
	line-height: 60px;
	background-color: #2763ce;
}
.nav-area .nav{
	width: 1200px;
	margin: 0 auto;
}
.nav-area .menu_new {
	padding: 10px 0;
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
/*.menu_new li{
	flex: 1;
}*/
.menu_new li a {
	text-align: center;
	border-right: 1px solid #fff;
	display: block;
	color: #fff;
	font-size: 17px;
	padding: 0 19px;
	margin: 10px 0;
	box-sizing: border-box;
	font-weight: bold;
}
.menu_new li a:hover{
	text-decoration: underline;
}
/*.menu_new li a:last-child {
	border-right: none!important;
}*/

/*首页内容*/
.main{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.warp01{
	display: flex;
	align-items: center;
}
.warp01 h5{
	font-size: 18px;
	font-weight: bold;
	color: #d0121c;
	padding-right: 20px;
}
.warp01 .area-name a{
	padding: 0 15px;
	border-right: 1px solid #ccc;	
}
.warp01 .area-name a:hover{
	color: #d0121c;
}
.warp01 .area-name a:last-child{
	border-right: none;	
}
.warp02 img{
	width: 100%;
	height: auto;
}
.carousel-indicators{
	left: 90% !important;
	bottom: 138px !important;
}
.carousel-indicators li{
	border-radius: 0 !important;
	background: #fff !important;
	width: 8px !important;
	height: 8px !important;
}
.carousel-indicators .active{
	background: #d0121c !important;
	border: 0 !important;
	width: 9px !important;
	height: 9px !important;
	margin-bottom: 1px !important;
}
.carousel-control.left,.carousel-control.right{
	background-image: none !important;
}
.lunbo-title h5{
	margin: 0;
	padding-top: 5px;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
/*	white-space: nowrap;*/
	 -webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient:vertical;
}
.lunbo-title p{
	margin: 0;
	padding: 5px 5px 0 0;
	font-size: 14px;
	line-height: 22px;
	color: #888;
	width: 100%;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	 -webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient:vertical;
}
.warp-header{
	/*background: url("../images/warp-header-pic.png");*/
	display:block;
	overflow:hidden;
	background: url("https://www.china-safety.org.cn/images/client/line1.png") no-repeat bottom left;
	background-size:100% auto;
	background-repeat: no-repeat;
	/*background-size: 100% 100%;*/
	height: 48px;
	/*display: flex;*/
	align-items: center;
	justify-content: space-between;
}
.warp-header .fl-titile{
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
	/*color: #fff;*/
	color: #2763ce;
	/*padding-left: 65px;*/
	padding-bottom: 1px;
	font-style: italic;
}
.warp-header .more{
	font-size: 12px;
	color: #777;
	/*padding-right: 15px;*/
	float:right;
	margin:-20px 0;
}
.warp-header .more1:hover{
	text-decoration: underline;
}
.warp-list {
	width: 100%;
}
.warp-list .warp-list-header .nav-tabs a {
	padding-top: 15px;
	padding-bottom: 0;
}
.warp-list-content {
	overflow: hidden;
	padding: 0 5px;
}
.warp-list-content li {
	line-height: 19px;
	margin-top: 13px;
}
.warp-list-content li a {
	max-width: 100%;
	cursor: pointer;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.warp-list-content li .list-info span{
	font-size: 12px;
	padding-right: 10px;
	color: #999;
}
.warp-list-content li .list-info .to-top{
	font-weight: bold;
	color: #d0121c;
	cursor: pointer;
}
.person li{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.person li img{
	width: 90px;
	height: auto;
	display: block;
}
.person li .person-name{
	text-align: center;
	margin-bottom: 5px;
}
/*footer*/
.footer{
	width: 100%;
	background: #2763ce;
	padding: 30px 0 20px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.footer .footer-link a{
	padding: 0 10px;
	color: #fff;
}
/*首页切换卡*/
.nav-tabs {
	border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border: 0;
	color: #2763ce;
}
.nav-tabs > li {
	margin-right: 15px;
	margin-left: 5px;
}
.nav > li > a {
	padding: 11px 0;
	font-weight: bold;
	font-size: 17px;
}
.nav-tabs > li > a:hover {
	border-color: transparent!important;
	color: #2763ce;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent!important;
}
/*列表页*/
.list-warp{
	border: 1px solid #ddd;
}
.listpage-title{
	border: 1px solid #ddd;
	height: 52px;
	line-height: 52px;
	background: linear-gradient(to top, #f9f5f5 0%, #ffffff 100%);
	margin-bottom: 10px;
}
.listpage-title h5{
	font-size: 20px;
	font-weight: bold;
	margin: 0 20px;
	height: 52px;
	line-height: 52px;
}
.listpage-title h5::before{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #d0121c;
	float: left;
	margin-right: 10px;
	margin-top: 17px;
}
.list-warp ul{
	padding: 0 20px;
}
.list-warp ul li{
	display: flex;
	align-items: center;
	padding-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px dashed #ddd;
}
.list-warp ul li:last-child{
	border-bottom: none;
}
.list-warp ul li img{
	width: 18%;
	height: auto;
}
.list-warp ul li .news-cont{
	width: 82%;
	padding-left: 20px;
}
.list-warp ul li .news-cont .news-title{
	width: 100%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.list-warp ul li .news-cont .news-info{
	font-size: 14px;
	color: #999;
}
.list-warp ul li .news-cont .news-info span{
	padding-right: 20px;
}
/*.listpage-nav{
	min-height: 750px;
}*/
.listpage-nav li{
	height: 36px !important;
	line-height: 36px !important;
	padding-left: 5px !important;
	font-weight: bold !important;
}
.listpage-nav li a::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #ccc;
	float: left;
	margin-right: 10px;
	margin-top: 17px;
}
.listpage-nav li.active a::before{
	background: #2763ce !important;
}
.listpage-nav li.active a{
	color: #2763ce !important;
}
/*** 内容详情页 ***/
.art_warp {
	border: 1px solid #ddd;
	margin-top: 20px;
	padding-bottom: 10px;
}
.art_warp p{
	text-align: justify;
	line-height: 28px;
}
.art_warp .art_top{
	margin:  20px 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}
.art_warp .art_top h2{
	font-size: 19px;
	font-weight: bold;
	padding-bottom: 5px;
}
.art_warp .art_top span{
	padding: 0 5px;
	color: #999;
	font-size: 14px;
}
.art-con{
	margin: 0 30px;
}
.art-con img{
	width: 60%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}
.art-con video{
	width: 60%;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}
.select-red{
	color: #d0121c!important;
}
.display-span{
	display: none;
}

