* {
	/* box-sizing: border-box; */
	font-family: 'Helvetica Neue', Helvetica, Arial, 'PingFang SC', 'Hiragino Sans GB', 'Heiti SC', 'Microsoft YaHei', 'WenQuanYi Micro Hei', sans-serif;
}

a {
	text-decoration: none;
}

.kjs-content .container,
.kjs-content .contents,
.kjs-content .kjs_news {
	width: 1200px;
	margin: 0 auto;
}

.kjs-content .kjs_news {
	height: 130px;
	background: #FFFFFF;
	border: 1px solid #D9DADB;
	margin-top: 15px;
}

.kjs-content .kjs_news .news_left,
.kjs-content .kjs_news .news_right {
	margin-top: 28px;
}

.kjs-content .kjs_news .news_left {
	float: left;
	margin-left: 28px;
	margin-right: 54px;
	width: 80px;
	height: 75px;
	text-align: center;
	background-color: #E9EEF5;
	border-radius: 7px;
	position: relative;
	overflow: hidden;
}

.kjs-content .kjs_news .news_left img {
	width: 60px;
	height: 31px;
	margin-top: 12px;
}

.kjs-content .kjs_news .news_left .left_tou {
	width: 100%;
	height: 22px;
	position: absolute;
	bottom: 0;
	background: #B8C4D6;
	overflow: hidden;
}

.kjs-content .kjs_news .news_left .left_tou>div {
	float: left;
	margin-left: 10px;
	margin-top: 2px;
}

.kjs-content .kjs_news .news_left .left_tou .red {
	width: 18px;
	height: 18px;
	background: #C90103;
	border-radius: 3px;
	color: white;
	font-weight: 600;
}

.kjs-content .kjs_news .news_right {
	height: 42px;
	line-height: 33px;
}

.kjs-content .kjs_news .news_right .right_first {
	font-size: 44px;
	font-family: FZDaHei-B02S;
	font-weight: 400;
	color: #204C8D;
}

.kjs-content .kjs_news .news_right .right_second {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #444545;
	margin-top: 12px;
	margin-bottom: 28px;
	margin-left: 47px;
}

.kjs-content .container {
	position: relative;
	margin-top: 29px;
}

.kjs-content .container .container-left {
	float: left;
	width: 580px;
	height: 330px;
	position: relative;
}

.kjs-content .container .container-left .title-box {
	height: 57px;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 272px;
}

.kjs-content .container .container-left .title-box .ft-title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFF5;
	line-height: 36px;
	margin-left: 63px;
	margin-top: 20px;
}

.kjs-content .container .container-left .pagination {
	position: relative;
	margin-left: 220px;
	margin-top: -110px;
	z-index: 5;
}

.kjs-content .container .container-left .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin: 0 8px;
	cursor: pointer;
}

.kjs-content .container .container-left .swiper-active-switch {
	background: #ED8102;
	width: 23px;
	border-radius: 18px;
}

.kjs-content .container .container-right {
	float: right;
	/* margin-right: 48px; */
}

.kjs-content .container .container-right .list-box {
	width: 580px;
	height: 330px;
}

.kjs-content .container .container-right .list-box a {
	text-decoration: none;
}

.kjs-content .container .container-right .list-box .list-header-btn1,
.kjs-content .container .container-right .list-box .list-header-btn {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A64A7;
	padding: 5px;
}

.kjs-content .container .container-right .list-box .list-header-btn {
	margin-left: 35px;
}

.kjs-content .container .container-right .list-box .list-header-btn1 {
	letter-spacing: 10px;
}

.kjs-content .container .container-right .list-box .list-body {
	margin-top: 28px;
}

.kjs-content .container .container-right .list-box .list-body li {
	margin-top: 15px;
}

.kjs-content .container .container-right .list-box .list-title {
	padding-left: 25px;
    float: left;
}

.kjs-content .dian {
	float: left;
	width: 10px;
	height: 10px;
	margin-top: 13px;
	background: #DBDBDB;
	border-radius: 50%;

}

.kjs-content .more {
	float: right;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3584C2;
}

.kjs-content .active {
	border-bottom: 3px solid #1A64A7;
}

.kjs-content .actives {

	background: #C90103;
}

