
.wrap1 {
    width: 1170px;
    margin: 0 auto;
}

/* index */

#content {
    overflow: hidden;
    padding-bottom: 30px;
}

#container {
    width: 860px;
    min-height: 500px;
    float: right;
    background: #fff;
    padding: 40px;
}

#container1 {
    width: 100%;
    min-height: 500px;
}

.messageBox {
    width: 266px;
    height: 390px;
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 1px rgba(34, 37, 42, 0.18);
    position: absolute;
    top: -200px;
    right: 110px;
    padding: 23px;
    box-sizing: border-box;
    display: none;
}

.messageBox input {
    width: 220px;
    height: 34px;
    padding-left: 5px;
    font-size: 14px;
    border: 1px solid #E0E0E0;
    margin-bottom: 14px;
}

.messageBox textarea {
    width: 220px;
    height: 56px;
    padding-left: 5px;
    font-size: 14px;
    resize: none;
    border: 1px solid #E0E0E0;

}

.messageBox .checkBox input {
    width: 100px;
    float: left;
    margin-top: 10px;
    margin-right: 6px;

}

.messageBox .checkBox img {
    width: 100px;
    display: inline-block;
    height: 35px;
}

.messageBox button {
    width: 115px;
    height: 34px;
    background: #E0E0E0;
    line-height: 34px;
    text-align: center;
    color: #333;
    outline: none;
    border: none;
}

.collectImg {
    width: 100%;
    margin-top: 20px;
}

.first_item .swiper-container {
    width: 640px;
    height: 400px;
    overflow: hidden;
    float: left;
    position: relative;
}

.banner_title {
    height: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
    color: #fff;
    text-align: center;
    padding-top: 12px;
}

.banner_title a {
    color: #fff;
}

/* list */

.first_item {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-top: 20px;
}

.seconed_item {
    width: 540px;
    overflow: hidden;
}

.list_item {
    width: 100%;
}

.item_fl {
    float: right;
}

.list_item .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #E9F2FF;
    position: relative;
}

.list_item .title span {
    font-size: 18px;
    color: #15c288;
    display: inline-block;
}

.list_item.bgitem .title span {
    width: 128px;
    height: 50px;
    text-align: center;
    color: #fff;
    position: relative;
}

.list_item .title::before {
    width: 128px;
    height: 60px !important;
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #15c288;
    transform: perspective(40px) rotateX(6deg);
    transform-origin: bottom left
}

.list_item .title a {
    float: right;
    color: #15c288;
    padding-right: 10px;
}

.titleList {
    padding: 20px 20px 0;
    background: #fff;
}

.titleList h3 {
    font-size: 18px;
    padding: 10px 0;
}

.titleList .summary {
    color: #666;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #D6D6D6;
    text-indent: 2em;
}

.titleList2 .listImg {
    display: inline-block;
    width: 200px;
    height: 150px;
    margin-right: 20px;
}

.titleList2 .listImg img {
    width: 100%;
}

.titleList2 .listSummary {
    float: right;
    width: 330px;
}

.titleList2 .listSummary p {
    line-height: 24px;
}

.listItem {
    padding: 10px 20px;
    background: #fff;
}

.listItem li {
    line-height: 40px;
    color: #4D4D4D;
    font-size: 15px;
}

.listItem li:hover a {
    color: #15c288;
}

.nav_items2 .sort:nth-child(2n+1) {
    margin-right: 20px;
}

.listItem li span {
    float: right;
}

.nav_items {
    overflow: hidden;
}

.nav_items .header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 16px;
}

.header a:first-child {
    color: #15c288;
    font-size: 18px;
}

.more {
    color: #808080;
}

.nav_items .sort {
    width: 590px;
    float: left;
    overflow: hidden;
    margin: 15px 0;
}

.nav_items .sort:first-child {
    margin-right: 15px;
}

.banner_middle {
    width: 100%;
    height: 260px;
    background: url(../images/search.jpg);
    position: relative;
}

