body,ul,li,a{
    margin: 0;
    padding: 0;
}
li{
    list-style-type:none;
}

.h-width-1200{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

body{
    background-image: url("/public/xsc/image/hred_bg.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
}

.h-logo{
    height: 230px;
}

.h-avg-sel{  background-color: #0065c8;  }
.h-avg-sel li:hover{background-color: #f7a300;}
.h-avg-sel li>a:hover{color: white;}




/*搜索*/
.h-serach-bg{
    background-color: #e5eff9;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.h-serach-bg .h-date{
    font-size: 18px;
    color: #333333;
    vertical-align: middle;
}

.h-serach-bg .h-serach input{
    margin: 0;
    border: 1px solid #0065c8;
    background-color: #f6f6f6;
    font-size: 12px;
    height: 27px;
    padding: 0 3px;
    width: 180px;
}

.h-serach-bg .h-serach span{
    margin: 0;
    background-color: #0065c8;
    height: 27px;
    font-size: 12px;
    color: white;
    vertical-align: middle;
    display: inline-block;
    line-height: 27px;
    padding: 0 10px;
    cursor:pointer;
}

.h-serach-bg .h-serach span:hover{
    background-color: #145ca3;
}

/*快捷*/
.h-quick li{
    float: left;
    width: 240px;
}
.h-quick li a{
    display: block;
    border-bottom-width: 2px;
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    text-align: center;
    padding: 30px 0;
    color: #666666;
    font-size: 16px;
}

.h-quick li a:hover{
    border-bottom-color: #238be1;
    color: #333333;
}

.h-quick li a p{
    margin: 10px 0 0;
    padding: 0;
}

.h-row{margin-top: 30px;overflow: hidden;}

/*文章列表*/

.h-article{
    width: 1200px;
    margin: 30px auto 0;
    overflow: hidden;
}

.h-title-lay{
    border-bottom: 1px solid #0065c8;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
}

.h-title-lay .am-fl span{
    color: #0065c8;
    font-size: 14px;
    font-weight: bold;
}
.h-title-lay .am-fl span:first-child{
    color: #333333;
    font-size: 18px;
}


.h-width-740{
    width: 740px;
    float: left;
}

.h-width-740 .h-hot{
    width: 290px;
    height: 250px;
}

.h-width-740 .h-hot img{
    width: 290px;
    height: 210px;
}


.h-width-740 .h-hot span{
    display: block;
    font-size: 14px;
    color: #0065c8;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    background-color: #f8f8f8;
    border: 1px solid #dddddd;
}


.h-width-430{
    width: 430px;
    float: right;
}

.h-act-list{
    width: 430px;
    min-height: 250px;
}


.h-act-list li{
    background-image: url("/public/xsc/image/li_icon.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    height: 26px;
    line-height: 26px;
    margin-top: 6px;
}

.h-act-list li:first-child{
    margin-top: 0;
}


.h-act-list li span{
    font-size: 14px;
    display: inline-block;
    width: 40px;
    text-align: left;
    margin-left: 10px;
}

.h-act-list li span:first-child{
    width: 370px;
    margin-left: 0;
}

.h-act-list li a{
    color: #333333;
}
.h-act-list li a:hover,.h-notice li a:hover{color: #f40;}

/*就业跟心理*/
.h-notice{width: 580px;}
.h-notice li{background: url("/public/xsc/image/li_icon.png") no-repeat left center;padding-left: 10px;height: 30px;line-height: 30px;}
.h-notice li a{color: #333333;font-size: 14px;}
.h-notice li h4{float: left;width: 460px;overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; }
.h-notice li span{float: right;width: 100px;text-align: right;}


/*下拉*/
.h-sel-bg{
    height: 100px;
    background-color: #f2f7fc;
}

.h-sel-lay{
    width: 1200px;
    margin: 30px auto 0;
    padding-top: 25px;
}

.h-select{
    width: 350px;
    float: left;
    margin: 0 25px;
    position: relative;
}

.h-select span{
    display: block;
    height: 50px;
    width: 350px;
    border: 1px solid #0065c8;
    background-color: #d9e8f7;
    padding: 0 44px 0 20px;
    line-height: 50px;
    color: #0065c8;
    font-size: 18px;
    background-repeat: no-repeat;
    background-position: 316px center;
    cursor: pointer;
}

.h-select .h-t{
    background-image: url("/public/xsc/image/sel_t.png");
}

.h-select .h-b{
    background-image: url("/public/xsc/image/sel_b.png");
}


.h-select .h-sel-a{
    background-color: white;
    border: 1px solid #0065c8;
    border-top: none;
    max-height: 210px;
    min-height: 60px;
    overflow-y: scroll;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 1;
    width: 350px;
}

.h-select .h-sel-a a{
    display: block;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #cccccc;
    padding: 0 20px;
    display: block;
}

.h-select .h-sel-a a:hover,footer a:hover{
    color: #ff4400;
}

/*脚部*/
.h-footer{background-color: #0065c8;margin: 0;overflow: hidden;padding: 30px 0;}
.h-footer>div{width: 1200px;margin: 0 auto;}
.h-footer .am-fl{margin-top: 26px;}
.h-footer .am-fr{width: 200px;text-align: center;}
.h-footer .am-fr img{width: 100px;object-fit: cover;}
.h-footer a{color: white;}