/* pc */

@media screen and (min-width:768px) {
	body {
		font-size: 14px;
		/* line-height: 150%;  */
		line-height: 1.5;
		min-width: 1080px;
	}
	.container {
		min-width: 1080px !important;
		width: 1080px !important;
		padding-left: 0;
		padding-right: 0;
	}
	.site-main-left {
		width: 750px;
		position: relative;
		min-height: 1px;
		float: left;
		padding-right:2rem;
	}
	.site-main-right {
		width: 320px;
		position: relative;
		min-height: 1px;
		float: right;
	}
	/* 底部 */
	.site-footer {
		margin-top: 45px;
	}
}


/* 
* 移动端 
*/

@media screen and (max-width: 767px) {
	.container {
		padding: 0 10px;
	}
	.site-1080 {
		width: 100%;
		min-width: 0;
		margin: 0 auto;
	}
	.site-main-right {
		margin-top: 10px;
	}
	.m-hide-box {
		display: none;
	}
	.news-list-box {
		position: relative;
		padding: 10px 0;
		margin: 0;
	}
	.news-list-box .news-list-left {
		width: 105px;
		height: 70px;
	}
	.news-list-box .news-list-w1 {
		width: 100%;
		font-size: 14px;
		line-height: 20px;
	}
	.news-list-box .news-list-right {
		width: calc(100% - 120px);
		height: 70px;
	}
	.news-list-box .news-list-w2 {}
	.news-list-box .news-list-w3 {
		/*
    max-width: 135px;
    margin-right: 10px;
    */
	}
	.news-list-box .news-list-w4 {}
	.news-list-w4 span:first-child {
		margin-right: 0 !important;
	}
	.subject-list-container{ padding-right: 0 !important }
}


/* 头部 */