.kjs-content .part {
	width: 1200px;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}

.kjs-content .part .part1 {
	width: 790px;
	margin-top: 29px;
}

.kjs-content .part .part2 {
	width: 380px;
	margin-top: 29px;
}

.kjs-content .part .part1 .part1_title {
	width: 790px;
	height: 60px;
	background-color: #F8F8F8;
	position: relative;
}

.kjs-content .part .part1 .part1_title .title_text {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A64A7;
	border-bottom: 3px solid #1A64A7;
	padding: 10px 20px 15px;
	position: absolute;
	bottom: 0;

}

.kjs-content .part .part1 .part1_title .more {
	margin-top: 18px;
	margin-right: 20px;
}

.kjs-content .part .part1 .part1_text {
	width: 790px;
	margin-top: 28px;
	overflow: auto;
}

.kjs-content .part .part1 .part1_text li {
	margin-top: 1px;
}

.kjs-content .part .part1 .part1_text .list-title {
	padding-left: 25px;
	line-height: 36px;
}

.kjs-content .part .part1 .part1_text .time {
	float: right;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin-right: 30px;
}

.time{
    float: right;
}

.kjs-content .part .part1 .part1_wsbs {
	margin-top: 15px;
}

.kjs-content .part .part1 .part1_wsbs .part1_title {
	background-color: #FFFFFF;
}

.kjs-content .part .part1 .part1_wsbs .part1_text .wsbs_box li>div {
	width: 256px;
	height: 95px;
	background: #48A8AB;
	border-radius: 10px;
	display: inline-block;
	margin-right: 6px;
	overflow: hidden;
	/* text-align: center; */
}

.kjs-content .part .part1 .part1_wsbs .part1_text .wsbs_box li>div>a>div:nth-child(1) {
	float: left;
	vertical-align: middle;
	margin-top: 20px;
	margin-left: 28px;
}

.title_demo {
	float: left;
	vertical-align: middle;
	width: 90px;
	height: 43px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 25px;
	margin-top: 20px;
	text-align: left;
	margin-left: 15px;
}

.kjs-content .part .part1 .search {
	width: 790px;
	height: 180px;
	background: #EAF3FB;
	margin-top: 35px;
	overflow: hidden;
}

.kjs-content .part .part1 .search>div {
	float: left;
}

.kjs-content .part .part1 .search .search_one {
	width: 72px;
	height: 94px;
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #000000;
	line-height: 60px;
	margin: 25px 33px 0 42px;
}

.kjs-content .part .part1 .search .search_title {
	width: 160px;
	height: 21px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A64A7;
	line-height: 30px;
	float: left;
	margin-top: 30px;
}

.kjs-content .footer {
	bottom: 0;
	width: 100%;
	height: 130px;
	background: #F2F7FA;
}

.kjs-content .footer .footer-text {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #02202F;
	padding-left: 699px;
	padding-top: 46px;
}

.kjs-content .part .part2 .part2_column {
	width: 380px;
	height: 60px;
	background: #1A64A7;
	border-radius: 10px 10px 0px 0px;
	clear: both;
}

.kjs-content .part .part2 .part2_column2 {
	width: 376px;
	height: 243px;
	background: rgba(248, 248, 248, 0);
	border: 2px solid #B6CCE1;
	border-radius: 0px 0px 10px 10px;
	border-top: 0;
	text-align: center;
	overflow: hidden;
}

.kjs-content .part .part2 .part2_column2 img {
	margin-top: 15px;
}

.kjs-content .part .part2 .part2_column2 .part2_edu {
	width: 340px;
	height: 160px;
	margin: 22px auto 0;
}

.kjs-content .part .part2 .part2_column2 .part2_edu .edu_one {
	width: 148px;
	height: 160px;
	float: left;

}

.kjs-content .part .part2 .part2_column2 .part2_edu .edu_one .edu_title {
	width: 83px;
	height: 21px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A64A7;
	line-height: 36px;
	margin: 7px auto 0;
}

.kjs-content .part .part2 .part2_column2 .part2_edu .edu_one .edu_content {
	width: 149px;
	height: 23px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5F5E5E;
	line-height: 36px;
	margin-top: 7px;
}

