.award-banner {
	height: 114px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 20px;
}

.award-banner a {
	display: block;
	height: 100%;
}

@media (min-width: 750px) {
	.award-banner {
		height: 205px;
	}
}

@media (min-width: 1000px) {
	.award-banner {
		height: 430px;
	}
}

.page-row {
	margin: 0 -10px;
}

.page-row>div {
	float: left;
	padding: 0 10px;
}

.col-4 {
	width: 33.33%;
}

.col-8 {
	width: 66.66%;
}

.col-12 {
	width: 100%;
}

.bs-panel {
	margin-bottom: 20px;
}

.bs-panel_hd .panel-tt {
	color: #018BEE;
	border-bottom: 1px solid #018BEE;
}

.bs-panel_hd {
	padding: 0 20px;
}

.bs-panel_hd .panel-more {
	display: inline-block;
	width: 44px;
	height: 20px;
	line-height: 20px;
	background-color: #018BEE;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	float: right;
	margin-top: 20px;
}

.bs-panel_body {
	padding: 20px;
}

.award-list {
	margin: 0;
	margin-top: -16px;
}

.award-list li {
	border-bottom: 1px dashed #E6E6E6;
	padding: 16px 0 16px 16px;
	position: relative;
}

.award-list li::before {
	position: absolute;
	content: '';
	left: 0;
	height: 16px;
	background-color: #018BEE;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
}

.award-list li a {
	color: #333333;
	display: block;
	line-height: 21px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}



.award-list li a:hover {
	color: #018BEE;
}

.award-notice .award-list {
	-margin-left: 212px;
}

.notice-poster {
	float: left;
	width: 200px;
	height: 196px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 20px;
}

.award-notice .award-list li {
	overflow: hidden;
}

.award-notice .award-list li::before {
	width: 8px;
	height: 8px;
	left: -4px;
	background-color: #fff;
	border: 1px solid #1862D3;
	transform: translateY(-50%)rotate(45deg);
}

.awardee {
	background-color: #F6F6F6;
	margin: 0 10px;
	padding: 20px 10px;
}

.awardee-item {
	text-align: center;
	width: 25%;
	padding: 0 5px;
	float: left;
}

.awardee-item_content {
	color: #333333;
	font-size: 14px;
	line-height: 18px;
}

.awardee-item_content * {
	margin-top: 8px;
}

.awardee-item_pic {
	position: relative;
	width: 130px;
	height: 180px;
	margin: 0 auto;
}

.awardee-item_pic img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.awardee-item_name {
	position: absolute;
	left: -20px;
	bottom: 20px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 22px;
	background-image: linear-gradient(to right, #018BEE, #1862D3);
	padding: 0 8px;
	border-radius: 4px;
	transform: skewX(-15deg);
}


.awardee-item_name span {
	display: block;
	transform: skewX(15deg);
}


.award-aside .bs-panel_hd {
	background-color: #018BEE;
	text-align: center;
	border-bottom: 1px solid #018BEE;
}

.award-aside .bs-panel_hd .panel-tt {
	float: none;
	color: #fff;
	border-bottom: 1px solid #018BEE;
}

.award-apply {
	margin-top: 20px;
}

.award-apply a {
	display: block;
	text-align: center;
	background-color: #FF9B49;
	border-radius: 18px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	margin: 0 20px;
}

.cooperate-item {
	padding-bottom: 14px;
}

.cooperate-item_hd {
	font-size: 16px;
	color: #018BEE;
	line-height: 1;
	border-left: 2px solid #018BEE;
	padding-left: 14px;
	margin-bottom: 4px;
}

.cooperate-item_bd {
	padding-left: 16px;
}

.cooperate-item_text {
	border-bottom: 1px dashed #E6E6E6;
	padding: 16px 0 16px 16px;
	position: relative;
	font-size: 16px;
	color: #333333;
	line-height: 21px;
	overflow: hidden;
}

.cooperate-item_text::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	left: -4px;
	top: 50%;
	background-color: #fff;
	border: 1px solid #1862D3;
	transform: translateY(-50%)rotate(45deg);
}

.awardee-panel {
	margin: 0 10px;
}

.awardee-panel .panel-hd {
	padding: 20px 0;
}

.awardee-panel .panel-tit {
	font-size: 16px;
	color: #018BEE;
	line-height: 1;
	padding-left: 14px;
	position: relative;
	border-left: 2px solid #018BEE;
}



.awardee-form {
	background-color: #F6F6F6;
	padding: 10px;
	display: flex;
	flex-wrap: wrap;
}

.awardee-form .fm-row {
	padding: 10px;
}

.awardee-form .fm-row .form-control {
	max-width: 160px;
}

.awardee-form .fm-row .fm-label {
	text-align: right;
}

.awardee-form .fm-footer {
	padding: 10px;
}

.awardee-form .fm-footer .btn {
	border-radius: 0;
	background-color: #018BEE;
	border-color: #018BEE;
	width: 70px;
}

.award-title {
	font-size: 22px;
	color: #018BEE;
	text-align: center;
}

.award-desc {
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	margin-top: -6px;
	text-indent: 2em;
}

.award-desc a {
	color: #018BEE;
}

.award-artcle .bs-bread {
	padding-top: 18px;
}

.award-artcle .awardee-form {
	padding: 7px;
}

.award-artcle .awardee-form .fm-row .form-control {
	max-width: 134px;
}

.award-artcle .awardee-form .fm-row {
	padding: 7px;
	font-size: 12px;
}

.award-artcle .awardee-form .fm-footer {
	padding: 6px;
}

.table tr th {
	background-color: #018BEE;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding: 8px;
	white-space: nowrap;
}

.table tr td {
	color: #333333;
	font-size: 14px;
	text-align: center;
	padding: 8px;
	font-weight: normal;
	border-bottom: 1px dashed #E6E6E6;
	height: 54px;
	white-space: nowrap;
}

.table-container {
	margin-top: 20px;
}

.table-container .page-cell {
	margin-top: 20px;
}

.page-col8 {
	width: 860px;
}

.page-col4 {
	width: 420px;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}


.fm-label-lg{
	width: 70px;
}

@media (max-width:1299px) {
	.page-col8 {
		width: 65.5%;
	}

	.page-col4 {
		width: 32.5%;
	}
}

@media (max-width:921px) {
	.page-col8 {
		width: 100%;
	}

	.page-col4 {
		width: 100%;
		margin-top: 40px;
	}

	.awardee-panel {
		margin: 0;
	}
	
	.awardee{
		margin: 0;
	}
	
	
}

@media (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
	}
	
	.awardee-form .fm-row .fm-label{
		min-width: 70px;
		text-align: right;
	}
	
	.awardee-form .fm-row .form-control{
		max-width: unset!important;
	}
	
	.award-artcle .awardee-form .fm-row{
		width: 100%;
	}
	
	.awardee-form .fm-footer{
		width: 100%;
		text-align: center;
	}
	
	.col-4{
		width: 100%;
	}
	
	.col-8{
		width: 100%;
	}
	
	.awardee-item_pic{
		width: 100px;
		height: 138px;
	}
	
	.awardee-item{
		width: 50%;
		margin-bottom: 8px;
	}
	

	
	.awardee-item_name{
		font-size: 12px;
		line-height: 18px;
		padding: 0 6px;
		left: -12px;
	}
}


@media (max-width:640px) {
	
	.notice-poster{
		float: none;
		margin: 0 0 20px;
		width: 100%;
		height: 294px;
	}
	
	.award-notice .award-list{
		margin-left: 0;
	}
}
