.banner {

    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.banner img {
    width: 100%;
}

.banner-m {
    margin: 0 20px 0 20px;
    margin-bottom: 14px;
}

.banner-m img {
    width: 100%;
    border-radius: 5px;
}

.jianjie {
    width: 1400px;
    margin: 0 auto;
    padding-top: 114px;
}

.jianjie-top {
    margin-bottom: 83px;
}

.jianjie .jianjietext {
    width: 205px;
    height: 48px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-right: 30px;
}

.jianjie .jianjie-y {
    width: 126px;
    height: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.jianjie-bottom {
    display: flex;
    justify-content: space-between;
}

.jianjie-bottom-left {
    width: 654px;
    height: 326px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.jianjie-bottom-left img {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
}

.news {
    width: 1400px;
    margin: 20px auto;
    margin-bottom: 100px;

}

.news-top {
    margin-top: 83px;
    position: relative;
}

.news-top-right {
    display: flex;
    align-items: center;
}

.news-top-right span {
    display: block;
    width: 114px;
    height: 36px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
    padding-top: 5px;
}

.news-top-right span:nth-child(1) {
    color: #fff;
    background: #1D2088;
    border-radius: 25px;
}

.news-top .news-top-xwzx {
    width: 205px;
    height: 48px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-right: 30px;
}

.news-top .news-top-y {
    width: 126px;
    height: 16px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.news .news-bottom {
    width: 100%;
    margin-top: 102px;
    display: flex;
    justify-content: space-between;
}

.news-bottom .left {
    width: 373px;
    height: 508px;
    background: #1D2088;
    border-radius: 0 0 0 10px;
    position: relative;
}

.news-bottom .left .tuwen {
    width: 373px;
    height: 508px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    border-radius: 0 0 0 10px;
    background-color: #fff;
}

.tuwen img {
    width: 100%;
    height: 203px;
    margin-bottom: 20px;
}

.tuwen p {
    font-size: 12px;
    font-weight: 900;
    color: #333333;
    line-height: 30px;
    padding: 0 20px 0 20px;
}
.tuwen h2 {
    font-size: 1.3rem;
    font-weight: 900;
    color: #333333;
    line-height: 30px;
    padding: 0 20px 0 20px;
    margin-bottom: .5rem;
}
.tuwen .arrow {
    width: 45px;
    height: 45px;
    margin: 10px 20px;
    cursor: pointer;
    float: right;
}
.tuwen p.news-date{
    color: #adadad;
    float: left;
    margin-top: 15px;
}
.tuwen .tuwen-text {
    height: 90px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding: 0 20px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.news-bottom .middle {
    width: 49%;
    height: 468px;
    float: left;
    align-items: unset;
}

.news-bottom .middle ul li {
    border-bottom: 1px dashed #ccc;
    height: 140px;
    cursor: pointer;
}

.news-bottom .middle ul li h4:hover {
    color: #1D2088;
}

.news-bottom .middle ul li p:hover {
    color: #1D2088;
}
.news-more{
    float: right;
}
.news-more a{
    font-size: .8rem;
}
.news-more img{
    margin-left: 5px;
}
.middle ul li h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 450px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.middle ul li p {
    width: 100%;
    height: 37px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 23px;
}

.middle ul li p:last-child {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.news-bottom .middle ul li:nth-child(3) {
    border-bottom: none;
}

.news-right{
    float: left;
    position: relative;
    width: 69%;
}
.news-bottom .right {
    width: 49%;
    height: 468px;

    float: left;
    margin-left: 2%;
    align-items: unset;
}

.news-bottom .right ul li {
    border-bottom: 1px dashed #ccc;
    height: 140px;
    cursor: pointer;
}

.news-bottom .right ul li h4:hover {
    color: #1D2088;
}

.news-bottom .right ul li p:hover {
    color: #1D2088;
}

.right ul li h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 450px;
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right ul li p {
    width: 100%;
    height: 37px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 23px;
}

.right ul li p:last-child {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.news-bottom .right ul li:nth-child(3) {
    border-bottom: none;
}

.chuban {
    width: 1400px;
    margin: 0 auto;
}

.chuban .top {
    margin-bottom: 80px;
}

.chuban .middle {
    width: 769px;
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 90px;
    padding-left: 10px;
}

.chuban .top span:nth-child(1) {
    width: 203px;
    height: 48px;
    font-size: 48px;
    font-weight: 400;
    color: #1F1E1E;
    line-height: 48px;
    margin-right: 30px;
}

.chuban .top span:last-child {
    width: 102px;
    height: 11px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.chuban .bottom {
    display: flex;
    flex-wrap: wrap;
}

.chuban .bottom div {
    width: 700px;
    height: 400px;
}

.chuban .bottom div img {
    width: 224px;
    height: 186px;
    display: block;
    margin: 30px auto;
}

.chuban .bottom div span {
    display: block;
    width: 100%;
    text-align: center;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #1B1B1B;
    line-height: 35px;
}

.chuban .bottom div p {
    width: 700px;
    height: 64px;
    margin-top: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #1B1B1B;
    line-height: 24px;
    padding: 0 60px 0 60px;
    box-sizing: border-box;
}

.jiaoyu {
    width: 100%;
    height: 835px;
    background: url('../image/jyyw.png') no-repeat;
    background-size: cover;
}

.jiaoyu .top {
    width: 1400px;
    margin: 0 auto;
    padding-top: 89px;
    margin-bottom: 117px;
}

.jiaoyu .top span:nth-child(1) {
    width: 203px;
    height: 48px;
    font-size: 48px;
    font-weight: 400;
    color: #333;
    line-height: 48px;
    margin-right: 30px;
}

.jiaoyu .top span:last-child {
    width: 102px;
    height: 11px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.jiaoyu .middle {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 137px;
}

.jiaoyu .middle img {
    width: 284px;
    height: 160px;
}

.jiaoyu .middle div:nth-child(1) {
    margin-right: 29px;
}

.jiaoyu-list-title {
    margin-top: 12px;
    margin-bottom: 33px;
    width: 192px;
    height: 30px;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.jiaoyu-list-content {
    width: 1061px;
    height: 75px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.jiaoyu .bottom {
    width: 1400px;
    margin: 0 auto;
    display: flex;
}

.jiaoyu .bottom img {
    width: 284px;
    height: 160px;
}

.jiaoyu .bottom div:nth-child(1) {
    margin-right: 29px;
}

.hexin {
    width: 1400px;
    margin: 0 auto;
    margin-top: 140px;
    margin-bottom: 85px;
}

/* .hexin .top {} */

.hexin .top span:nth-child(1) {
    width: 203px;
    height: 48px;
    font-size: 48px;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    margin-right: 30px;
}

.hexin .top span:last-child {
    width: 102px;
    height: 11px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.hexin .middle {
    /*display: flex;*/
    justify-content: center;
    margin-top: 135px;
    margin-bottom: 100px;
    display: block;
    overflow: hidden;
    clear: both;
}

.hexin .middle div {
    width: 452px;
    height: 397px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    cursor: pointer;
    float: left;
    margin-right: 17px;
    margin-bottom: 43px;
}

.hexin .middle div:nth-child(1) {
    margin-right: 43px;
    margin-left: 226px;
}
.hexin .middle div:nth-child(5) {
    margin-right: 0;
}

.hexin .middle div img {
    display: block;
    width: 133px;
    height: 137px;
    margin: auto;
    margin-top: 39px;
    margin-bottom: 35px;
}

.hexin .middle .name {
    width: 100%;
    height: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-bottom: 26px;
}

.hexin .middle .content {
    width: 394px;
    height: 120px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.hexin .bottom {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.hexin .bottom div {
    width: 452px;
    height: 397px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    cursor: pointer;
}

.hexin .middle div:hover {
    box-shadow: 0px 5px 8px 1px rgba(13, 16, 61, 0.13);
}

.hexin .bottom div:hover {
    box-shadow: 0px 5px 8px 1px rgba(13, 16, 61, 0.13);
}

.hexin .bottom div img {
    display: block;
    width: 133px;
    height: 137px;
    margin: auto;
    margin-top: 39px;
    margin-bottom: 35px;
}

.hexin .bottom .name {
    width: 100%;
    height: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: block;
    text-align: center;
    margin-bottom: 26px;
}

.hexin .bottom .content {
    display: block;
    width: 394px;
    height: 87px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin: 0 auto;
}

.xs-show {
    width: 100%;
    background-color: #F2F2F2;
}

.layui-card-header {
    background: #fff;
    position: relative;
}

.layui-card-header p {
  position: absolute;
  top: 0;
  right: 20px;
}
.layui-card-header p a {
  font-size: 10px;
  font-weight: 400;
}
.layui-card-header {
    background-color: none !important;
}

.layui-card {
    margin: 0 20px 0 20px;
    border-radius: 5px;
}

.layui-card-header {
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    font-size: 18px;
}

.news-style {}

.news-style .news-img img {
    width: 85px;
    height: 70px;
}

.news-style .news-content {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}

.news-style .news-content p:nth-child(1) {
    font-size: 14px;
}

.news-style .news-content p:last-child {
    margin-top: 10px;
    font-size: 11px;
    color: #888888;
}

.news-content-text {
    font-size: 14px;
    position: relative;
    margin: 30px 0 30px 0;
}

.news-content-text span {
    position: absolute;
    right: 0;
    bottom: -24px;
    font-size: 10px;
    color: #888888;
}

.chubanyw {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.chubanyw div {
    width: 50%;
    height: 140px;
}

.chubanyw div img {
    width: 59px;
    height: 49px;
    margin: 0 auto;
    display: block;
    margin-top: 28px;
}

.chubanyw div p {
    font-size: 10px;
    font-weight: 700;
    width: 120px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}

.jiaoyu-top {
    display: flex;
    justify-content: center;
    margin-top: 17px;
}

.jiaoyu-top img {
    width: 142px;
    height: 80px;
}

.jiaoyu-bottom {
    display: flex;
    justify-content: center;
    margin-top: 17px;
    margin-bottom: 17px;
}

.jiaoyu-bottom img {
    width: 142px;
    height: 80px;
}

.jiaoyu-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.jiaoyu-content {
    font-size: 12px;
    color: #333333;
    font-size: 12px;
    color: #333333;
    display: block;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.hexincp-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.hexincp-top div {
    width: 80px;
    height: 78px;
}

.hexincp-top div img {
    width: 52px;
    height: 54px;
    display: block;
    margin: 0 auto;
}

.hexincp-top div:nth-child(1) {
    margin-right: 48px;
}

.hexincp-top div p {
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.hexincp-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 30px;
}

.hexincp-bottom div {
    width: 80px;
    height: 78px;
}

.hexincp-bottom div img {
    width: 52px;
    height: 54px;
    display: block;
    margin: 0 auto;
}

.hexincp-bottom div p {
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.layui-tab-title {
    position: relative;
    left: 0;
    height: 40px;
    white-space: nowrap;
    font-size: 0;
    border-bottom-width: none;
    border-bottom-style: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    display: flex;
    justify-content: flex-end;
}

.layui-tab-brief>.layui-tab-title .layui-this {
    color: #fff;
    background: #1D2088;
    border-radius: 20px;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: none;
}

.layui-tab-title li {
    margin-right: 80px;
    border-radius: 20px;
}

.news-content p {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tuwen h3 {
    width: 328px;
    height: 50px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    position: absolute;
    top: 116px;
    left: 26px;
}
.tuwen h3 a {
  color: #fff;
}