@media screen and (max-width: 767px) {
	body {
		padding-top: 60px
		/* padding-top: 110px */
	}
	.site-header-mbox {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999999;
		box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
		background-color: #ffffff;
	}
	.site-header-m {
		box-sizing: border-box;
		padding: 0 16px;
		width: 100%;
		height: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		/*margin-bottom: 10px;*/
	}
	.site-header-m .head-left {
		height: 100%;
	}
	.site-header-m .head-left a {
		display: flex;
		align-items: center;
		height: 100%;
	}
	.site-header-m .head-left .logo {
		width: 98px;

	}
	.site-header-m .head-right {
		display: flex;
		align-items: center;
	}
	.site-header-m .head-right .head-nav-m {
		margin-left: 24px;
	}
	.site-header-m .head-right img {
		width: 24px;
		height: 24px;
	}
	/* 头部侧边栏 */
	.mask {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, .5);
		z-index: 999;
		display: none;
	}
	.head-navbar-m {
		box-sizing: border-box;
		padding: 0 7px 0 10px;
		width: 290px;
		background-color: #ffffff;
		transform: translatex(100%);
		transition: 0.3s;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		z-index: 999999;
	}
	.head-navbar-m.active {
		transform: translatex(0);
	}
	.head-navbar-m .bar-top {
		height: 50px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.head-navbar-m .bar-top .logo {
		width: 98px;
	}
	.head-navbar-m .bar-top .close-img {
		width: 24px;
		height: 24px;
	}
	.head-navbar-m .bar-content {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.head-navbar-m .bar-content .bar-item {
		box-sizing: border-box;
		width: 87px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 15px;
		color: #787878;
		background-color: #f5f5f5;
		border-radius: 2px;
		margin-bottom: 6px;
	}
	.head-navbar-m .bar-content .bar-item .bar-item-a {
		display: block;
		font-size: 15px;
		color: #787878;
	}
	.head-navbar-m .bar-content .bar-item .drop-icon {
		width: 12px;
		height: 7px;
		transform: rotate(0);
		transition: 0.2s;
		margin-bottom: 2px;
	}
	.head-navbar-m .bar-content .bar-item.open {
		background-color: #ffffff;
		border: 1px solid #e6e6e6;
		border-bottom: none;
	}
	.head-navbar-m .bar-content .bar-item.open .bar-item-a {
		color: #0072e2;
	}
	.head-navbar-m .bar-content .bar-item.open .drop-icon {
		transform: rotate(180deg);
	}
	.head-navbar-m .bar-content .bar-item.open .drop-icon path {
		stroke: #0072e2;
	}
	.head-navbar-m .bar-content .dropdown-backdrop {
		top: 49px;
	}
	.head-navbar-m .bar-content .dropdown-menu {
		width: 87px;
		min-width: 87px;
		left: -1px;
		padding: 0;
		margin: 0;
		background-color: #fff;
		border-radius: 0 0 2px 2px;
		border: none;
		box-shadow: none;
		border: 1px solid #e6e6e6;
		border-top: none;
	}
	.head-navbar-m .bar-content .dropdown-menu li {
		width: 100%;
		height: 40px;
	}
	.head-navbar-m .bar-content .dropdown-menu li a {
		padding: 0;
		text-align: center;
		display: block;
		width: 100%;
		height: 100%;
		line-height: 40px;
		font-size: 14px;
		color: #222222;
	}
	.head-navbar-m .bar-content .dropdown-backdrop {
		z-index: -1;
	}
	.head-navbar-m .bar-more {
		margin-top: 18px;
	}
	.head-navbar-m .bar-more .title {
		font-size: 17px;
		color: #222222;
		margin-bottom: 12px;
	}
	.head-navbar-m .bar-more .bar-more-list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.head-navbar-m .bar-more .bar-more-list .bar-item {
		box-sizing: border-box;
		width: 87px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		font-size: 15px;
		color: #787878;
		background-color: #f5f5f5;
		border-radius: 2px;
		margin-bottom: 6px;
	}
	.head-navbar-m .bar-more .bar-more-list .bar-item.bar-item-zb {
		position: relative;
	}
	.head-navbar-m .bar-more .bar-more-list .bar-item.bar-item-zb img {
		width: 25px;
		height: 12px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.head-navbar-m .bar-btn {
		margin-top: 23px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.head-navbar-m .bar-btn .gf {

		height: 24px;
	}
	.head-navbar-m .bar-btn .bd {
		box-sizing: border-box;
		width: 136px;
		height: 39px;
		border: 1px solid #0072e2;
		border-radius: 20px;
		font-size: 14px;
		color: #0072e2;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.head-navbar-m .bar-btn .bd img {
		width: 12px;
		height: 14px;
		margin-right: 6px;
	}
  .alone-banner-wrap {
    margin-bottom: 10px;
  }
}


/* 底部 */

@media screen and (max-width: 767px) {
	.site-footer {
		margin-top: 20px;
		width: 100%;
		box-sizing: border-box;
		padding-top: 22px;
		padding-left: 16px;
		padding-right: 16px;
		/* height: 345px; */
		height: auto;
		padding-bottom: 16px;
		background-color: #f5f7fa;
	}
	.site-footer .content {
		width: 100%;
	}
	.site-footer .content .footer-con1 {
		width: 100%;
	}
	.site-footer .content .footer-con2 {
		width: 100%;
	}
	.site-footer .content .footer-title {
		font-size: 14px;
		color: #222222;
		margin-bottom: 16px;
		display: inline-block;
	}
	.site-footer .content .a-box {
		display: flex;
		justify-content: space-between;
	}
	.site-footer .content .footer-con1 a,
	.site-footer .content .footer-con2 a {
		font-size: 13px;
		color: #667287;
		margin-bottom: 20px;
	}
	.site-footer .content .footer-con1 a:nth-child(5n),
	.site-footer .content .footer-con2 a:nth-child(4n) {
		margin-right: 0;
	}
	.site-footer .footer {
		box-sizing: border-box;
		padding: 19px 0 0;
		border-top: 1px solid #d3d7de;
	}
	.site-footer .footer .logo {
		width: 60px;
		height: 60px;
		margin-right: 12px;
	}
	.site-footer .footer .info-item {
		font-size: 12px;
		color: #58647c;
		display: flex;
		margin-bottom: 8px;
	}
	.site-footer .footer .info-item div:first-child {
		margin-right: 15px;
	}
}


/* 首页 */

@media screen and (max-width: 767px) {
	.index-wrap .category-img.category-img-news .news-mask {
		transform: translatey(0) !important;
	}
}