.kjs-content .part .part2 .part2_column2 .part2_edu .edu_two {
	width: 1px;
	height: 160px;
	background: #DBDBDB;
	float: left;
	margin-left: 22px;
}

.kjs-content .part .part2 .part2_column2 .part2_edu .edu_three {
	width: 148px;
	height: 160px;
	float: right;
}

.kjs-content .part .part2 .part2_column2 .part2_edu .edu_three .edu_title {
	width: 102px;
	height: 21px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A64A7;
	line-height: 36px;
	margin: 7px auto 0;
}

.kjs-content .part .part2 .part2_column2 .part2_edu .edu_three .edu_content {
	width: 149px;
	height: 23px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #5F5E5E;
	line-height: 36px;
	margin-top: 7px;
}

.list_box {
	overflow: auto;
}

.wsbs_second {
	background: #BC2D2D !important;
}

.wsbs_second .title_demo {
	width: 129px !important;
	height: 59px !important;
	font-size: 16px !important;
	line-height: 21px !important;
}

.wsbs_third {
	margin-right: 0 !important;
	background: #7DB850 !important;
}

.four {
	background: #AA5DBD !important;
}

.four .title_demo {
	margin-top: 25px;
}

.five {
	background: #4BB2D2 !important;
}

.five .title_demo {
	font-size: 18px !important;
	margin-top: 35px;
}

.six {
	margin-right: 0 !important;
	background: #F8865D !important;
}

.six .title_demo {
	font-size: 18px !important;
	margin-top: 25px;
}

.six div img {
	margin-top: 4px !important;
}

.search_box {
	width: 317px
}

.line {
	width: 1px;
	height: 120px;
	background: #DBDBDB;
	margin-top: 30px;
	float: left;
}

.first_pic {
	margin: 43px 26px 0 38px;
	float: left;
}

.second_pic {
	margin: 26px 26px 0 38px;
	float: left;
}

.cjcx {
	margin-top: 28px !important;
}

.three_pic {
	margin: 45px 26px 0 55px;
	float: left;
}

.zckj {
	margin-left: 5px !important;
}

.four_pic {
	margin: 30px 26px 0 55px;
	float: left;
}

.ywcx {
	margin-top: 28px !important;
}

.ztlm {
	font-size: 20px;
	float: left;
	color: white;
	margin-top: 15px;
	margin-left: 28px;
}

.colum_more {
	font-size: 14px;
	float: right;
	color: white;
	margin-top: 18px;
	margin-right: 23px;
}

.vertical_bar {
	width: 148px;
	height: 1px;
	background: #DBDBDB;
	margin-top: 20px;
}


/* 栏目 */
.clear{
    clear: both;
}
.lm{
    overflow: hidden;
}
.lm>div{
    float: left;
    border: 3px solid #BDCEE2;
    border-radius: 10px;
    width: 250px;
    margin-top: 18px;
    margin-right: 12px;
    padding:18px;
}

.lm .lm-item{
    box-sizing: border-box;
    width: 250px;
    height: 104px;
}

.lm img{
    width: 58px;
    height: 58px;
}

.lm_pic{
    float: left;
}
.lm_txt{
    float: right;
    text-align: center;
    width: 135px;
    font-size: 18px;
    margin-top: 3px;
}
.lm>div:hover .lm_txt{
    color: #fff !important;
}

.lm>div:nth-child(2) .lm_txt{
    font-size: 16px;
    margin-top: 0;
}
.lm>div:nth-child(5) .lm_txt{
    margin-top: 10px;
}
.lm>div:nth-child(1):hover{
    background-color: #48A8AB;
    border-color: #48A8AB;
}
.lm>div:nth-child(2):hover{
    background-color: #BC2D2D;
    border-color: #BC2D2D;
}
.lm>div:nth-child(3):hover{
    background-color: #7DB850;
    border-color: #7DB850;
}
.lm>div:nth-child(4):hover{
    background-color: #AA5DBD;
    border-color: #AA5DBD;
}
.lm>div:nth-child(5):hover{
    background-color: #4BB2D2;
    border-color: #4BB2D2;
}
.lm>div:nth-child(6):hover{
    background-color: #F8865D;
    border-color: #F8865D;
}
.img2{
    display: none;
}