.banner_middle .search-field {
    width: 600px;
    height: 52px;
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.banner_middle input[type="text"] {
    width: 480px;
    font-size: 14px;
    color: #4D4D4D;
    border: none;
    outline: none;
    background-color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    border-radius: 0;
    padding-left: 20px;
    float: left;
}

.banner_middle .search-btn {
    width: 110px;
    height: 52px;
    line-height: 52px;
    background-color: #CE2516;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    float: left;
}

.nav_items2 .header {
    margin: 0;
    border-bottom: 1px solid #15c288;
}

.md_bg {
    width: 100%;
}

.nav_items_td {
    width: 100%;
    background: #fff;
}

.nav_items_td .sort {
    width: 386px;
    margin-right: 20px;
}

.nav_items_td .sort:last-child {
    margin-right: 0px;
}

.nav_items_td .sort .listItem {
    padding: 5px 5px 5px 15px;
}

.nav_items_td .sort:last-child .header {
    border-bottom: 0;
}

.nav_items_td .content_ico {
    width: 168px;
    height: 90px;
    margin-right: 20px;
}


.link_box .title {
    width: 100%;
    line-height: 50px;
    background: #fff;
    color: #15c288;
    padding-left: 20px;
    font-size: 18px;
    margin: 20px 0 10px;
}

.link_img {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.swiperimg {
    width: 86%;
    overflow: hidden;
    margin: 0px auto;
    margin-top: 12px;
}

.swiperimg .swiper-slide img {
    width: 100%;
    height: 60px;
}

.swiperimg .swiper-slide {
    width: 236px !important;
    height: 60px;
}

.ttprev {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 43px;
    height: 55px;
    background: url(../images/prev.png);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
}

.ttnext {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 43px;
    height: 55px;
    background: url(../images/next.png);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
}

/*  列表*/

.sort_name {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.organization {
    padding: 35px 40px;
}

.organization p {
    text-align: center;
    line-height: 24px;
    padding: 5px 0;
}

.btnMore {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #2966b1;
    text-align: center;
    letter-spacing: 8px;
    margin: 20px auto;
    border-radius: 20px;
}

.btnMore a {
    color: #fff;
}

.rotation {
    width: 100%;
    height: 160px;
    overflow: hidden;
}

.rotation img {
    width: 250px;
    height: 160px;
    /* margin-right: 20px; */
}

.titleActive:hover {
    color: #15c288;
}

.loglist li.con {
    border-bottom: 1px #D6D6D6 dashed;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 20px 0;
}

.loglist li.con i {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #15c288;
    padding-right: 5px;
}

.loglist li.con span {
    float: right;
}

.loglist li.con:hover a {
    color: #15c288;
}

#container .loglist li.con .desc {
    text-indent: 10px;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}

#container1 .loglist li.con .desc {
    text-indent: 10px;
    font-size: 14px;
    color: #666;
}

/* Right */

#sidebar {
    float: left;
    width: 290px;
    display: inline-block;
}

#sidebar .nav_items .sort {
    width: 100%;
    font-size: 14px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

#sidebar .listItem {
    padding: 0;
}

#sidebar .listItem li {
    font-size: 14px !important;
    padding: 0 5px;
}

.list-group-item-header {
    width: 100%;
    line-height: 60px;
    background: #15c288;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-group-item1 {
    width: 100%;
    line-height: 60px;
    background: #fff;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
}
.list-group-item1 a{
    width: 100%;
    height: 100%;
    display: block;
}
.list-group-item1:hover {
    background: rgb(241, 241, 241);
}

.calendar {
    width: 100%;
    border-collapse: collapse;
}

.calendar td {
    font-size: 12px;
    text-align: center;
    border: 1px #eee solid;
    padding: 1px 5px;
    line-height: 20px;
}

.calendar td.day {
    background: #eee
}

.calendar td.day a {
    color: #15c288
}

.calendar .sun {
    color: #333;
    font-weight: bold
}

/* PageNav */

#pagenavi {
    text-align: center;
    padding: 25px 0;
    overflow: hidden;
    clear: both
}

#pagenavi a,
#pagenavi span {
    display: inline-block;
    font: 14px/20px Arial;
    border-radius: 3px;
    padding: 6px 12px;
    margin: 0 3px;
    height: 20px;
    border: 1px solid #ddd;
    background: #FFF
}

#pagenavi a:hover {
    color: #fff;
    border-color: #15c288;
    background: #15c288
}

#pagenavi span {
    color: #aaa;
    background: #f6f6f6
}

/* Foot */

#footerbar {
    width: 100%;
    height: 160px;
    font-size: 14px;
    color: #f5f5f5;
    background: #15c288;
    text-align: center;
    padding: 30px 0;
}

#footerbar span {
    margin-right: 20px;
}

#footerbar p {
    line-height: 30px;
    margin-bottom: 10px;
}

#backtop {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 170px;
    margin-left: 625px;
    color: #888;
    font-size: 32px;
    text-align: center;
    cursor: pointer;
    transition: all .3s linear;
}

#backtop:hover {
    color: #f90
}

/* 内容 */

.logbox h1 {
    color: #000;
    font-size: 40px;
    line-height: 36px;
    font-weight: 500;
    padding: 15px 0;
    text-align: center;
    font-size: 22px;
}

.logbox .data {
    text-align: center;
    color: #999;
    margin-bottom: 20px;
}

.logcon p {
    margin: 0.5em 0;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 30px;
}

.logcon a {
    color: #001c46
}

.logcon img,
.logcon embed,
.logcon iframe {
    max-width: 98% !important;
}

.logcon img {
    height: auto !important
}

.logbox .tags {
    padding: 5px 0;
}

