*{
    margin: 0;
    padding: 0;
}
body{
   background-color: #ededed;
   width: 100%;
   margin: auto;
    font-size: 16px;
    padding-top: 250px;
}
a{
    text-decoration: none;
    color: #333333;
}

li{
    list-style-type: none;
}
ol{
    list-style: none;
}
p{
    padding:0;
    margin: 0;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container{
    width: 96%;
    max-width: 1620px;
    margin: auto;
}
header{
    background-color: #fff;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
}
.top{
    background: #c20d14;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
}
.head{
    display: flex;
    justify-content: space-between;
}
.logo{
    display: flex;
    align-items: center;
}
.logo img{
    margin-right: 14px;
}
.neiye-head{
    justify-content: center;
}
.head{
    padding: 32px 0;
}
.head .right{
    display: flex;
    align-items: center;
}
.head .search{
    display: flex;
    align-items: center;
    background: #b10012;
}
.head .search input{
    width: 380px;
    height: 52px;
    line-height: 52px;
    border: 2px solid #b10012;
    outline: none;
    padding-left: 20px;
    font-size: 16px;
}
.head .search img{
    width: 25px;
    padding: 0 15px;
    cursor: pointer;
    vertical-align: middle;
}
.head .button{
    margin-left: 15px;
    background: #c20d14;
    padding: 13px 26px;
    border-radius: 4px;
    color: #fff;
}
.head .button a{
    display: inline-block;
    color: #fff;
}
.head-nav{
    background: #b10012
}
.head-nav ul{
    display: flex;
}
.head-nav li{
    width:11%;
    padding: 13px 0;
    text-align: center;
    white-space: nowrap;
}
.head-nav li a{
    color: #fff;
}
.index-box{
    display:flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
}
.index-box-bg{
    background-color: #fff;
    border-radius: 4px;
}
.index-box-01{
    height: 434px;
}
.index-01-w{
    width: 38%;
}
.index-01-w2{
    width: 31%;
}
.index-01-w3{
    width: 27%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-01-w3 .account{
    width: 88%;
}

.account .inp p{
    display: flex;
    white-space: nowrap;
    align-items: center;
}
.item{
    padding: 10px 0;
    width: 96%;
    margin: auto;
}
.item .title{
    background: linear-gradient(#b10012,#ef3939);
    padding: 3% 4%;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}
.item .title a{
    color: #fff;
}
.item-list ul li{
    padding: 2% 0;
}
.item-list ul li:first-child{
    margin-top: 15px;
}
.item-list ul li a{
    display: flex;
    align-items: center;
}
.item-list ul li a img{
    margin: 0 15px 0 12px;
}
.item-list ul li a .tit{
    width: 80%;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient:vertical;
}
.item-list ul li a .date{
    color: #878787;
    width: 20%;
    white-space: nowrap;
}
.account h1{
    font-weight: normal;
    font-size: 26px;
    text-align: center;
    margin-bottom: 10%;
}
.account .inp p{
    margin-bottom: 5%;
}
.account .inp p input{
    border: 1px solid #b10012;
    outline: none;
    padding:0 14px;
    line-height: 42px;
    font-size: 16px;
    width: 292px;
    border-radius: 4px;
    flex: 1;
}
.account .inp{
    margin-bottom: 10%;
}
.account p{
    text-align: center;
}
.account button{
    background-color: #b10012;
    color: #fff;
    border: none;
    text-align: center;
    width: 155px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}
.account .color{
margin-top: 10%;
}
.account .color a{
    color: #5b5b5b;
}
.ad-banner{
    width: 100%;
    margin-top:  20px;
}
.ad-banner img{
    width: 100%;
    display: block;
}
.index-box-w{
    width: 32%;
    margin-bottom: 20px;
}
.index-03-w2 .item-list .tit{
    width: 70% !important;
}
.index-03-w2 .item-list .tit-01{
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-03-w2 .item-list li:first-child .tit-02{
    width: 20%;
    text-align: right;
    white-space: nowrap;
}
.index-03-w2 .item-list li:first-child .tit-01{
    width: 43%;;
}
.index-03-w2 .item-list li a{
    color: #5b5b5b;
}
.index-03-w2 .item-list li:first-child a{
    color: #000;
}
.index-03-w3 .item-list .tit-01{
    display: flex;
    align-items: center;
}
.index-03-w3 .item-list .tit-01 button,.tit-01 button{
    background: linear-gradient(#b10012,#ef3939);
    border: none;
    color: #fff;
    width: 76px;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
}
.index-03-w3 .item-list ul li {
    padding: 2.1% 0;
}
footer .foot{
    margin-top: 2%;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    padding: 2.2% 0;
}
footer .link{
    font-size: 14px;
    padding: 1% 0;
}
footer .link a{
    margin: 0 1%;
}
.bc-nav{
    padding: 1.3% 0;
}
.bc-nav a{
    margin: 0 8px;
    color: #393939;
}
.img-list{
    margin-bottom: 2%;
}
.img-list ul{
    display: flex;
    justify-content: space-between;
}
.img-list li{
    width: 23.5%;
}
.img-list li a{
    position: relative;
}
.img-list li a img{
    width: 100%;
}
.img-list li a p{
    position: absolute;
    bottom: 4px;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0 6%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 88%;
    line-height: 4;
}
.content{
    display: flex;
    justify-content: space-between;
}
.content .left{
    width: 1036px;
    background-color: #fff;
}
.content .right{
    width: 564px;
}
.content .list ul{
    padding: 4%;
}
.content .list li{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 3%;
    padding-top: 3%;
}
.content .list li:first-child{
    padding-top: 0;
}
.content .list li a{
    display: flex;
}
.content .list li a .img{
    width: 20%;
    margin-right: 4%;
}
.content .list li a .img img{
    width: 100%;
}
.content .list li a .text{
    width: 76%;
    margin-top: 5px;
}
.content .list li a .text h4{
    font-weight: normal;
    margin-bottom: 10px;
}
.content .list li a .text p{
    font-size: 14px;
    color: #555555;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pager {
    margin-bottom: 50px;
}
.pager ul {
    display: flex;
    overflow: hidden;
    justify-content: center;
}
.pager li {
    margin-right: 10px;
    display: inline-block;
}
.pager li a, .pager li span {
    display: inline-block;
    line-height: 30px;
    min-width: 10px;
    text-align: center;
    font-size: 14px;
    margin-right: -1px;
    padding: 0 10px;
    color: #3c3c3c;
    position: relative;
    z-index: 1;
    position: relative !important;
}
.pager li a {
    border: 1px solid #dfdfdf;
}
.pager li:hover a, .pager li.active a {
    z-index: 9;
    position: relative;
    color: #fff;
    border-color: #b10012;
    background: #b10012;
}
.item-box{
    background-color: #fff;
    padding: 4%;
    margin-bottom: 5%;
}
.item-box .tit h3{
    position: relative;
    padding-bottom: 4%;
    border-bottom: 1px solid #e5e5e5;
}
.item-box .tit h3::after{
    content: "";
    display: block;
    height: 4px;
    background-color: #b10012;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
}
.article{
    padding: 4%;
}
.article .title{
    text-align: center;
    line-height: 3;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
}
.article .title p{
   color: #939393;
   font-size: 14px;
}
.article-txt {
    color: #333333;
    line-height: 40px;
    margin-top: 2%;
}
.article-txt img{
    max-width: 100%;
}
.tag{
    font-size: 14px;
    margin-top: 8%;
    padding-bottom: 4%;
    border-bottom: 1px solid #e5e5e5;
}
.tag a{
    margin: 0 10px;
}
.pre-next{
    display: flex;
    justify-content: space-between;
    padding-top: 3%;
}
.pre-next p{
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.pre-next p:nth-child(2){
    text-align: right;
}
.title-btn{
    text-align: center;
    margin-bottom: 2.5%;
}
.title-btn button{
    color: #fff;
    width: 202px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border: none;
    background: linear-gradient(#b10012,#ef3939);
}
.img-box{
    padding: 2% 4% 4% 4%;
    background: #fff;
    margin-top: 2%;
}
.img-box h1{
    text-align: center;
    margin-bottom: 2%;
}
.major .title-btn{
    margin-top: 4%;
    margin-bottom: 0;
}
.school-img{
    margin-top: 4%;
}
.school-img ul{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    flex-wrap: wrap;
}

.school-img ul li{
   width: 47%;
   margin-bottom: 4%;
}
.school-img ul li img{
   max-width: 100%;
}

.content-02{
    background-color: #fff;
}
.main-form{
    width: 30%;
    margin: auto;
    padding: 4% 0;
}
.main-form h1{
    text-align: center;
    margin-bottom: 8%;
}
.form-paimin ul li{
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding-left: 4%;
    margin-bottom: 5%;
}
.form-paimin ul li label{
    color: #666666;
}
.form-paimin ul li input{
    border: none;
    font-size: 16px;
    color: #000;
    padding: 14px;
    outline: none;
    width: 69%;
}
.form-paimin ul li select{
    border: none;
    outline: none;
    width: 88%;
    padding: 14px;
}
.form-btn{
    text-align: center;
    padding-top: 2%;
}
.form-btn button{
    width: 250px;
    line-height: 50px;
    background: linear-gradient(#b10012,#ef3939);
    color: #fff;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 4%;
}
.form-zhuce li{
    margin-bottom: 5%;
}
.form-zhuce li input{
   border: 1px solid #c9c9c9;
   border-radius: 4px;
    font-size: 16px;
    color: #666666;
    padding: 14px 5%;
    outline: none;
    width: 89%; 
}
.form-zhuce li select{
    border: 1px solid #c9c9c9;
    outline: none;
    width: 99%;
    padding: 14px 5%;
    color: #666666;
    font-size: 16px;
}
.tit-w{
    width: 100%;
    font-size: 20px;
    background: linear-gradient(#b10012,#ef3939);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    margin-bottom: 10%;
}
.que{
    margin-top: 4%;
}
.num{
    color: #585858;
}
.num span{
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.que-sel li{
    display: none;
}
.que-sel li.on{
    display: block;
}
.que-sel li input{
    margin-right: 15px;
}
.que-sel li p{
    line-height: 52px;
}
.que-sel li p input,.que-sel li p label{
    cursor: pointer;
}
.que-btn{
    margin-top: 5%;
}
.que-btn button{
    background:linear-gradient(#b10012,#ef3939);
    width: 114px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    margin-right: 5%;
}
.que-btn button.disabled{
    background:linear-gradient(#ccc,#ddd);
}
.que-tel{
    margin-top: 10%;
}
.que-tel p{
    margin-top: 4%;
}
.que-tel input{
    border-radius: 4px;
    padding: 12px;
    border: 1px solid #c7c7c7;
    font-size: 16px;
    outline: none;
    width: 50%;
}
.que-tel button{
    background:linear-gradient(#b10012,#ef3939);
    width: 114px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.content-03 .main-form{
    background: #fff;
    padding: 2% 1%;
}

@media screen and (max-width: 1360px) {
    .item-list ul li a .tit{
        width: 64%;
    }

    .content .left{
        width: 65%;
    }

    .content .right{
        width: 30%;
    }
}