body {
    overflow-x: scroll !important;
} 
.accept_header_box {
	background-color: #fff;
	padding: 20px 0px;
}
.accept_container {
	padding-top: 0px;
}

.bg_index {
	height: 300px;
	background-image: url('/assets/home/images/ggac.jpg');
	background-repeat: no-repeat;
	background-size: 1170px 300px;
}

.contaniner,
.accept_container,
.notice-board .container,
.search  .container {
	width: 1170px;
    margin: 0 auto;
}

.task_detail {
	min-width: 1188px;
}

.my-bar {
	min-width: 1170px;
}

@media (max-width: 1280px) {
	.container {
	    width: 1170px;
	}

	.nav-buttons {
		margin-left: 0px;
	}
}

.closing-system-box {
    height: 300px;
    background: url('/assets/home/images/header_bg.png') 0 0 / cover no-repeat;
    color: #fff;
    padding: 50px 130px;
    font-size: 0;
}

.system-box-item {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.notice-board {
	top:0;
	background-color:#f2f2f2;
}

#newslist li a {
    color: #1e2533;
}

.horn-icon1 {
	width: 14px;
    height: 14px;
    background-image: url('/assets/home/images/index_audio.png');
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: -2px;
}

.task_detail {
	margin-top: 0px;
}
.search {
	margin-bottom: 0px;
}
.go-detail,
.go-detail:hover
.go-detail:focus,
.go-detail:active,
.go-detail:visited {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#6B35E0;
	font-size: 14px;
	background-color: #fff;
	border-radius: 5px;
}
/*.go-detail:hover {
	color:#fff;
	background-color: inherit;
	border: 1px solid #238cf6;
	line-height: 28px;
}*/

.gap-cancel-both,
.index-gap-cancel {
	padding-right:0px;
	padding-left:0px;
}
.index-gap-cancel {
	margin-right: 0px;
	margin-left: 0px;
}
.gap-cancel-both:last-child {
	padding-right: 50px;
}

.closing-system-line1 {
	margin: 30px 0px 4px;
	font-size: 14px;
  	text-align: left;
  	color: #f2f2f2;
}

.closing-system-line2 {
	display: inline-block;
	font-size: 24px;
  	font-weight: bold;
  	text-align: left;
  	color: #f2f2f2;
  	border-bottom: 2px solid #9A83EA;
  	padding-bottom: 4px;
}
.idot-list {
	margin:2px 0px 25px;
}
.idot-item,
.idot-icon {
	display: inline-block;
	vertical-align: middle;
}
.idot-item {
	margin-right: 45px;
}
.idot-icon {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #fff;
	margin-top: -8px;
	margin-right: 8px;
}

.idot-tip {
	display: inline-block;
	font-size: 12px;
  	text-align: left;
  	color: #f2f2f2;
}

.accept_container {
	height: 300px;
}
.accept_container .el-carousel {
    width: 1170px;
    height: 300px;
    margin: 0 auto;
}

.accept_container .el-carousel .el-carousel__container {
    	height: 300px;
}
.accept_container .el-carousel__indicators {
	display: none;
}
.accept_container .el-carousel__arrow,
.accept_container .el-carousel__arrow:hover {
	background-color: rgba(0, 0, 0, 0.6);
}
.accept_container .el-carousel__arrow {
	width: 50px;
	height: 50px;
}
.accept_container .el-carousel__arrow i {
	color: #fff;
	font-size: 24px;
}
.accept_container .el-carousel__arrow:hover i{
	color: #4fe2fe;
}
.accept_container .el-carousel__arrow--left {
	left: 40px;
}
.accept_container .el-carousel__arrow--right {
	right: 40px;
}