﻿@charset "UTF-8";
html, body, input, textarea, select, button {
    font-family: 'Microsoft YaHei', 'STHeiti Light [STXihei]', 'Arial', 'tohoma,sans-serif', "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", STHeiti;
    margin: 0;
    padding: 0;
    color: #333;
}

body {
    word-break: break-all;
    overflow-x: hidden;
}

input, textarea, select, button {
    vertical-align: middle;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

ul {
    list-style: none;
}

ul, ul li, dl, dl dt, dl dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

img {
    border: none;
}

p {
    text-align: justify
}

textarea {
    resize: none;
}

em, i {
    font-style: normal;
}

b {
    font-weight: normal;
}

a:hover{
    text-decoration: none !important;
}


/*table 统一样式*/

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  border: 1px solid #afa4a4;
}

table tr:first-child {
  background: #eff4ff;
}

table th {
padding: 15px 10px;
color: #333;
text-align: center;
font-weight: bold;
border-bottom: 1px solid #afa4a4;
border-right: 1px solid #afa4a4;
}

table tr td {
  padding: 15px 10px;
  border-bottom: 1px dashed #afa4a4;
  font-size: 14px;
  color: #666;
  border-right: 1px dashed #afa4a4;
  text-align: center;
}

table tr td:last-child{

}
.sectionIntro p img{ width:600px !important;}
@media screen and (max-width: 768px) {
    table {
        width: 100% !important;
        table-layout: inherit !important;
    }
.sectionIntro p img{ width:100% !important;}
}

/* 头部 */
.special_Container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.special_location {
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    position: sticky;
}

.special_location .nbs {
    display: inline-block;
    margin: 0px 8px;
    vertical-align: middle;
    width: 3px;
    height: 16px;
    background-color: #1963eb;
    margin-top: 32px;
    margin-bottom: 0px;
}

.special_location span {
    font-size: 16px;
    color: #666666;
    line-height: 80px;
    margin: 0 5px;
    float: left;
}

.special_location .iconfont {
    font-size: 16px;
    margin-right: 5px;
}

/* 内容区 */
.location_main {
    width: 100%;
}

/* 左侧内容头部区 */
.special_Container_L {
    width: 980px;
    float: left;
    position: relative;
}

.juxingBg {
    content: '';
    background: url(../images/juxing.png);
    position: absolute;
    right: 420px;
    top: 80px;
    width: 5000px;
    height: 135px;
}

.tip_title {
    display: block;
    min-height: 180px;
    background: url(../images/ocean.png) right bottom no-repeat #fff;
    width: 100%;
    padding-left: 30px;
    margin-left: -30px;
    margin-top: 30px;
    display: flex;
    justify-content: end;
    align-items: top;
    margin-bottom: 50px;
}

.tip_title span {
    width: 60px;
    display: block;
    background: url(../images/tipsbg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    writing-mode: vertical-rl;
    letter-spacing: 7px;
    /* position: absolute; */
    /* top: 30px;
    left: 0; */
    /* padding-bottom: 20px; */
    /* height: 160px; */
    justify-content: top;
    display: -webkit-flex;
}

.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.tip_sure {
    display: block;
    width: 890px;
    float: right;
    padding: 40px 10px 10px 40px;
    overflow: hidden;
}

.tip_sure a {
    display: inline-block;
    float: left;
    line-height: 36px;
    padding: 0 15px;
    font-size: 18px;
    color: #333;
    margin: 0 10px 10px 0;
}

.tip_sure a b {
    font-weight: bold;
    margin: 0 2px;
}

.tip_sure a.active {
    background: #1963eb;
    color: #fff;
}

/* 右侧内容区 */
.special_Container_R {
    width: 360px;
    float: right;
}

.menuBar {
    width: 100%;
    padding: 0 40px 50px 40px;
    background: #f7f7f7;
    margin-bottom: 60px;
    float: inherit;
}

.barContent {
    display: block;
    width: 100%;
    border-top: 6px solid #1963eb;
    margin-top: -3px;
    float: inherit;
}

.barTitle {
    margin: 30px 0;
}

.barTitle a {
    display: block;
}

.barTitle span {
    font-size: 24px;
    color: #1963eb;
}

.barTitle i {
    display: inline-block;
    float: right;
}

.serviceBar {
    display: grid;
    align-content: space-evenly;
    grid-template-columns: auto auto;
}

.serviceBar a {
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
    transition:all .4s; ;
    -webkit-transition: all .4s;
}
/* .serviceBar a:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  z-index: 10;
  cursor: pointer;
} */
.serviceBar a:hover em{
  font-weight: bold;
}
.serviceBar a span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    height: 48px;
}

