* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

html {
    min-width: 1280px
}

a {
    text-decoration: none;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ml10 {
    margin-left: 10px;
}

.mt30 {
    margin: 30px auto;
}

.ml42 {
    margin-left: 42px
}

/* 回到顶部 */
.return-top {
    width: 54px;
    height: 54px;
    position: fixed;
    right: 60px;
    bottom: 350px;
    display: none;
    cursor: pointer;
    background: url('../images/rtop.png') no-repeat center center;
    background-color: #d9e0e7;
    z-index: 10;
}

.return-top:hover {
    background: url('../images/rtop2.png') no-repeat center center;
    background-color: #d9e0e7;
}

/* 头部第一屏 */
.top-bg {
    background: url('../images/topbg.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-width: 1200px;
    height: 700px;
    box-sizing: border-box;
    padding-top: 30px;
}

.topmsg {
    width: 1200px;
    height: 50px;
    margin: auto;
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
    top: 13px;
}

.wp_nav .nav-item a span.item-name {
    color: #fff;
    padding: 0;
}

.nav {
    position: absolute;
    left: 350px;
    margin-top: 10px;
}

.nav li {
    list-style: none;
    float: left;
    padding: 8px 15px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.nav li:hover {
    background-color: rgba(96, 128, 245, .6);
    border-radius: 30px;
}

.lores {
    position: absolute;
    right: 0;
    margin-top: 13px;
    text-align: right;
}

.lores a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    width: 95px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
}

.login {
    background-color: #f6bf21;

}

.login1 {
    background: none;
}

.login2 {
    background-color: #f6bf21;
}

.nav li.selected {
    padding-bottom: 8px !important;
}

.nav li.selected::after {
    content: "";
    width: 2em;
    height: 2px;
    background-color: #f6bf21;
    position: absolute;
    left: 50%;
    bottom: -0.3rem;
    transform: translateX(-50%);
}

.banner-con {
    width: 1200px;
    height: 520px;
    margin: 35px auto 0 auto;
    position: relative;
}

.icons {
    position: absolute;
    bottom: 16px;
    left: 27px;
}

.icons span {
    margin-right: 16px;
    cursor: pointer;
}

/* banner */
.ban_box {
    width: 1200px;
    height: 520px;
    margin: 35px auto 0 auto;
}


/*轮播视频*/
.change {
    position: relative;
    z-index: 4;
    width: 1200px;
    height: 520px;
    margin: 35px auto 0 auto;
}

.banners {
    position: absolute;
    z-index: 10001;
    left: 0;
    height: 30px;
    bottom: 50px;
    left: 600px;
}

.banners ul {
    overflow: auto;
    zoom: 1;
}

.banners ul li {
    list-style: none;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.banners ul li a {
    color: #036;
    display: inline-block;
    height: 10px;
    width: 9px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}

.banners ul li a.ehover {
    background: #900;
    width: 27px;
    height: 26px;
    background: url('../images/bg.png') center;
    color: #FFF;
}

.img {
    position: absolute;
    z-index: 1000;
    width: 1200px;
    height: 520px;
    overflow: hidden;
}

.img ul {
    overflow: auto;
    zoom: 1;
    list-style: none;
    position: absolute;
    z-index: 101;
    left: 0;
    top: 0;
}

.img ul li {
    width: 1200px;
    height: 520px;
    float: left;
    position: relative;
}

.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

/*轮播视频end*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    background: #4b96fe;
    border: 1px solid #4b96fe;
    border-radius: 50%;

}

.icon {
    width: 50px;
    height: 50px;
    background: url('../images/a1.png');
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
}

.icon1 {

    background: url('../images/a2.png');
}

.icon2 {
    background: url('../images/a3.png');
}

video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

/* 第二屏内容 */
.h24-title {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 30px;
    font-weight: 600;
}

.mlp36 {
    margin-left: 36%;
}

.more {
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.more:hover {
    color: #0da8ff;
}

.activities {
    position: relative;
    height: 420px;
}

.pin {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 42%;
    height: 420px;
}

.pin-item {
    position: relative;
    display: inline-block;
    margin-right: -5px;
    margin-top: -4px;
}

.pin-item img {
    width: 240px;
    height: 190px;
}

.pin-item p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 25%;
    width: 165px;
}

.pin-item .pin-rp {
    left: 16px;
}

.news-list {
    position: absolute;
    top: -5px;
    right: 0;
    background-color: #fff9e8;
    width: 65%;
    height: 380px;
    z-index: 2;
    box-sizing: border-box;
    padding-left: 100px;
    padding-top: 42px;
}

.news-item {
    margin-bottom: 15px;
}

.news-item span {
    display: inline-block;
    width: 25px;
    height: 26px;
    background: url(../images/tg.png) no-repeat center;
}

.news-list .news-item:nth-child(-n+3) span {
    background: url(../images/tr.png) no-repeat center;
}

.news-title {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    width: 546px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
}

.news-title a {
    text-decoration: none;
    color: #333;
}

.news-title a:hover {
    font-size: 20px;
    color: #0da8ff;
}

/* 第三屏 */
.sub-nav {
    margin-left: 60px;
    margin-top: 5px;
}

.sub-nav li {
    float: left;
    list-style: none;
    font-size: 16px;
    margin-right: 46px;
    cursor: pointer;
    color: #333;
}

.sub-nav li a {
    color: #333;
}

.sub-nav li:hover,
.sub-nav li:hover a {
    color: #0da8ff;
}

li.active-sub,
li.active-sub a {
    color: #0da8ff;
}

.verm {
    margin-right: 8px;
}

.verm img {

    margin-top: -7px;
}

.verm2 img {
    vertical-align: middle;
}

.bg-grey {
    background-color: #f3f5f7;
    padding: 30px 0 10px;
}

.resourse-con li {
    list-style: none;
    float: left;
    width: 285px;
    height: 295px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 20px 20px 0;
}

.resourse-con li:nth-child(4n+4) {
    margin-right: 0;
}

.resoursePic {
    -width: 308px;
    height: 210px;
}

.resoursePic img {
    width: 100%;
    height: 100%;
}

.h18-title {
    min-height: 50px;
}


.h18-title a {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    font-weight: 600;
}

.h18-title2 a {
    font-size: 16px;
    color: #555;
    line-height: 50px;
}

.resourse-msg {
    padding: 0 14px;
}

.resourse-msg span {
    color: #666;
}

/* 第四屏 */
.study-con li {
    list-style: none;
    float: left;
    width: 588px;
    height: 247px;
    border-radius: 5px;
    background-color: #f3f5f7;
    margin: 0 24px 24px 0;
    box-sizing: border-box;
    padding: 22px;
}

.studyPic img {
    width: 256px;
    height: 205px;
}

.study-con li:nth-child(even) {
    margin-right: 0;
}

.study-msg {
    margin-left: 24px;
}

.h18-title:hover {
    color: #0da8ff;
}

.study-con .fr {
    width: 280px;
}

.student-text a {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.g16-text {
    font-size: 16px;
    color: #666666;
}

/* 第五屏 */
.room-con li {
    list-style: none;
    float: left;
    width: 386px;
    height: 249px;
    border-radius: 5px;
    background-color: #fff;
    margin: 0 20px 20px 0;
    box-sizing: border-box;
    padding: 22px 15px 0 15px;
    position: relative;
}

.room-con li:nth-child(3n+3) {
    margin-right: 0;
}

.head-icon {
    width: 52px;
    height: 52px;
}

.head-icon img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.pagesw {
    text-align: center;
}

.pagesw p {
    border: 1px solid #ddd;
    padding: 8px 10px;
    display: inline-block;
    cursor: pointer;
}

.pagesw p:hover {
    background: #0da8ff;
    color: #fff;
}

.roomPic {
    width: 150px;
    height: 110px;
    display: inline-block;
    margin-top: -52px;
    margin-left: 10px;
}

.roomI {
    font-size: 15px;
    color: #666;
    margin: 5px 0 0 5px;
    width: 120px;
    height: 50px
}

.roomI p span {
    color: #333;
}

.roomPic img {
    width: 100%;
    height: 100%;
}

.room-item {
    display: flex;
}

.h14-text {
    font-size: 14px;
    margin-top: 12px;
}

.room-bottom {
    position: absolute;
    bottom: 14px;
    width: 90%;
}

.room-msg {
    display: flex;
    justify-content: space-between;

}

.dengji {
    color: #808080;
}

.dengjiz {
    color: #333;
}

.room-text {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin: 12px auto;
    /* -word-break: break-all;
    -white-space: pre-wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden; */

}

.grey-line {
    height: 1px;
    background-color: #f2f2f2;
}

/* 第六屏 */
.sc-con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.left-arrow {
    position: absolute;
    top: 30%;
    left: 0;
    cursor: pointer;
}

.right-arrow {
    position: absolute;
    top: 30%;
    right: 0;
    cursor: pointer;
}

.school-con>ul>li {
    list-style: none;
    float: left;
    width: 380px;
    height: 360px;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 20px;
    overflow: hidden;
}

.school-con3>ul>li {
    margin-bottom: 50px;
}

.school-con>ul>li:nth-child(3) {
    margin-right: 0;
}

.schoolPic {
    -width: 419px;
    height: 240px;
}

.schoolPic img {
    width: 100%;
    height: 100%;
}

.school-msg {
    padding: 6px 12px;
}

.school-text,
.school-text a {
    font-size: 14px;
    line-height: 23px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 第七屏 */
.tools-con li {
    width: 225px;
    height: 225px;
    float: left;
    list-style: none;
    margin-right: 18px;
    box-sizing: border-box;
    padding-top: 25px;
}

.tools-con li:nth-child(5) {
    margin-right: 0;
}

.rshw,
.gshw,
.bshw {
    background: url('../images/rshw.png') no-repeat;
    background-size: 100% 100%;
    width: 245px;
    height: 245px;
    cursor: pointer;
}

.gshw {
    background: url('../images/gshw.png') no-repeat;
    background-size: 100% 100%;
}

.bshw {
    background: url('../images/bshw.png') no-repeat;
    background-size: 100% 100%;
}

.czzq {
    background: url('../images/czzq.png') no-repeat;
    background-size: 100% 100%;
}

.sjtj {
    background: url('../images/sjtj.png') no-repeat;
    background-size: 100% 100%;
}

.toolsPic {
    width: 132px;
    height: 132px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.toolsPic img {
    width: 100%;
    height: 100%;
}

.tools-con li p {
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 60px;
}

/* 底部 */
.footer {
    background: url('../images/footer-bg.png') no-repeat;
    background-size: 100% 100%;
    min-width: 1200px;
    height: 348px;
    box-sizing: border-box;
    padding-top: 56px;
}

.foot-title {
    margin-left: -65px;
}

.footer-text {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.num-text {
    font-size: 24px;
}

.code {
    width: 121px;
    height: 151px;
    margin-left: 20px;
}

.codePic {
    width: 121px;
    height: 121px;
}

.codePic img {
    width: 100%;
    height: 100%;
}

.code p {
    color: #fff;
    font-size: 16px;
    line-height: 50px;
}


/*搜索*/
/**wp_search_single**/
.wp_search {}

.wp_search .search_head {
    height: 100px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.wp_search .head_top {
    width: 1000px;
    margin: 0 auto;
}

.wp_search .search_logo {
    width: 278px;
    height: 100px;
    float: left;
    position: relative;
}

.wp_search .search_logo img {
    height: auto !important;
    /* margin-top:28px; */
    position: absolute;
    top: 0;
    bottom: 0;
    /* right:0px; */
    left: 0px;
    margin: auto;
}

.wp_search .search_tool {
    padding-top: 20px;
    zoom: 1;
}

.wp_search .search_tabs {
    margin-bottom: 0px;
    height: 24px;
}

.wp_search .search_tabs .tab_item {
    display: inline-block;
    float: left;
    width: 49px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
}

.wp_search .search_tabs .selected_item {
    cursor: default;
    background-color: #cecece;
    color: #00468E;
    font-weight: bold;
}

.wp_search .search_tabs .selected_item:hover {
    text-decoration: none;
}

.wp_search .search_input {
    display: inline-block;
    /* float: left; */
}

.wp_search .input_keyword {
    position: relative;
    margin-right: 5px;
    height: 30px;
    border: 1px solid #ababab;
    background: #fff;
}

.wp_search .input_keyword .search_keyword {
    width: 424px;
    height: 16px;
    float: left;
    border: 0;
    margin: 6px 8px;
    font: 15px arial;
    vertical-align: top;
}

.wp_search .input_submit {
    background: url(img/search_form.png) -202px 0 no-repeat;
    vertical-align: top;
}

.wp_search .input_submit .search_submit {
    width: 95px;
    height: 32px;
    border: 0;
    font-size: 15px;
    color: #fff;
    margin: 0 2px 2px 0;
    background: #00468E;
    cursor: pointer;
}

.wp_search .input_submit .search_submit:active {
    background-position: -100px 0;
}

.wp_search .search_advanced {
    vertical-align: top;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-left: 5px;
    font-size: 15px;
    color: #00468E;
}

.wp_search .search_middle {
    width: 998px;
    /* border: 1px solid #e5e5e5; */
    margin: 0 auto;
    position: relative;
    background-color: #fdfdfd;
}

.wp_search .search_middle .search_switch {
    display: block;
    width: 13px;
    height: 14px;
    background: url(images/search_form.png) no-repeat 0px -44px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: -7px;
}

.wp_search .search_middle .close_switch {
    background-position: -14px -44px;
}

#search_middle .result_bar_content {
    display: inline-block;
    padding: 6px;
}

.wp_search .search_filters {
    padding: 10px 0;
    display: none;
    border: 1px solid #e5e5e5;
}

.wp_search .search_filters .filters_list {
    margin: 0px 20px;
    overflow: hidden;
}

.wp_search .search_filters label {
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
}

.wp_search .search_filters .filter_btn {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 7px;
    background-color: #E0E0E0;
    color: #555;
    text-decoration: none;
}

.wp_search .search_filters .filter_btn:hover {
    background-color: #337ab7;
    color: #fff;
}

.wp_search .search_filters .filters_radio {
    width: 958px;
    height: 15px;
    margin-bottom: 7px;
    padding-left: 20px;
}

.wp_search .filters_radio .filter {
    float: left;
    display: inline-block;
    height: 15px;
    line-height: 13px;
    margin-right: 5px;
}

.wp_search .filters_radio .filter input {
    margin: 0px 3px 0 0;
}

.wp_search .filters_text .filter_item {
    float: left;
    margin: 5px 0;
}

.wp_search .filters_text .filter {
    position: relative;
}

.wp_search .filters_text .filter .time_picker {
    display: block;
    width: 16px;
    height: 15px;
    position: absolute;
    right: 3px;
    bottom: 5px;
    background: url(search_form.png) no-repeat -29px -45px;
    cursor: pointer;
}

.wp_search .filters_text .filter .time_picker:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.wp_search .filters_text .filter_item label {
    float: left;
    display: inline-block;
    width: 70px;
    text-align: right;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
    vertical-align: top;
}

.wp_search .filters_text .filter_item input {
    float: left;
    vertical-align: top;
    margin-left: 5px;
    border: 1px solid #999;
    width: 156px;
    height: 15px;
    font-size: 13px;
    padding: 4px 2px;
    display: inline;
}

.wp_search .filters_text .filter_item .datebox,
.wp_search .filters_text .filter_item .combo {
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #999;
    width: 160px;
    font-size: 13px;
}

.wp_search .filters_text .filter_item .datebox input {
    margin: 0px;
    width: 136px !important;
    border: 0;
}

.wp_search .filters_text .filter_item .combo input {
    margin: 0px;
    width: 136px !important;
    border: 0;
}

.wp_search .filters_text .filter_item input:focus {
    border: 1px solid #337ab7;
    outline: none;
}

.wp_search .filters_text .filter_item input.combo-text:focus {
    border: 0px solid #337ab7;
}

.wp_search .filters_text .filter_item .combo:hover {
    border-color: #337ab7;
    box-shadow: 0 0 0px 0 #95B8E7;
}

.wp_search .filters_text .filter_item label3 input {
    width: 15px;
    vertical-align: bottom;
}

.comboSelect {
    margin-left: 8px;
    width: 120px;
}

#filter_time input {
    border: 0;
    width: 120px;
}

#filter_org input {
    border: 0;
    width: 120px
}

#filter_ml input {
    border: 0;
    width: 120px
}

.wp_search .search_filters .filters_btn {
    /* height: 22px; */
    margin-top: 5px;
}

.wp_search .search_body {
    margin-top: 20px;
}

.wp_search .search_results {
    width: 1000px;
    margin: 0 auto;
}

.wp_search .result_item {
    padding-bottom: 14px;
}

.wp_search .result_item h3 {
    line-height: 1.54;
    font-weight: normal;
    font-size: 16px;
}

.wp_search .result_item h3 a {
    font-size: 16px;
    /* color: #00468e; */
    text-decoration: underline;
}

.wp_search .result_item em {
    font-style: normal;
    color: #cc0000;
}

.wp_search .result_item a em {
    text-decoration: underline;
}

.wp_search .result_item .item_summary {
    color: #333333;
    font-size: 13px;
    line-height: 1.54;
    word-break: break-all;
}

.wp_search .result_item .item_metas {
    font-size: 13px;
    line-height: 1.54;
    /* white-space:nowrap; */
    color: #666;
    padding-right: 10px;
}

.wp_search .result_item .item_picture {
    float: left;
    _display: inline;
    margin-right: 7px;
    margin-top: 5px;
}

.wp_search .result_item .item_image {
    width: 80px;
}

.wp_search .result_item .item_hasImage {}

.wp_search .result_item .meta_column a {
    color: #1b9350
}

.wp_search .search_pages {
    width: 1000px;
    margin: 0 auto;
    line-height: 30px;
}

.wp_search .search_pages .page {
    float: left;
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid #e1e2e3;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 10px;
}

.wp_search .search_pages a.page:hover {
    background: #f2f8ff;
    border: 1px solid #333;
    cursor: pointer;
    color: #222;
}

.wp_search .search_pages .current {
    cursor: default;
    border-color: #fff;
    font-weight: bold;
    color: #222;
}

.wp_search .search_pages .prev,
.wp_search .search_pages .next .last {
    /* width: 60px; */
}

.wp_search .search_pages .next {
    width: 60px;
}

.wp_search .search_pages .next,
.wp_search .search_pages .last,
.wp_search .search_pages .first,
.wp_search .search_pages .prev {
    float: left;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    padding: 0px 6px;
    font-size: 14px;
    border: 1px solid #e1e2e3;
    line-height: 30px;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 10px;
}

.wp_search .search_pages a.next:hover,
.wp_search .search_pages a.last:hover,
.wp_search .search_pages a.first:hover,
.wp_search .search_pages a.prev:hover {
    background: #f2f8ff;
    border: 1px solid #333;
    cursor: pointer;
    color: #222;
}

.wp_search .items_num {
    display: inline-block;
    line-height: 20px;
    padding: 5px 0;
    float: left;
    color: #999;
    margin-left: 10px;
}

@media screen and (max-width:999px) {
    .wp_search {}

    .wp_search .search_tool,
    #search_middle,
    #search_body {
        margin: 5px 10px 0px;
    }

    .wp_search .search_logo {
        float: none;
        width: 100%;
        height: 80px;
        margin: 0 auto;
        background-position: center center;
        background-color: #f5f5f5;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
    }

    .wp_search .search_logo img {
        /* margin:10px auto 0px; */
        height: auto !important;
        /* position: relative; */
        right: 0px;
        */
    }

    .wp_search .search_head {
        background: none;
        border-bottom: none;
        height: auto;
    }

    .wp_search .search_filters .filter_btn {
        margin-left: 74px;
        margin-top: 5px;
    }

    .wp_search .head_top {
        width: auto;
        overflow: hidden;
    }

    .wp_search .head_top .input_keyword {
        margin-bottom: 5px;
    }

    .wp_search .search_middle .search_switch {
        display: none;
    }

    .wp_search .result_item .item_image {
        width: 120px;
    }

    .wp_search .search_middle {
        width: auto;
        background: none;
        /* border:0; */
    }

    .wp_search .search_results {
        width: auto;
    }

    /*.wp_search .result_item .item_metas span {white-space:nowrap; }*/
    .wp_search .search_pages {
        width: auto;
    }

    .wp_search .search_filters .filters_radio {
        width: auto;
        padding-left: 0;
    }

    .wp_search .search_filters .filters_list {
        width: auto;
        margin: 0;
    }

    .wp_search .items_num {
        margin-left: 0px;
    }

    .wp_search .input_keyword .search_keyword {
        width: 90%;
    }
}

.wp_search .filters_text .filter_item1 {
    float: left;
    margin: 5px 0;
}

.wp_search .filters_text .filter_item1 label {
    float: left;
    display: inline-block;
    width: 70px;
    text-align: right;
    height: 15px;
    line-height: 15px;
    margin-top: 5px;
    vertical-align: top;
}

.wp_search .filters_text .filter_item1 .datebox,
.wp_search .filters_text .filter_item1 .combo {
    vertical-align: middle;
    margin-left: 5px;
    border: 1px solid #999;
    width: 79px;
    font-size: 13px;
}

.wp_search .filters_text .filter_item1 .datebox input {
    margin: 0px;
    width: 63px !important;
}

.wp_search .filters_text .filter_item1 .combo input {
    margin: 0px;
    width: 63px !important;
}

.wp_search .filters_text .filter_item1 input:focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    border: 0px solid #4d90fe;
    outline: none;
}




/* 2020-5-29修改 */
.moreNews {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 22323;
}

.wytg {
    position: absolute;
    right: 0;
    top: -34px;
    z-index: 2323;
    cursor: pointer;
}

.wdl {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 100000;
    text-align: center;
    display: none
}

.wdl_c {
    position: absolute;
    z-index: 233;
    top: -500px;
    left: 50%;
    margin-top: -277px;
    margin-left: -190px;
}

.wdl .imga {
    margin: 0 0 20px 0;
}

.nofind {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 100000;
    text-align: center;
    display: none;
    cursor: pointer;
}

.nofind_c {
    position: absolute;
    z-index: 233;
    top: -500px;
    left: 50%;
    margin-top: -230px;
    margin-left: -190px;
}

.nofind .imga {
    margin: 0 0 20px 0;
}

/* 创客研学列表详情页 */
.yx-detail {
    min-height: 1268px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 24px 40px;
}

.yx-banner {
    width: 493px;
    height: 296px;
    margin-right: 28px;
}

.yx-banner img {
    width: 100%;
    height: 100%;
}

.yx-banner-title {
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 40px;
}

.yx-banner-text {
    width: 595px;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #333333;
}

.yx-banner-msg p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
}

.hxsh-title {
    background-color: #ff7c72;
    color: #fff;
    font-size: 16px;
    padding: 10px 26px;
    display: inline-block;
}

.arrange-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.arrange-text {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    line-height: 30px;
    text-indent: 1em;
    color: #333333;
}

.yxrc-title {
    color: #fff;
    font-size: 16px;
    padding: 10px 73px 10px 26px;
    background-color: #33c189;
    display: inline-block;
    margin-top: 50px;
}

.headlines_detail-con img {
    max-width: 100%
}