*{
	margin: 0;
	padding: 0;
}
html,body{
	height: 100%;
}
body {
  font-family: "微软雅黑";
  line-height: 1.6;
  color: #333333;
  background-color: #f4f4f9;
}
li{
	list-style: none;
}
img{
	display: block;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}
.text a,.text a:link,.text a:visited,.text a:hover,.text a:active{
	color: #18578b;
}

.bd{
	height: 100%;
	min-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	background-color: #f1f4f9;
}
.bd_top img{
	width: 100%;
}
.bd_cen{
	flex: 1;
	max-width: 1200px;
	margin: 0 auto;
}
.cen_table{
	display: flex;
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom: 30px;
	cursor: pointer;
}
.table_title{
	background-color: #18578b;
}
.table_title{
	width: 171px;
	height: 56px;
	border: 1px solid #ffffff;
	border-right: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cen_table .table_title:last-child{
	border-right:none;
}
.table_a{
	width: 170px;
	height: 70px;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.table_yellow{
	background-color: #FDF2A0;
	border-color: #FDF2A0;
	color: #18578b;
}

.cen_detail{
	padding-bottom: 70px;
}
.table_list{
	display: none;
}
.table_show{
	display: block;
}
.box_cen{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.title{
    width: 340px;
    text-align: center;
    font-size: 36px;
    /* padding: 10px 0 30px; */
    color: #0055fe;
}
.box_text{
    flex: 1;
    height: 194px;
    display: flex;
    align-items: center;
    /* padding-bottom: 20px; */
}
.text{
	font-size: 18px;
	line-height: 30px;
	/* margin-bottom: 10px; */
}
.qh_title{
	display: flex;
	padding: 24px 0;
	font-size: 26px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background-color: #ffffff;
}
.qh_title div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo_list li{
	display: flex;
	padding: 24px 0;
	font-size: 20px;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background-color: #ffffff;
}
.logo_list li:last-child{
	border-bottom: 1px solid #DDDDDD;
}
/* .logo_list li:nth-of-type(2n - 1){
	background-color: #F4F4F4;;
}
.logo_list li:nth-of-type(2n){
	background-color: #FFFFFF;;
} */
.logo_list li div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.poster_text{
    font-size: 16px;
    color: #818080;
    text-align: center;
    letter-spacing: 4px;
    padding-top: 16px;
}
.logo_img{
	width: 33.33%;
}
.logo_img img{
	width: 110px;
}
.logo_name{
	width: 33.33%;
}
.logo_industry{
    width: 33.33%;
}
.logo_other{
	width: 40%;
}

/* 新闻列表 */
.news_list{
	padding-bottom: 60px;
}
.news_list li{
	height: 205px;
    padding: 18px 0px 18px 0;
    box-sizing: border-box;
    position: relative;
}
.news_a{
	display: flex;
}
.news_a:link {
    color: #000;
}
.news_left{
	width: 260px;
    height: 165px;
    margin-right: 30px;
    overflow: hidden;
}
.news_left img {
	width: 100%;
    transition: 1s;
    transform-origin: center center;
    border: 1px solid #f5f5f5;
}
.news_text{
	flex: 1;
}
.news_text h2{
	line-height: 25px;
    font-weight: 700;
    height: 32px;
    font-size: 20px;
    text-align: left;
    margin-top: 5px;
} 
.news_desc{
	text-decoration: none;
    color: #5E6B73;
	height: 50px;
    margin-top: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
	word-break: break-all;
}
.news_time{
	margin-top: 15px;
    height: 30px;
	color: #A7A7A7;
	text-align: right;
}
.news_list li:hover a {
    color: #e12d02 !important;
}
.news_list li:hover::after {
    content: '';
	background-color: #f4f4f4;
    width: 100%;
    transition: 0.3s;
    display: block;
    height: 205px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    z-index: -1;
}
.news_list li:hover .news_left img {
    transform: scale(1.2);
}
/*公共页脚*/
.bottom {
    height: 80px;
    width: 100%;
    background-color: #000;
    min-width: 700px;
}

.bottom .btop {
    color: #f5f5f5;
    text-align: center;
    height: 40px;
    max-width: 1200px;
    min-width: 700px;
    margin: 0 auto;
    line-height: 40px;
}

.bottom .btop a {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    text-decoration: underline;
    margin-left: 10px;
}

.bottom .btop a:hover {
    color: #e12d0a;
}

.bottom .bbottom {
    max-width: 1200px;
    min-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.bottom .bbottom span {
    font-size: 12px;
    color: #f5f5f5;
}

.bottom .bbottom span a {
    color: #f5f5f5;
    text-decoration: underline;
}

.bottom .bbottom span a:hover {
    color: #e12d0a;
}
/*公共页脚end*/

/* 加载更多 */
.list_mouch{
	width: 60%;
    border: 1px solid #e2e2e2;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}
.list_mouch:hover{
	border: 1px solid #e12d02 !important;
    color: #e12d02;
}
.loading {
    padding-left: 20px;
    background: url(../image/loading.gif) no-repeat left center;
    background-size: 16px 16px;
    background-size: 16px 16px\9;
	color: #333333;
}
/* 没有更多数据时，去除hover效果 */
.list_mouch.nomore:hover {
    border: 1px solid #e2e2e2 !important;
    cursor: default;
	
}
/* 为nomore状态单独定义样式 */
.list_mouch.nomore {
    color: #999;
    cursor: default;
}

.top_db{
	box-sizing: border-box;
    width: 72px;
    position: fixed;
    right: 5px;
    top: 400px;
    display: none;
    font-size: 9px;
    text-align: center;
}