.serviceBar a em {
    display: block;
    text-align: center;
    font-size: 18px;
}

.btnBar {
    display: block;
    text-align: center;
}

.btnBar .quesView {
    width: 175px;
    height: 48px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: url(../images/refer.png) #fe9837 no-repeat 20px center;
    color: #fff;
    display: inline-block;
    line-height: 46px;
    font-size: 22px;
    padding-left: 45px;
    box-sizing: border-box;
}

.picView a img {
    width: 100%;
}

.txtView {
    font-size: 18px;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dateView {
    margin: 20px 0;
}

.dateView span {
    font-size: 14px;
    color: #666666;
}

.dateView span.dateBg {
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background: #cba789;
    border-radius: 0 10px 10px 0;
}

.picView {
    overflow: hidden;
}

/* 轮播图 */
.special_picCut {
    width: 100%;
    overflow: hidden;
    padding-left: 110px;
}

.atImgCut {
    width: 800px;
    margin-bottom: 50px;
}

.ImgCutSlide {
    overflow: hidden;
    padding-left: 33px;
    margin-left: -33px;
    position: relative;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
}

.ImgCutSlide.active {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
}

.imgSlide {
    font-size: 0;
    position: relative;
    background: url(../images/oftxt.png) 0 bottom no-repeat;
    background-size: 100% 90%;
    padding-bottom: 20px;
    height: 610px;

}

.imgSlide>a {
    position: inherit;
    z-index: 10;
    display: block;
    height: 476px;
    overflow: hidden;
}

.imgSlide>a img {
    width: 97%;
    /* height: 100%; */
    transition: all 0.6s;
}
.imgSlide>a img:hover {
  transform: scale(1.2);
    cursor: pointer;
}

.txtslide {}

.txtslide a {
    font-size: 24px;
    padding: 20px 30px;
    line-height: 36px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dateCut {
    position: absolute;
    width: 75px;
    top: 60px;
    left: -34px;
    background: rgba(255, 255, 255, 0.9);
    z-index: 900;
    padding: 10px;
    border: 2px solid #f9ecd1;
    border-radius: 0 0 30px 0;
}

.dateCut em {
    display: block;
    font-size: 14px;
    color: #222;
    padding-bottom: 8px;
    border-bottom: 2px solid #c81432;
    margin-bottom: 8px;
}

.dateCut i {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.atImgCutPagination {
    position: absolute;
    bottom: 15px !important;
    z-index: 10;
    right: 0;
    text-align: center;
}

.ImgCutSlide .swiper-button-next {
    right: 35px;
    transform: translateY(-100%);
    width: 56px;
    height: 56px;
    background: url(../images/rg.png) no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    margin-top: -30px;
}

.ImgCutSlide .swiper-button-next:hover {
    background: url(../images/rgr.png) no-repeat;
}

.ImgCutSlide .swiper-button-prev {
    left: 55px;
    transform: translateY(-100%);
    width: 56px;
    height: 56px;
    background: url(../images/lg.png) no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    margin-top: -30px;
}

.ImgCutSlide .swiper-button-prev:hover {
    background: url(../images/lgr.png) no-repeat;
}

.ImgCutSlide:hover .swiper-button-next {
    opacity: 1;
}

.ImgCutSlide:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #d8222f;
}


.list_single {
    padding: 16px 0;
}

.list_single .singleTitle {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}

.list_single .singleTitle a {
    font-size: 24px;
    color: #222;
    line-height: 36px;
}

.singleCon {
    display: grid;
    align-content: space-evenly;
    grid-template-columns: auto auto;
}

.singleCon .picShow {
    padding-right: 50px;
}

.singleCon a {
    display: inline-block;
}

.singleCon a img {
    width: 100%;
}

.txtShow {
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #aaaaaa;
}

.txtMain {
    padding-bottom: 40px;
}

.txtMain a {
    font-size: 18px;
    color: #222;
    line-height: 34px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.dateMain {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.dateMain span {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.dateMain a {
    display: inline-block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/arrow.png);
    background-size: 100%;
}

.list_single:hover .singleTitle a {
    color: #1963eb;
}

.list_single:hover .dateMain a {
    background: url(../images/arrowbg.png);
}

.picShowApp {
    display: none;
}

.pageWeb {
    display: none;
}

/* 详情页面 文章区域 开始*/
.stateBox {
    padding-bottom: 30px;
}

.stateBox .stateTitle {
    font-size: 28px;
    color: #333;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 40px;
    width: 80%;
    margin: 30px auto 20px;
    font-weight: bold;
	    word-break: auto-phrase;
}

.stateTitleLittle {
    font-size: 22px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}

.stateSet {
    line-height: 24px;
    overflow: hidden;
}

.stateSet>div.basic {
    display: inline-block;
    margin-right: 40px;
    color: #666;
    font-size: 14px;
}

.stateSet>div.basic {
    display: inline-block;
    margin-right: 40px;
    color: #666;
    font-size: 14px;
}

.stateSet .setArea {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #666;
}

.stateSet .setArea>div {
    float: left;
    margin-left: 20px;
}

.stateSet .setArea .fontSet a {
    font-size: 14px;
    color: #666;
    margin-left: 10px;
}

.stateSet .setArea .fontSet a.active {
    color: #bd1a2d;
}

.stateBox .bgLine {
    background: url(../images/stateline.png);
    margin-top: 30px;
    margin-bottom: 30px;
    height: 10px;
}

.stateBox p {
    /* margin: 30px 0; */
    font-size: 16px;
}

/* .stateBox p img {
    width: 600px;
} */
.cdn_sign{
  width: 600px !important;
}
.stateBox p span {
    word-break: normal;
    line-height: 28px;
    text-indent: 30px;
}

/* 详情页面 文章区域 结束*/

/* 详情页面 列表 开始 */
.budgeItem {
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    overflow: hidden;
}

.budgeItem.budgeLine {
    padding-bottom: 15px;
    border-bottom: 1px solid #1963eb;
}

.budgeItem span {
    float: left;
    line-height: 30px;
    margin-right: 15px;
}

.budgeItem span img {
    margin-top: 4px;
}

.budgeInfo .budgeItem a {
    float: right;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    line-height: 35px;
}

.budgeInfo ul {
    padding-top: 15px;
    /* padding-bottom: 60px; */
    /* border-bottom: 1px dashed #ddd; */
}

.budgeInfo ul li {
    list-style: inside;
    padding-top: 25px;
}
.budgeInfo ul li:last-child,
.budgeInfo ul li:nth-child(5n){
    padding-bottom: 60px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.budgeInfo ul li:hover {
    color: #1963eb;
}

.budgeInfo ul li:hover a {
    color: #1963eb;
}

.budgeInfo ul li:hover span {
    color: #1963eb;
}

.budgeInfo ul li a {
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 820px;
    vertical-align: text-top;
    line-height: 24px;
}

.budgeInfo ul li span {
    float: right;
    font-size: 16px;
    color: #666;
}

/* 详情页面 列表 结束 */

/* 专题模块 开始 */
.SpecialReport {
    width: 1400px;
    margin: 0 auto 20px;
}

.SpecialReport a {
    display: inline-block;
    width: 45%;
    float: left;
    padding: 25px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.SpecialReport a:nth-child(even) {
    float: right;
}

.SpecialReport .reportPic {
    font-size: 0;
}

.SpecialReport .reportPic img {
    width: 100%;
    height: 282px;
}

.SpecialReport .reportDate {
    margin-top: 20px;
    overflow: hidden;
}

.SpecialReport .reportDate i {
    float: left;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    margin-right: 3px;
}

.SpecialReport .reportDate em {
    font-size: 14px;
    color: #222;
    margin-left: 5px;
}

.SpecialReport .reportDate em b {
    font-size: 18px;
    margin: 0 3px;
}

/* 专题模块 结束 */

/* 高校模块页面展示 开始 */
.colleges {
    margin-top: 35px;
    padding: 35px 40px;
    overflow: hidden;
}

.colleges:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}

.colleges .sign {
    display: inline-block;
    float: left;
    margin-right: 50px;
    width: 160px;
}

.colleges .sign img {
    width: 100%;
}

.colleges .affiche {
    display: inline-block;
    float: left;
    width: calc(100% - 210px);
}

.collegeName {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
}

.collegeLocal {
    margin-top: 20px;
}

.collegeLocal i {
    color: #f2090c;
    margin-right: 10px;
    font-size: 20px;
}

.collegeLocal span {
    font-size: 14px;
    color: #222;
}

.collegeDate {
    margin-top: 20px;
}

.collegeDate i {
    color: #2fb2af;
    margin-right: 10px;
    font-size: 20px;
}

.collegeDate span {
    font-size: 14px;
    color: #666;
}

/* 高校模块页面展示 结束 */

/* 模块内容展示 开始*/
.personnelBox {
    overflow: hidden;
    padding-bottom: 20px;
}

.personnel {
    display: inline-block;
    float: left;
    padding: 0 20px;
    width: 33.333%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 30px;
    height: 310px;
    transition: all 0.6s;
}

.personnelPic img {
    width: 100%;
}

.personnelInfo {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    margin-top: 35px;
    text-align: left;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.personnel:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* 模块内容展示 结束*/

/* 登录页面 开始 */
.loginModule {
    width: 800px;
    height: 550px;
    padding: 36px;
    background: url(../images/application1.png) no-repeat;
    margin: 60px auto;
    background-size: 100% 100%;
}

.declarePic {
    text-align: center;
}

.declare {
    display: block;
    height: 480px;
    width: 728px;
    background: #fff;
    border-radius: 6px;
    padding: 30px 80px 30px 50px;
    box-sizing: border-box;
}

.declarePic {
    display: inline-block;
    float: left;
    margin-top: 40px;
}

.declareInfo {
    display: inline-block;
    float: left;
    margin-left: 50px;
    width: 245px;
}

.declareItem {
    font-size: 18px;
    font-weight: bold;
    color: #1963eb;
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
}

.declareInput {
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    color: #666666;
    position: relative;
    margin-top: 15px;
    box-sizing: border-box;
}

.declareInput i {
    font-size: 20px;
    color: #666666;
}

.declareInput input {
    position: absolute;
    height: 38px;
    width: 65%;
    border: 0;
    line-height: 38px;
    padding-left: 10px;
    background: transparent;
}

.declareBtn {
    margin-top: 40px;
    margin-bottom: 15px;
}

.declareBtn a {
    width: 100%;
    height: 40px;
    border-radius: 60px;
    line-height: 40px;
    background: #1963eb;
    color: #fff;
    display: block;
    text-align: center;
    letter-spacing: 10px;
    font-size: 14px;
}

.declareOther {
    margin-top: 10px;
    padding-left: 20px;
}

.declareOther a {
    font-size: 14px;
    color: #1963eb;
}

.declareOther .nbs {
    color: #999;
    display: inline-block;
    margin: 0px 8px;
    vertical-align: middle;
    width: 1px;
    height: 16px;
    background-color: #1963eb;
    margin-top: -2px;
    margin-bottom: 0px;
}

.declarePhone {
    width: 500px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f0feef;
    border: 1px solid #85da78;
    margin: 50px auto;
}

/* 登录页面 结束 */

/* 问题咨询模态框 开始 */
.consultationBox {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(122, 122, 122, .5);
    z-index: 9999;
    display: none;
}

.consultationBox .consultation {
    width: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    position: absolute;
    border-radius: 6px;
}

.consultationitem {
    line-height: 60px;
    background: #1963eb;
    color: #fff;
    font-size: 24px;
    position: relative;
    text-align: center;
}

.consultationitem i {
    position: absolute;
    right: 10px;
    top: 16px;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 26px;
    overflow: hidden;
    line-height: 22px;
    cursor: pointer;
}

.consultationCon {
    padding: 30px;
}

.fillques {
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
    width: 100%;
    padding-left: 40px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.fillques input {
    width: calc(100% - 10px);
    height: 40px;
    border: 0;
    float: left;
    background: transparent;
}

.fillques textarea {
    width: calc(100% - 10px);
    border: 0;
    float: left;
    background: transparent;
    height: 100px;
    padding: 12px 0;
    box-sizing: border-box;
}

.fillques6 {
    height: 100px;
}

.fillques1 {
    background: url(../images/consult1.png) 10px center no-repeat #f3f3f3;
}

.fillques2 {
    background: url(../images/consult2.png) 10px center no-repeat #f3f3f3;
}

.fillques3 {
    background: url(../images/consult3.png) 10px center no-repeat #f3f3f3;
}

.fillques4 {
    background: url(../images/consult4.png) 10px center no-repeat #f3f3f3;
}

.fillques5 {
    background: url(../images/consult5.png) 10px center no-repeat #f3f3f3;
}

.fillques6 {
    background: url(../images/consult5.png) 10px 12px no-repeat #f3f3f3;
}

.fillques4 .select-menu {
    width: calc(100% - 10px);
    display: inline-block;
    font-size: 14px;
    text-align: left;
    border-radius: 4px;
    position: relative;
    color: #757575;
}

.fillques4 .select-head .iconfont {
    float: right;
    color: #6a6a6a;
    font-size: 14px;
}

.fillques4 .option {
    text-indent: 10px;
    width: 100%;
    color: #666666;
    background: #fff;
    line-height: 32px;
    border: 1px #cfcfcf solid;
    z-index: 999;
    position: absolute;
    top: 36px;
    font-size: 14px;
    display: none;
    border-radius: 4px;
}

.option.optionblock {
    display: block;
}

.fillques4 .option-item:hover {
    background-color: #1963eb;
    color: #fff;
}

.consultationBtn {
    display: block;
    text-align: center;
}

.consultationBtn a {
    color: #fff;
    font-size: 14px;
    min-width: 100px;
    padding: 0 15px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    margin: 10px;
}

.present {
    background: #e22c07;
}

.presentClose {
    background: #1963eb;
}


.borderNone{
    border: 0;
    padding: 0;
}

.borderNone input{
    width: 160px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    color: #666666;
    position: relative;
    margin-top: 15px;
    box-sizing: border-box;
    margin: 0;
    float: left;
}

.borderNone  img{
    float: right;
    height: 38px;
    width: 65px;
}

.declareChange{
    overflow: hidden;
    display: block;
    margin-top: 10px;
    float: right;
}

.declareChange a{
    display: inline-block;
    float: left;
}

.declareChange .nbs{
    float: left;
    margin-top: 2px;
}


/* 问题咨询模态框 结束 */

@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1440px) {
    .special_Container {
        zoom: 0.85;
    }


}

@media screen and (max-width: 1300px) {
    .special_Container {
        zoom: 0.7;
    }
}