body{padding: 0;margin: 0;width:100%;}
a{text-decoration: none;outline: none;}
ul{list-style: none;padding:0;margin:0;}
.fl{float: left;}
.fr{float: right;}
.flex-row{display: flex;flex-direction: row;}
.flex-col{display: flex;flex-direction: column;}
.pt30{padding-top: 30px;}
.pt20{padding-top: 20px;}
.pt10{padding-top: 10px;}

.header{
    width:100%;
    height:190px;
    background:url(../image/hdbg.png) no-repeat center;
    background-size: 100% 190px;
    overflow: hidden;
    position: relative;
}
.tip{
    height:44px;
    width:1300px;
    margin: 0 auto;
    line-height: 44px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.tip span{color:#333}
.header-imgbg{
    width: 581px;
    height: 150px;
    background: url(../image/hdbgimg.png) no-repeat center;
    background-size: 581px 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.logo{
    position: relative;
    width:358px;
    height:106px;
    margin: 40px 0 0 10px;
    z-index: 333;
}
.logo img{width:358px;height:106px;}
.logo2{
    position: relative;
    width:321px;
    height:88px;
    margin: 40px 0 0 10px;
    z-index: 9991;
}
.logo2 img{width:321px;height:88px;margin: 10px;z-index: 9991;}

.search{
    width: 398px;
    height: 48px;
    position: relative;
    margin-top: 65px;
}
.search input{
    width: 346px;
    height: 48px;
    line-height: 48px;
    outline: none;
    border: 2px solid #d83532;
    border-right: none;
    padding: 0 12px;
    position: absolute;
    font-size: 16px;
    color: rgb(26, 26, 26);
    background: #fff;
}
.search button{
    height: 48px;
    width: 52px;
    position: absolute;
    background:linear-gradient(#ee6449,#e43b31);
    background-size: 20px;
    top:0;
    right: 0;
    outline: none;
    cursor: pointer;
    border: none;
    font-size: 16px;
    color:#fff;
    line-height: 46px;
}
.examlogin{
    height: 16px;
    padding: 0 20px 0 21px;
    background: url(../image/examinee.png) no-repeat left  center;
    background-size: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #CF1322;
    font-weight: 800;
    margin:15px 0 0 25px;
}
.examlogin a{
    text-decoration: none;
	outline: none;
	color: #CF1322;

}
.nva{
    width:100%;
    height:56px;
    background: #e13027;
}
.navlist{
    width:1300px;
    margin:0 auto;
    height:56px;
    overflow: hidden;
}
.navlist a{color:#fff}
.navlist li{
    float: left;
    width:170px;
    font-size: 18px;
    list-style-type: none;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
}
.navlist li a{color:#fff}
.navlist li:hover{
    background: #cc221a;
}
.navlist li.active{
    background: #cc221a;
}

.ad{
    width:1300px;
    height: auto;
    display: block;
    overflow: hidden;
    padding-top: 20px;
}
.ad img{
    /* padding-top: 10px; */
    display: block;
    width: 1300px;
    height: auto;
}



.loginbox{
    box-sizing: border-box;
    width:320px;
    height: 370px;
    overflow: hidden;
    margin-left: 20px;
    background: #fff;
}
.listbox{
    box-sizing: border-box;
    width:320px;
    overflow: hidden;
    margin-right: 20px;
    padding:0 15px;
    background: #fff;
}
.listhead{
    width:100%;
    position: relative;
    height: 46px;
    padding-top: 10px;
}
.listhead .title{
    position: absolute;
    height: 24px;
    line-height: 25px;
    padding-left: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #cf1322;
    border-left: 5px solid #CF1322;
    left: 0;
    top: 20px;
}
.listhead .more{
    line-height: 46px;
    float: right;
    color:#000;
}
.listhead .more a{color:#000}
.listbody{
    width: 100%;
}
.listbody li{
    list-style-type: none;
    width:290px;
    padding: 10px 0;
    color: #333;
    justify-content: space-between;
    overflow: hidden;
}
.listbody li span{
    float: right;
    font-size: 16px;
    width:45px;
    box-sizing: content-box;
    text-align: right;
}
.listbody li a{
    float: left;
    width:230px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.listbody li:hover{
    color:#d83532
}
.listbody li:hover a{
    color:#d83532
}
.listbody li::before{
    content: '·';
    font-size: 18px;font-weight: bold;
    font-size: 18px;
    float: left;
    width: 10px;
}

.leftbox{
    width: 630px;
    padding-right: 20px;
    padding-left: 30px;
    border-right: 2px dashed #CECECE ;
}
.rightbox{
    width: 630px;
    padding-left: 20px;
    padding-right: 30px;
}
.ul-disc li{
    width:578px;
    background: url(../image/dot.svg) no-repeat left center;
    padding-left: 20px;
    background-size:8px;
}
.ul-disc li a{
    width:450px;
    font-size: 16px;
    color: #1D2129;
    white-space:normal ;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.casebox{
    width:1300px;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 10px 15px 0 15px;
}
.casebody{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding:10px 0 0 0;
    justify-content: space-between;
}
.casebody div{
    padding:20px 15px;
    border: 1px solid #e7e7e7;
    width:300px;
    height:85px;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}
.casebody div img{
    max-width:280px;
    height:65px;
}

.footbox{
    width:100%;
    margin-top: 20px;
    background:#fff ;
}
.footer{
    box-sizing: border-box;
    width:1300px;
    margin: 0 auto;
    padding:40px 0 ;
    justify-content: space-between;
}
.logo-tip{
    width:200px;
    margin-right:5px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}
.logo-tip img{
    width: 199px;
    height: auto;
}
.logo-tip .slogn{
    padding-top: 5px;
    width: 192px;
    height: auto;
}
.code{
    width:132px;
    margin-right:0;
    text-align: center;
}
.code img{
    width:92px;
    height: auto;
}
.code div{
    font-size: 14px;
}
.contact{
    padding-left:10px;
    border-left:1px dashed #ccc;
}
.contact .address{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    color:#666
}
.contact .phone{
    font-size: 15px;
    color:#666;
    padding: 0 0 10px 24px;
}
.copyright{
    text-align: center;
    height: 54px;
    border-top: 1px solid #eaeaea;
    line-height: 55px;
}

.copyright span{
    font-size: 14px;
    color: #666;
}
/* .copyright img{
    vertical-align: middle;
    padding-right: 17px;
} */


.quickentry{
    width:222px;
    height:346px;
    position: fixed;
    left:calc(50% - 910px);
    top:350px;
    z-index: 9998;
    background-image: linear-gradient(to right , #e32f2c, #f47455);
    overflow: hidden;
    transition: height 0.2s linear;
}
.heighted{
    height:59px;
}
@media screen and (max-width: 1720px) {
    .quickentry {
        left:20px;
    }
  }
.quickentry .head{
    width:222px;
    height:59px;
    background:url(../image/enterhdbg.png) no-repeat left center;
}
.entrylist a{
    display: block;
    width:198px;
    height:47px;
    margin:0 auto;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
    line-height:48px;
    margin-bottom: 10px;
    padding-left:60px;
}
/* .entrylist a::after{
    content:" > >";
    width: 40px;
    height: 43px;
    color: #a2a2a2;
    float: right;
    background-size: 10px;
} */

.entrylist div:nth-child(1) a{
    background: #fff url(../image/enterbg1.png) no-repeat 20px center ;
    background-size: 18px auto;
}
.entrylist div:nth-child(2) a{
    background: #fff url(../image/enterbg2.png) no-repeat 20px center ;
    background-size: 18px auto;
}
.entrylist div:nth-child(3) a{
    background: #fff url(../image/enterbg3.png) no-repeat 20px center ;
    background-size: 21px auto;
}
.entrylist div:nth-child(4) a{
    background: #fff url(../image/enterbg4.png) no-repeat 20px center ;
    background-size: 18px auto;
}
.entrylist div:nth-child(5) a{
    background:#fff url(../image/enterbg5.png) no-repeat 20px center ;
    background-size: 21px auto;
}
.entrylist div:nth-child(1) a:hover{
    background: #fffcca url(../image/enterbg1_a.png) no-repeat 20px center ;
    background-size: 18px auto;
    color:#d83532
}
.entrylist div:nth-child(2) a:hover{
    background: #fffcca url(../image/enterbg2_a.png) no-repeat 20px center ;
    background-size: 18px auto;
    color:#d83532
}
.entrylist div:nth-child(3) a:hover{
    background: #fffcca url(../image/enterbg3_a.png) no-repeat 20px center ;
    background-size: 21px auto;
    color:#d83532
}
.entrylist div:nth-child(4) a:hover{
    background: #fffcca url(../image/enterbg4_a.png) no-repeat 20px center ;
    background-size: 18px auto;
    color:#d83532
}
.entrylist div:nth-child(5) a:hover{
    background: #fffcca url(../image/enterbg5_a.png) no-repeat 20px center ;
    background-size: 21px auto;
    color:#d83532
}
