* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background-color: rgb(245, 245, 245);
}

a {
    text-decoration: none;
}

.head {
    width: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.headCenter {
    width: 1200px;
    height: 160px;
    margin: auto;
    background: url(../images/bg1.png) no-repeat;
    background-size: 100% 100%;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headLeft {
    width: 510px;
    height: 54px;
    display: flex;
    justify-content: space-between;
}

.logo {
    vertical-align: middle;
}

.logo_text {
    font-size: 24px;
    font-weight: 500;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.phoneRight {
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.phoneType {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.phoneType img {
    width: 100px;
}

.headLearnButton {
    width: 116px;
    height: 40px;
    font-size: 14px;
    background-color: #e50914;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.headLearnButton a {
    color: #fff;
}

.headH5Button {
    width: 116px;
    height: 40px;
    font-size: 14px;
    background-color: #e50914;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.headH5Button a {
    color: #fff;
}

.headH5Button:hover .phoneImg {
    display: block;
}

.phoneImg {
    width: 100px;
    position: absolute;
    bottom: -104px;
    left: 10px;
    display: none;
}

.nav {
    width: 100%;
    background-color: #0056D2;
}

.navCenter {
    width: 1200px;
    height: 72px;
    margin: auto;
}

.navUl {
    display: flex;
    justify-content: flex-star;
    /* justify-content: space-between; */
    align-items: center;
}

.navUl li {
    /* width: 20%; */
    width: 150px;
    height: 72px;
    float: left;
    font-size: 18px;
    font-weight: 700;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.navUl li a {
    color: #fff;
}

.banner {
    width: 100%;
    height: 420px;
    margin-top: 20px;
}

.bannerContent {
    width: 1200px;
    height: 420px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.bannerLeft {
    width: 225px;
    height: 420px;
    background-color: #272C32;
}

.bannerUl li {
    width: 225px;
    height: 60px;
    color: #B8B8B8;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.bannerUl li:hover {
    background-color: #fff;
    color: #000;
}

.bannerUl li img {
    vertical-align: middle;
    margin: 0 20px;
}

.bannerUl li:nth-child(1):hover .menuinner {
    display: block;
}

.bannerUl li:nth-child(2):hover .menuinner2 {
    display: block;
}

.bannerUl li:nth-child(3):hover .menuinner3 {
    display: block;
}

.bannerUl li:nth-child(4):hover .menuinner4 {
    display: block;
}

.bannerUl li:nth-child(5):hover .menuinner5 {
    display: block;
}

.bannerUl li:nth-child(6):hover .menuinner6 {
    display: block;
}

.bannerUl li:nth-child(7):hover .menuinner7 {
    display: block;
}

.pa {
    position: absolute;
}

.menuinner {
    position: absolute;
    width: 684px;
    height: 390px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 15%);
    top: 0px;
    left: 236px;
    border-radius: 3px;
    z-index: 99;
    padding: 15px 0 15px 30px;
    display: none;
}

.menuinner2 {
    top: -60px;
}

.menuinner3 {
    top: -120px;
}

.menuinner4 {
    top: -180px;
}

.menuinner5 {
    top: -240px;
}

.menuinner6 {
    top: -300px;
}

.menuinner7 {
    top: -360px;
}

.scroll_cont {
    height: 100%;
    overflow: hidden;
}

.loction_left {
    left: -42px;
    top: 10px;
}

.loction_left2 {
    left: -42px;
    top: 70px;
}

.loction_left3 {
    left: -42px;
    top: 130px;
}

.loction_left4 {
    left: -42px;
    top: 190px;
}

.loction_left5 {
    left: -42px;
    top: 250px;
}

.loction_left6 {
    left: -42px;
    top: 310px;
}

.loction_left7 {
    left: -42px;
    top: 370px;
}

.menuPart {
    overflow-y: auto;
    height: 390px;
}

.menuPart h1 {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    line-height: normal;
    color: black;
}

.menuPart h1 a {
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0;
    line-height: normal;
    color: black;
}

.menuPart p {
    line-height: normal;
}

.menuPart p a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    display: inline-block;
    min-width: 78px;
    height: 32px;
    text-align: center;
    background: rgba(245, 245, 245, 1);
    border-radius: 16px;
    margin: 0 10px 12px 0;
    padding: 0 15px;
    cursor: pointer;
}

.bannerCenter {
    width: 712px;
    height: 420px;
    border-radius: 5px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.swiper-slide {
    text-align: left;
    font-size: 18px;
    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;
    flex-direction: column;
}


.swiper-slide .ban-img {
    width: 780px;
    height: 368px;
}


.journalismLeft .swiper-slide .img-des {
    position: absolute;
    bottom: 0px;
    height: 70px;
    font-size: 22px;
    font-weight: bold;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.text {
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .5);
    color: white;
    font-size: 16px;
    line-height: 35px;
    padding-left: 10px;
    text-decoration: none;
}

/* .swiper-container {
    border: 1px solid red;
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
}

.swiper-pagination {
    margin-top: 50px;
    z-index: 99;
} */

.swiper-pagination-bullet {
    background-color: #fff !important;
}

.swiper-pagination-bullet-active {
    background-color: blue !important;
}

.bannerRight {
    width: 238px;
    height: 420px;
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}

.loginTitle {
    font-size: 20px;
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular;
    font-weight: 700;
    color: #0056D2;
    margin-bottom: 30px;
}

.loginImg {
    margin-bottom: 10px;
}

.loginImg img {
    width: 66px;
    height: 66px;
}

.bigButtonSubmit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 46px;
    background: #0056d2;
    border: 1px solid #0056d2;
    border-radius: 8px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
    cursor: pointer;
}

.bigButtonSubmit a {
    color: white;
}

.bigButtonNormal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 46px;
    background: #ffffff;
    border: 1px solid #0056d2;
    border-radius: 8px;
    color: #0056d2;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
}

.bigButtonNormal a {
    color: #000;
}

.phone {
    width: 56px;
    height: 24px;
    font-size: 14px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 24px;
}

.phoneNum {
    width: 180px;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    color: #0056d2;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: CENTER;
}

.workTime {
    width: 180px;
    height: 48px;
    font-size: 14px;
    font-weight: 600;
    text-align: CENTER;
    color: #1f1f1f;
    line-height: 24px;
}

.object {
    width: 100%;
    margin-top: 20px;
}

.objectContent {
    width: 1200px;
    height: 258px;
    margin: auto;
}

.objectTitle {
    padding-left: 20px;
    border-left: 5px solid #FF6D00;
    margin-top: 25px;
    font-size: 26px;
    font-weight: 700;
}

.objectType {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.college {
    width: 100%;
    margin-top: 35px;
}

.collegeContent {
    width: 1200px;
    height: 272px;
    margin: auto;
}

.collegeTitle {
    display: flex;
    align-items: center;
}

.collegeTitleOne {
    font-size: 24px;
    font-weight: 700;
}

.title-icon {
    display: flex;
    align-items: center;
}

.title-border {
    width: 150px;
    border: 1px solid #ddd;
    margin: 8px 10px 0px;
}

.title-icon img {
    width: 24px;
    margin-top: 5px;
}

.collegeMore {
    font-size: 14px;
    margin-right: 17px;
    font-weight: 400;
    color: #0056d2;
}

.collegeMore:hover {
    cursor: pointer;
}

.collegeType {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}

.collegeExplain {
    margin-top: 10px;
    font-weight: 400;
    color: #1f1f1f;
    opacity: 0.7;
    font-size: 13px;
}

.journalism {
    width: 100%;
    margin-top: 50px;
}

.journalismContent {
    width: 1200px;
    /* height: 585px; */
    margin: auto;
    display: flex;
    justify-content: space-between;
}


.journalismLeftTitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: FZLTZCHJW--GB1-0;
    font-size: 20px;
    color: #20242C;
    font-weight: 400;
    margin-bottom: 10px;
}

.sub {
    width: 100%;
    height: 3px;
    background: #eef0f3;
    position: relative;
}

.sub .sub-child {
    width: 176px;
    height: 3px;
    position: absolute;
    z-index: 99;
    background: #1752BF;
    border-radius: 0px 100px 0px 0px;
}

.journalismLeftTitle .more {
    ont-family: PingFangSC-Regular;
    font-size: 14px;
    color: #20242C;
    font-weight: 400;
    cursor: pointer;
    margin-right: 10px;
}

.journalismLeftTitle .more:hover {
    color: rgb(38, 106, 208);
}

.journalismLeftTitle1 {
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.journalismLeftContent {
    width: 100%;
    /* height: 395px; */
    /* background-color: #F9F9F9; */
}

.journalismLeftUl {
    width: 100%;
}

.journalismLeftUl li {
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 22px;
}

.li-date {
    width: 52px;
    height: 46px;
    background: #1752BF;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 12px;
    flex-shrink: 0;
    margin: 0 10px;
}

.journalismLeftUl li:last-child {
    border: 0;
}

.journalismText {
    flex: 1;
    height: 50px;
    font-size: 15px;
    font-weight: 500;
    color: #1f1f1f;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;

}

.journalismText a {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #20242C;
    line-height: 20px;
    font-weight: 400;
}

.journalismTime {
    opacity: 0.7;
    font-size: 15px;
    font-weight: 400;
    color: #1f1f1f;
}

.journalismText:hover {
    color: rgb(38, 106, 208);
}

.journalismRight {
    width: 580px;
    height: 461px;
}

.foot {
    width: 100%;
    margin-top: 60px;
}

.footContent {
    width: 1200px;
    margin: auto;
}

.link_img ul {
    margin: auto;
    margin-top: 10px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 20px;
}

.link_img li {
    width: 166px;
    height: 70px;
    margin: 0 1px 0 0;
}

.link_img li a {
    display: block;
}

.link_img li a img {
    vertical-align: middle;
    border-style: none;
    width: 164px;
    height: 70px;
}

#link {
    width: 100%;
    height: 123px;
    background-color: #F3F4F8;
}

.link {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    padding-top: 23px;
}

.link p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3782be;
}

.link select {
    width: 24%;
    height: 40px;
    word-wrap: normal;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

}

option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

.footer {
    width: 100%;
    height: 120px;
    background-color: #3f3b3a;
}

.footerBox {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

.footerBox p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 2px;
}

.footerBox .footerLeft {
    width: 390px;
    border-right: 1px solid #fff;
    margin-right: 1%;
}

.footerBox div {
    float: left;
    margin-top: 18px;
    height: 80px;
}

.footerBox .footerMiddle {
    width: 264px;
    border-right: 1px solid #fff;
    margin-right: 6px;
}

.footA1 {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.footerBox .footerRight {
    width: 500px;
    margin-left: 4px;
}

.footImgTwo {
    margin-bottom: 15px;
}

.detail {
    width: 100%;
    margin-top: 20px;
}

.detailContent {
    width: 1200px;
    margin: auto;
    border: 1px solid #e3e1e1;
    background-color: #fff;
    min-height: 1000px;
}

.cont_title {
    width: 92%;
    margin: 0 auto;
    height: 110px;
    border-bottom: 1px solid #000;
    margin-bottom: 30px;
    margin-top: 50px;
}

.cont_title h1 {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.cont_subtitle {
    width: 100%;
    float: left;
    margin-bottom: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.cont_subtitle li {
    float: left;
    font-size: 15px;
    margin-right: 34px;
}

.contdetail {
    min-height: 500px;
    margin: 10px 10px 100px 10px;
}

.cont_content {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
}

.cont_content p {
    text-indent: 2em;
    line-height: 2;
}

.cont_content span {
    line-height: 2;
}

.cont_images {
    width: 90%;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: center;
}

.cont_image {
    margin: 10px 0;
    max-width: 90%;
}

.cont_attaches {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    color: #1C4F90;
}

.suspension {
    position: fixed;
    top: 50%;
    margin-top: -105px;
    right: -1px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    z-index: 99999999;
}

.icomA {
    color: white;
    font-weight: 500;
}

.suspension li {
    width: 85px;
    height: 70px;
    text-align: center;
    font-size: 14px;
    background-color: #3075BA;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 2px;
}

.suspension li:hover {
    background: rgb(240, 131, 0);
    color: white;
}

.suspension li:hover .icomA {
    color: white;
}

.handle {
    width: 400px;
    height: 400px;
    float: right;
    background-color: #cff7f0;
    padding: 20px 10px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -166px 0 0 -166px;
    z-index: 999;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgb(207, 247, 240);
    display: none;
}

.search_close {
    float: right;
    cursor: pointer;
    margin: 8px 5px 0 0;
}

.handle_title {
    font-size: 25px;
    margin-left: 33px;
}

.login_form {
    background-color: #cff7f0;
}

.header {
    overflow: hidden;
}

.header__icon {
    float: right;
    cursor: pointer;
}

.content {
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin: 20px auto 0;
}

.loginfooter {
    text-align: center;
    font-weight: bold;
    margin-top: 16px;
    color: #000;
}

.header__hint {
    float: left;
    color: #232828;
    font-size: 15px;
    font-weight: bold;
    padding-top: 19px;
    padding-left: 13;
}

/* 手机登录 */
.row {
    padding: 18px 32px;
}

.rowZC {
    padding: 8px 32px;
}

.userform {
    margin-top: 30px;
    display: block;
}

.userform input {
    display: block;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border: none;
    outline: none
}

.userform button {
    color: #fff;
    height: 40px;
    display: block;
    width: 100%;
    font-size: 18px;
    background: #4ac716;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

/* 弹出登录的遮罩层 */
.shade {
    width: 100%;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0px;
    left: 0;
    display: none;
    z-index: 99;
}

.div_wechat {
    position: relative;
}

.div_wechat:hover .weChat {
    display: block;
    transition: 2s;
}

.weChat {
    width: 100px;
    display: none;
    position: absolute;
    left: -101px;
    top: -20px;
    margin-top: 10px;
    margin-bottom: 6px;
    vertical-align: middle;
}

.listClassUl {
    margin-bottom: 1rem;
}

.listClassLi {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    border: 1px solid #dee2e6 !important;
}

.applyImg {
    width: 165px;
    max-height: 233px;
    overflow: hidden;
    margin-left: 1.5rem;
    border-radius: .25rem;
}

.listImg {
    width: 100px;
    max-height: 190px;
    overflow: hidden;
    margin-right: 0.9375rem !important;
    vertical-align: middle;
    border-style: none;
}

.media-body {
    -webkit-box-flex: 1;
    flex: 1;
}

.category_name {
    display: block;
    font-size: 1.25rem;
    color: #000;
}

.text-muted {
    margin-top: 10px;
    font-size: 1rem;
    color: #6c757d !important;
}

.apply {
    font-size: 2rem;
    color: #dd1a21;
}

.goApply {
    display: inline-block;
    padding: 8px 30px;
    float: right;
    margin-top: -25px;
    border-radius: 50rem !important;
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

.goApply-small {
    display: inline-block;
    padding: 7px 15px;
    float: right;
    margin-top: -25px;
    border-radius: 50rem !important;
    color: #000;
    font-size: 14px;
    background-color: #ffc107;
    border-color: #ffc107;
}

.categoryName {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    margin-left: 20px;
    font-weight: 500;
}

.listClassContent {
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: red;
}

/* 改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改改 */
.tj_head {
    width: 100%;
    background: url(../images/tj_bg.png) no-repeat;
    background-size: cover;
    background-position: -40% 70%;
    margin: auto;
}

.tj_head_content {
    width: 1200px;
    height: 167px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    /* position: relative; */
}

.header-tools {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.header-tools .login,
.register {
    cursor: pointer;
}

.header-tools .login:hover {
    color: #337bc9da;
}

.header-tools .register:hover {
    color: #337bc9da;
}

.tj_head_logo {
    /* width: 660px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tj_head_logo_img {
    width: 300px;
    height: 90px;
    cursor: pointer;
}

.tj_head_logo_title {
    color: #FFA600;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    margin: -35px 20px 0 0;
    margin-left: 20px;
    font-family: '宋体';
}

.tj_head_phone {
    width: 550px;
    height: 400px;
    margin-top: 45px;
}

.tj_content_swiper {
    width: 780px;
    height: 368px;
}

.ban1 {
    width: 300px;
    height: 312px;
}

.ban2 {
    width: 536px;
    height: 300px;
}

.ban3 {
    width: 463px;
    height: 300px;
}

.tj_nav {
    width: 100%;
    background: linear-gradient(180deg, #4891D7 0%, #1A74CB 100%);
}

.tj_nav_content {
    width: 1200px;
    height: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tj_nav_content>:nth-child(6) {
    border-right: 1px solid #17e3ff52;
}

.tj_nav_bar {
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #17e3ff52;
    cursor: pointer;
    position: relative;
}

.tj_nav_img {
    width: 37px;
    height: 37px;
}

.tj_nav_text {
    margin-left: 6px;
}

.tj_nav_p1 {
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 17px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
}

.tj_nav_p2 {
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    font-weight: regular;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 5px;
}

.tj_nav_triangle {
    position: absolute;
    bottom: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent white transparent;
    width: 0px;
    height: 0px;
    display: none;
}

.pa {
    position: absolute;
}

.tj_hover_text {
    float: left;
    width: 230px;
    text-align: center;
    margin-top: 15px;
    height: 100px;
    padding-top: 0;
    z-index: 999;
}

.tj_hover_text a {
    color: black;
}

.tj_hover_text:hover {
    color: royalblue;
}

.tj_hover_text img {
    width: 60px;
    height: 60px;
}

.tj_nav_hover_content {
    width: 1200px;
    height: 360px;
    background-color: #fff;
    top: 100px;
    left: 0;
    display: block;
    z-index: 99;
    display: none;
}

.tj_nav_hover_content2 {
    left: -200px;
}

.tj_nav_hover_content3 {
    left: -400px;
}

.tj_nav_hover_content4 {
    left: -600px;
}

.tj_nav_hover_content5 {
    left: -800px;
}

.tj_nav_hover_content6 {
    left: -1000px;
}

.tj_nav_bar:nth-child(1):hover .tj_nav_hover_content {
    display: block;
}

.tj_nav_bar:nth-child(2):hover .tj_nav_hover_content2 {
    display: block;
}

.tj_nav_bar:nth-child(3):hover .tj_nav_hover_content3 {
    display: block;
}

.tj_nav_bar:nth-child(4):hover .tj_nav_hover_content4 {
    display: block;
}

.tj_nav_bar:nth-child(5):hover .tj_nav_hover_content5 {
    display: block;
}

.tj_nav_bar:nth-child(6):hover .tj_nav_hover_content6 {
    display: block;
}

.tj_nav_bar:nth-child(1):hover .pa1 {
    display: block;
}

.tj_nav_bar:nth-child(2):hover .pa2 {
    display: block;
}

.tj_nav_bar:nth-child(3):hover .pa3 {
    display: block;
}

.tj_nav_bar:nth-child(4):hover .pa4 {
    display: block;
}

.tj_nav_bar:nth-child(5):hover .pa5 {
    display: block;
}

.tj_nav_bar:nth-child(6):hover .pa6 {
    display: block;
}

.tj_content_info {
    width: 1200px;
    height: 424px;
    margin: 20px auto;
}

.tj_cultivate_type {
    width: 1200px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tj_cultivate_type1 {
    width: 395px;
    height: 82px;
    background: #143D77;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tj_cultivate_img {
    width: 36px;
    height: 36px;
}

.tj_cultivate_text {
    margin-left: 20px;
    cursor: pointer;
}

.tj_cultivate_p1 {
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
}

.tj_cultivate_p2 {
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    font-weight: regular;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 5px;
}

.tj_cultivate_p2 a {
    color: white;
}

.tj_foot {
    width: 100%;
    background: #373d41;
}

.tj_foot_center {
    width: 1200px;
    height: 140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tj_foot_content {
    width: 33%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tj_foot_img {
    width: 47px;
}

.tj_foot_text {
    margin-left: 10px;
}

.tj_foot_text>p {
    margin-bottom: 0 !important;
}

.tj_foot_p1 {
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 5px !important;
}

.tj_foot_p1 a {
    color: white;
}

.tj_foot_p2 {
    color: #FFFFFF;
    font-family: Microsoft YaHei;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 5px !important;
}

.tj_foot_p2 a:hover {
    color: #FFFFFF;
}


.tj_foot_p1 a:hover {
    color: #FFFFFF;
}

.visited_num,
.visited_today {
    color: red;
}


/* 新增 */

.shortcut-journalismContent {
    width: 1200px;
    height: 368px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.journalismLeft {
    flex: 1;
    height: 100%;
    margin-right: 10px;
}

.journalismXXLM {
    width: 320px;
}

.journalismXXLM-content {
    padding: 20px 20px;
    height: 421px;
    background: #F2F7F9;
    border: 1px solid rgba(247, 248, 250, 1);
    border-radius: 4px;
}

.journalismXXLM-content .item {
    width: 100%;
    height: 68px;
    line-height: 68px;
    background: #FFFFFF;
    margin-top: 20px;

    font-family: PingFangSC-Regular;
    font-size: 21px;
    color: #20242C;
    font-weight: 400;
    padding-left: 40px;
    cursor: pointer;
}

.journalismXXLM-content .item a {
    color: #000;
}

.journalismXXLM-content .item a:hover {
    color: #0056D2;
}

.journalismXXLM-content .item:hover {
    background: rgba(255, 255, 255, .6);
}

.shortcut-journalismRight {
    width: 400px;
    margin-left: 20px;
    height: 100%;
    /* width: 580px;
    min-height: 530px; */
    background-image: linear-gradient(180deg, #F4F6FF 0%, #FFFFFF 32%);
    border: 1px solid rgba(239, 239, 239, 1);
    border-radius: 12px;
    overflow: hidden;
    padding: 30px 30px;
}

.shortcut-journalismLeftContent {
    width: 100%;
    height: 100%;
    padding: 10px 0;
    height: 100%;
}

.shortcut-journalismLeftContent .login-header {
    display: flex;
    margin-bottom: 30px;
}

.shortcut-journalismLeftContent .login-header .item {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #1F2328;
    font-weight: 600;
    padding: 6px 3px;
    margin-right: 25px;
    cursor: pointer;
}

.shortcut-journalismLeftContent .login-header .active {
    border-bottom: 3px solid #1752BF;
}

.shortcut-journalismLeftContent .login_content {
    margin: 20px 0;
}

.shortcut-journalismLeftContent .login_content .form-control {
    height: 44px;
}

.shortcut-journalismLeftContent .login_content .login-btn {
    background: #1752BF;
}

.login-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #505663;
    font-weight: 400;
    cursor: pointer;
}


.shortcut {
    padding: 0px 22px;
}

.shortcut-title {
    font-size: 16px;
    font-weight: bold;
}

.shortcut-content {
    display: flex;
    /* flex-wrap: wrap; */
    /* overflow-x: scroll; */
}

.shortcut_hover_text {
    float: left;
    width: 120px;
    text-align: center;
    margin-top: 10px;
    height: 85px;
    padding-top: 0;
    z-index: 9;
    font-size: 14px;
}

.shortcut_hover_text a {
    color: black;
}

.shortcut_hover_text:hover {
    color: royalblue;
}

.shortcut_hover_text img {
    width: 50px;
    height: 50px;
}

/* 推荐课程 */

.recommend-class-big {
    width: 100%;
    height: 570px;
    margin-top: 50px;
    background-image: linear-gradient(180deg, #F0F7FD 0%, #DDEBFA 100%);
}

.recommend-class {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.entry-class-big {
    width: 100%;
    padding: 80px 0;
    background-image: linear-gradient(180deg, #F0F7FD 0%, #DDEBFA 100%);
}

.entry-class {
    width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    /* background-color: #fff; */
}


.recommend-title {
    width: 100%;
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.entry-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.recommend-title .recent-nav {
    font-family: FZLTZCHJW--GB1-0;
    font-size: 28px;
    color: #20242C;
    font-weight: 400;
}


.recommend-title .sanjiao {
    border-top: 29px solid transparent;
    border-bottom: 29px solid transparent;
    border-left: 29px solid #1752BF;
    border-right: 29px solid transparent;
}

.recommend-title .recommend-title-text {
    width: 212px;
    height: 58px;
    line-height: 58px;
    font-size: 26px;
    font-weight: 700;
    /* margin-left: 20px; */
    text-align: center;
    background: #1752BF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend-title .recommend-title-text img {
    width: 30px;
    margin-top: 2px;
    margin-right: 10px;
}

.recommend-class .title-right {
    display: flex;
    align-items: center;
}

.recommend-class .title-right .item {
    padding: 0 10px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1752BF;
    font-weight: 400;
    cursor: pointer;
}

.recommend-class .title-right .item:hover {
    opacity: .7;
}

.recommend-class .title-right .more {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #20242C;
    font-weight: 400;
    margin: 0px 20px 0 30px;
    cursor: pointer;
}

.recommend-class .title-right .more-active {
    color: #1752BF;
}

.recommend-class .title-right .more:hover {
    opacity: .7;
}

.recommend-class .title-right .line {
    width: 1px;
    height: 15px;
    background-color: #1752BF;
}

.suggest-class-swiper {
    width: 100%;
    margin-top: 30px;
}

.recommend-content {
    width: 100%;
    /* background-color: #fff; */
    /* margin-top: 10px; */
    display: flex;
    padding-top: 10px;
    justify-content: flex-start;
}

.recommend-content .item {
    /* width: calc(24% - 16px); */
    width: 288px;
    height: 355px;
    padding: 12px;
    background-color: #fff;
    transition: all .3s;
    min-height: 330px;
    margin-left: 20px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    box-shadow: 0px 4px 16px 0px rgba(5, 12, 28, 0.05);
    border-radius: 4px;
}

.recommend-content .item:nth-child(1) {
    margin-left: 0;
}

.recommend-content .item:hover {
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.recommend-content .item img {
    width: 100%;
    height: 249px;
}

.recommend-content .item .item-title {
    font-family: FZLTZCHJW--GB1-0;
    font-size: 18px;
    color: #121B1C;
    line-height: 28px;
    font-weight: 400;
    margin-top: 22px;
    margin-left: 5px;
}

.recommend-content .item .item-des {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #838B99;
    line-height: 20px;
    font-weight: 400;
    margin-top: 12px;
    margin-left: 5px;
}

.banner-animation {
    width: 1200px;
    height: 750px;
    margin: auto;
    position: relative;
}

.banner-animation img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.AA {
    /* height: 100px; */
    position: absolute;
    left: 27%;
    bottom: 70%;
    font-size: 22px;
}

.Aa {
    position: absolute;
    left: 10%;
    bottom: 70%;
    font-size: 14px;
}

.BB {
    position: absolute;
    left: 27%;
    bottom: 50%;
    font-size: 22px;
}

.Bb {
    position: absolute;
    left: 10%;
    bottom: 50%;
    font-size: 14px;
}

.CC {
    position: absolute;
    left: 27%;
    bottom: 30%;
    font-size: 22px;
}

.Cc {
    position: absolute;
    left: 10%;
    bottom: 30%;
    font-size: 14px;
}

.DD {
    position: absolute;
    left: 27%;
    bottom: 8%;
    font-size: 22px;
}

.Dd {
    position: absolute;
    left: 10%;
    bottom: 8%;
    font-size: 14px;
}

/* ---------------------------- */

.shortcut-content-fast {
    display: flex;
}

.shortcut-content-fast .shortcut_hover_text img {
    width: 40px;
    height: 40px;
}

.switch {
    cursor: pointer;
    display: inline-block;
}

.switch:hover {
    color: #0056D2;
}

.userform_pwd {
    display: none;
}




/* 搜索页面 */
.full {
    width: 100%;
}

.innerbox {
    width: 888px;
    min-height: 500px;
    padding: 0 40px 60px 40px;
    margin: 20px auto 40px auto;
    border: 1px solid #e5e5e5;
    background: #fff;
    min-height: 800px;
}

.sw-title {
    font-size: 24px;
    font-weight: normal;
    font-weight: bold;
    color: #4183c4;
    border-bottom: 1px solid #eee;
    font-family: microsoft yahei;
    line-height: 2;
    margin: 1em 0;
}

ol,
ul {
    list-style: none;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.resultlist li h3 {
    float: left;
    margin-right: 10px;
}

h1,
h2,
h3 {
    font-family: "microsoft yahei";
}

.resultlist a {
    color: #4183c4;
    text-decoration: underline;
}

.resultlist li span {
    color: #999;
}

.resultlist li p {
    display: inline-block;
    margin: 3px 0 30px 0;
    font-size: 14px;
}

.related-search a {
    line-height: 2.0;
}

.dede_pages {
    padding: 10px 0;
    margin-top: 20px;
    border-top: 1px solid #999;
}

.shortcut-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 20px;
    /* justify-content: center; */
}

.shortcut-row-text {
    width: 200px;
    height: 200px;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    /* border: 1px solid red; */
    margin-right: 35px;
    border-radius: 5px;
    transition: all .5s;
    /* background-color: #b4d5e0; */
    /* border: 1px solid #ddd; */
}

.shortcut-row-text:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.shortcut-row-text a {
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
    color: #000;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;

}


.shortcut-img-box {
    width: 120px;
    height: 80px;
    margin-bottom: 15px;
    background-color: rgb(74, 179, 141);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin-top: 10px;
}

.shortcut-img-box img {
    width: 55px;
}

.searchExam {
    background-color: rgb(105, 129, 175);
}

.searchExam img {
    width: 50px;
}

.downloadExxel {
    background-color: rgb(249, 205, 41);
}

.downloadExxel img {
    width: 50px;
}

/* p {
    margin: 0 !important;
} */

/* 新样式 */

.new_navBar {
    width: 100%;
    background-color: #19305B;
}

.new_navBar .new_tj_nav_content {
    width: 1200px;
    /* height: 56px; */
    padding: 5px 0;
    margin: auto;
    display: flex;
    line-height: 30px;
    align-items: center;
    justify-content: space-between;
    /* justify-content: center; */
    /* align-items: center; */
}

.new_navBar .new_tj_nav_content .item {
    color: #fff;
    font-size: 17px;
    padding: 6px 5px;
    cursor: pointer;
    margin: 0 20px;
    font-family: PingFang SC, microsoft yahei, sans-serif;

}

.phoneLearn {
    position: relative;
    width: 80px;
}

.phoneLearn:hover .phoneLearnImg {
    display: block;
}

.phoneLearnImg {
    width: 150px;
    display: none;
    position: absolute;
    z-index: 99;
    top: 40px;
    left: -35px;
    vertical-align: middle;
}

.new_navBar .new_tj_nav_content .active {
    border-bottom: 4px solid #fff;
}

.recent-content {
    width: 100%;
    margin-top: 20px;
    display: flex;
}

.recent-left {
    flex: 1;
}

.recent-right {
    flex: 1;
    margin: 0 15px;
}

.recent-right .item {
    width: 100%;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #D8DCE2;
    margin-top: 15px;
}

.recent-right .item:last-child {
    border: 0;
}

.recent-right .item .li-date {
    margin-left: 0;
}

.recent-right .item:first-child {
    margin-top: 0;
}

.recent-right .item .recent-journalismText {
    width: 461px;
    height: 25px;

    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #20242C;
    line-height: 20px;
    font-weight: 400;

    white-space: nowrap;
    /*设置不换行*/
    overflow: hidden;
    /*设置隐藏*/
    text-overflow: ellipsis;
    /*设置隐藏部分为省略号*/
}

.recent-right .item .recent-journalismText a {
    color: #1f1f1f;
}

.recent-right .item .recent-journalismText a:hover {
    color: #0056D2;
}

.flex-recent {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #505663;
    line-height: 20px;
    font-weight: 400;
    margin-top: 5px;
}

.recent_icon {
    width: 20px;
    margin-right: 8px;
}

.recent-left .recent_content_swiper {
    width: 653.7px;
    height: 342px;
}

.recent-left .recent_content_swiper .recent_content_swiper {
    width: 100%;
}

.recent-left .recent_content_swiper .recent_content_swiper .swiper-container {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.recent-left .recent_content_swiper .recent_content_swiper .swiper-container .swiper-slide {
    text-align: left;
    font-size: 18px;
    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;
    cursor: pointer;
    display: flex;
    flex-direction: column !important;
}

.recent-left .ban-img {
    width: 653.7px;
    height: 342px;
    cursor: pointer;
}

.recent-left .swiper-des {
    position: absolute;
    bottom: 0;
    width: 653.7px;
    height: 40px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    margin-top: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    background-color: rgba(0, 0, 0, .4);
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    text-align: center;

}

.listClass-fliter {
    width: 1200px;
    box-sizing: border-box;
    margin: auto;
    box-shadow: 1px 1px 5px #ddd;
    padding: 25px 40px;
    background-color: #fff;
    margin-top: 30px;
    border-radius: 5px;
}

.rowFlex {
    display: flex;
    align-items: center;
}

.forRadio {
    margin-left: 40px;
    cursor: pointer;
}

.radio-label {
    cursor: pointer;
}

.radio {
    accent-color: #d73c3a;
}

.lxwm {
    position: relative;
}

.lxwm:hover .secondMenuBox {
    display: block;
}


.secondMenuBox {
    position: absolute;
    top: 40px;
    left: -15px;
    z-index: 1000;
    width: auto;
    min-width: 40px;
    background-color: #F3F4F8;
    border: 1px solid #f08300;
    border-radius: 5%;
    white-space: nowrap;
    display: none;
}

.none {
    display: none;
}

.secondMenu {
    /* width: 100%; */
}

.navBar ul.firstMenu li {
    float: left;
    width: 120px;
    text-align: center;
    position: relative;
}

.secondMenu li {
    /* width: 100% !important; */
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: left !important;
    padding-left: 20px;
    padding-right: 20px;
}

.secondMenu li a {
    text-decoration: none;
    outline: none;
    color: #000;
}


.secondMenu li:hover {
    color: #fff !important;
    background-color: #f99b39;
}

.secondMenu li:hover>a {
    color: #fff !important;
}

.arrow {
    position: absolute;
    top: -8px;
    left: 50px;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-width: 0 6px 8px 6px;
    border-style: solid;
    border-color: #f99b39 transparent;
}

.login_content .wxImg {
    width: 210px;
    height: 210px;
    overflow: hidden;
    margin: 10px auto 0;
}

.login_content .wxFooter {
    text-align: center;
    font-weight: bold;
    margin-top: 16px;
    color: #000;
}

.user_info {
    text-align: center;
    padding: 20px 0;
}

.user_info .user_avatar {
    width: 100px;
}

.user_info .user_name {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.tj_foot_p2 a {
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
    color: #fff;
}

