* {
    margin: 0;
    padding: 0;
}
ul,
li,
ol {
    list-style: none;
}
a {
    text-decoration: none;
}
body {
    font-size: 14px;
    font-family: Microsoft YaHei;
}
#midContent {
    width: 1080px;
    padding: 0 10px;
    margin: 0 auto;
    height: auto;
  	background: #fff;
}
.crumbs{
    height: 40px;
    background: #F3F3F3;
    line-height: 40px;
    padding-left:12px;
    margin: 0 0 10px;
  }
  .crumbs a{
    font-size: 14px;
    font-weight: bold;
    color: #2864A9;
  }
/* 横幅开始 */
.zyxxHf {
    width: 100%;
    height: 230px;
    padding-top: 50px;
    background: url('/statics/images/zyxxhf.png') no-repeat center;
    background-size: 100% 100%;
    text-align: center;
}
.zyxxHf > h3 {
    font-size: 60px;
    font-family: SourceHanSansCN;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0px 4px 1px rgba(0, 97, 255, 0.2);
}
.zyxxHf > p {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 16px;
}
.hfBor {
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
}
.xzhOne {
    width: 800px;
    margin-top: 12px;
}
.xzhTwo {
    width: 840px;
    margin-top: 9px;
    margin-bottom: 23px;
}
/* 提升方式&专业类别开始 */
.tsfs_zylbContent {
    height: auto;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 21px 20px 9px;
    margin-top: 20px;
}
.tsfsContent {
    padding-left: 10px;
    display: flex;
    height: 70px;
    border-bottom: 1px solid #e1e1e1;
}
.tsfs_zylbTitle {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    border-right: 1px solid #333;
    padding-right: 20px;
    margin-right: 31px;
    height: 20px;
}
.tsfs_zylbTitle > img {
    margin-right: 11px;
}
.tsfsContent > ul {
    display: flex;
}
.tsfsContent > ul > li {
    width: 220px;
    height: 40px;
    background: linear-gradient(90deg, #cb2222 0%, #f84b4a 100%);
    border-radius: 4px;
    text-align: center;
    margin-right: 40px;
    position: relative;
}
.tsfsContent > ul > li > span>a {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
.zxksTitle {
    background: linear-gradient(90deg, #fe9601 0%, #ffa72a 100%) !important;
}
.crgkTitle {
    background: linear-gradient(90deg, #0a72ff 0%, #2d87fe 100%) !important;
}
.tsfsContent > ul > li > div {
    position: absolute;
    padding-top: 70px;
    top: 40px;
    left: 20px;
    right: 20px;
    width: 181px;
    height: 150px;
    display: none;
}
.tzzsbTitle > div {
    background: url('/statics/images/tzzsbbj.png') no-repeat center;
}
.zxksTitle > div {
    background: url('/statics/images/zxksbj.png') no-repeat center;
}
.crgkTitle > div {
    background: url('/statics/images/crgkbj.png') no-repeat center;
}
.tsListStyle > div > span {
    font-weight: 400;
    color: #cc2323;
    width: 120px;
    border-bottom: 1px solid #ffb2b2;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 7px;
}
.zxksTitle > div > span {
    color: #fe9a0c;
    border-bottom: 1px solid #ffeace;
}
.crgkTitle > div > span {
    color: #0b73ff;
    border-bottom: 1px solid #a0c9ff;
}
.tsListStyle > div > p {
    font-weight: 400;
    color: #5c1111;
    letter-spacing: 2px;
line-height: 18px;
}
.zxksTitle > div > p {
    color: #5a3b10 !important;
}
.crgkTitle > div > p {
    color: #122e54 !important;
}

.zylbContent {
    padding-top: 30px;
    padding-left: 10px;
    display: flex;
}
.zylbContent > ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}
.zylbContent > ul > li  {
    width: 100px;
    height: 40px;
    background: #f1f1f1;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 40px;
    margin-right: 28px;
    margin-bottom: 21px;
    cursor: pointer;
}
.zylbContent > ul > li >a {
  	display:block;
}
.zylbContent > ul > li.clickBox  {
    font-weight: bold;
    color: #ffffff;
    background: linear-gradient(90deg, #0a72ff 0%, #2d87fe 100%);
}
.zylbContent > ul > li.clickBox > a  {
  	display:block;
  	color: #ffffff;
}
.tipBox {
    font-weight: 400;
    color: #e32121;
    margin-top: 29px;
    margin-bottom: 19px;
    letter-spacing: 2px;
line-height: 18px;
}

.xxList {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.xxList > h3 {
    background: linear-gradient(180deg, #367be4 0%, #1666df 99%);
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}
.xxList > h3 >a{
  color: #ffffff;
}
.xxList > ul {
    display: flex;
    flex-wrap: wrap;
}
.xxList > ul > li {
    padding: 10px;
    width: 188px;
    height: 195px;
    background: #ffffff;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 7px 2px #aaaaaa2b;
    margin-bottom: 20px;
  	margin-right:8px;
}
.xxList > ul > li > p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    margin-bottom: 10px;
}
.xxList > ul > li > div {
    display: flex;
    justify-content: space-between;
}
.xxList > ul > li > div > a {
    display: block;
    width: 90px;
    height: 30px;
    background: #4d8ff1;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    color: #ffffff;
}
.xxList > ul > li > div > a.aPxzx {
    width: 88px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #4d8ff1;
    border-radius: 2px;
    color: #4d8ff1;
}
.morezy > h4 {
    width: 188px;
    height: 100px;
    background: #ecf4ff;
    text-align: center;
    font-size: 22px;
    color: #226ede;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.morezy > div {
    width: 100%;
    height: 1px;
    background-color: #f3f3f3;
    margin: 20px 0;
}
.morezy > a {
    display: block;
    width: 140px;
    height: 36px;
    background: linear-gradient(90deg, #1d6be0 0%, #3884f9 100%);
    border-radius: 2px;
    margin: 0 auto;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
}