.nextlog {
    padding-top: 10px;
    font-size: 15px;
    line-height: 30px;
}

.link-box {
    padding: 15px 0;
    overflow: hidden;
    clear: both
}

.link-box h3 {
    font-size: 18px;
    padding: 4px;
    background: #15c288;
    color: #fff;
    width: 85px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}

.pagess ul li:hover {
    background: #15c288;
    color: #fff;
    border: 1px solid #15c288
}

.pagess ul li:hover a {
    color: #fff;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #15c288;
    padding: 2px 9px;
    margin: 0 3px;
    background: #15c288;
    color: #fff;
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}

/* 分页样式 */

.paging {
    margin-top: 32px;
    font-size: 14px;
    text-align: center;
}

.paging>span {
    margin: auto 16px;
}

.paging .page-numbar {
    margin: auto 0;
}

.paging .page-numbar .page-num,
.paging .page-index,
.paging .page-pre,
.paging .page-next,
.paging .page-last {
    display: inline-block;
    margin: auto 4px;
    padding: 2px 12px;
    border: 1px solid #EEE;
    border-radius: 2px;
    background-color: #FFFFFF;
}

.paging .page-numbar .page-num-current,
.paging .page-numbar .page-num:hover {
    border-color: #15c288;
    color: #15c288;
}

.paging a {
    color: #333333
}

.paging a:hover {
    color: #15c288
}

/* 查询页面 */
.searchBomb {
    width: 520px;
    margin: 20px auto;
}

.searchBomb>input {
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: inline-block;
    outline: none;
    padding-left: 16px;
}

.searchBomb>span {
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background: #cb1019;
    color: #fff;
    text-align: center;
    float: right;
    cursor: pointer;
}

.result .companyName {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #15c288;
    margin-bottom: 16px;
}

.result .tableBox {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
    opacity: 1;
}

table {
    margin: 0 auto;
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333ff;
    table-layout: fixed;
}

.f_t1 td,
.f_t1 th {
    height: 48px;
}

.f_t1>tbody>tr {
    border-bottom: 1px solid #DCDEE0;
}

.f_t1 th {
    border-bottom-width: 2px;
    text-align: center;
    background: #EBF2FD;
    padding: 5px;
}

.f_t1 tr {
    background-color: #fff;
}

.result p {
    font-size: 18px;
    font-weight: 500;
    color: #15c288;
    padding: 32px 0px 16px 0px;
}

.result .companyName {
    padding-top: 0px;
}

.nodata {
    display: block;
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #323233;
}

.result .f_t2 {
    border-style: hidden;
}

.des a {
    font-size: 16px;
}




@media screen and (min-width: 320px) and (max-width: 991px) {
    .tag_position {
        display: none;
        line-height: 60px;
        margin: 0;
    }
    .txt-head {
        font-size: 18px;
        font-weight: 500;
        color: #323233;
        text-align: center;
        line-height: 48px;
        margin-top: 15px;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .txt-head div a{
        position: absolute;
        right: 15px;
        top: 1px;
        font-size: 15px;
        color: #15c288;
    }
    .live-open-course{
        background-color: #fff !important;
    }
    .wrap1{
        width: 100%;
    }
    #container{
        width: 100%;
        padding: 10px;
    }
    #sidebar{
        display: none;
    }
}
@media only screen and (min-width: 992px) {
    .tag_position {
        line-height: 60px;
        margin: 0;
    }
    .txt-head {
       display: none;
    } 
}


.onlineMessage h3 {
    font-size: 20px;
    color: #15c288 !important;
    text-align: center;
    font-weight: normal;
}
.onlineMessage h3 {
    color: #15c288 !important;
}
.required{
    color: #e60012;
    margin-right: 5px;
}
.onlineForm{
    margin-top: 30px;
}
.onlineGroup{
    display: flex;
}
.onlineGroup label{
    width: 100px;
    display: inline-block;
    text-align: end;
    margin-right: 10px;
}
.form-control{
    flex: 1;
}

.onlineGroup input {
    width: 500px;
    height: 42px;
    background: #f5f5f5;
    border: none;
    padding: 0 16px;
    color: #333;
    background: #fff;
    border: 1px solid #eee;
    margin-right: 0;
}
.onlineGroup textarea{
    margin-right: 0;
    border: 1px solid #eee;
}

.onlineInp{
    text-align: center;
    margin-top: 30px;
}

.onlineInp input.send-btn {
    cursor: pointer;
    background: #15c288;
    border-radius: 4px;
}

.onlineInp input {
    width: 160px;
    height: 44px;
    border: none;
    background: #ccc;
    color: #fff;
    font-size: 16px;
}

.onlineForm1{
    margin-top: 30px;
	display: flex;
    justify-content: center;
}

.onlineForm1 img{
	width: 80%;
	height: auto;
}