@font-face {
    font-family: "D-Din";
    src: url("../static/fonts/D-DIN-PRO-400-Regular.otf")
}
@font-face {
    font-family: "siyuanSans";
    src: url("../static/fonts/SourceHanSansCN-Regular.woff")
}
@font-face {
    font-family: "siyuanSerif";
    src: url("../static/fonts/SourceHanSerifCN.ttf")
}
@font-face {
    font-family: "titleblack";
    src: url("../static/fonts/titleblack.ttf")
}
@font-face {
    font-family: "pangshizhengdao";
    src: url("../static/fonts/pangshizhengdao3.0.TTF")
}
@font-face {
    font-family: "Alimama";
    src: url("../static/fonts/ALIMAMA_SHUHEITI_BOLD.TTF")
}
body {
    /* background: url(../static/images/bgnew.png) center bottom no-repeat; */
    background-size: contain;
    background-color: rgba(237, 246, 255, 1);
    font-family: siyuanSans;
    height: 100%;
    position: relative;
}

.box1 {
    background: url(../static/images/bg11.png) center top no-repeat;
    background-size: cover;
    width: 100%;
    height: 530px;
}

#content {
    margin-top: -385px;
    padding-bottom: 50px;
}
.col-xs-3{
    width: 25%;
    float: left;
}
.col-xs-6{
    width: 50%;
    float: left;
}
.hide{
    display: none;
}

/*@Fix LORLEE */
/*.header{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255 , 0.6);
}

.headerLeft{
    position: absolute;
    left: 320px;
    top: 19px;
    font-family: siyuanSerifBold;
    color: white;
    font-size: 28px;
    letter-spacing: 3px;
    text-align: center;
    
}

.headerCenter{
    position: absolute;
    width: 536px;
    left: 711px;
    top: 39px;

}

.headerCenter>ul{
    display: flex;
    justify-content: space-between;
}

.headerCenter>ul>li{
    font-size: 16px;
    text-align: center;
    width: 80px;
    color: white;
    padding-bottom: 16px;
}

.headerCenter>ul>li:hover{
    border-bottom: 4px solid white;
    cursor:pointer;

}

.headerRight{
    position: absolute;
    top: 20px;
    right: 321px;
    width: 107px;
}

.headerRight>.topBtn{
    height: 38px;
    background-color: 0.1;
    border: 1px solid white;
    display: flex;
    justify-content: space-between;
    text-align: center;
    border-radius: 50px;
    line-height: 38px;
}
.topBtn>div{
    color: white;
    text-align: center;
    padding: 0 12px;
}

.topBtn>div:nth-child(1){
    border-right: 1px solid white;
}*/

/*头部开始*/
.header{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.logo{
    width: 70px;
    margin-top: 11px;
    padding-right: 0;
    margin-right: -10px;
}

.header .linkBox{
    text-align: center;
    height: 80px;
    padding-top: 11px;
}
.header .linkBox a{
    text-decoration: none;
    color:white;
    font-size: 16px;
    font-weight: 400;
    margin-right: 4em;
    height: 68px;
    line-height: 80px;
    display: inline-block;
    padding: 0 0.5em;
}
.header .linkBox a:last-child{
    margin-right: 0;
}
.header .linkBox a.active,.header .linkBox a:hover{
    border-bottom: 3px solid #fff;
}
.loginBox{
    height: 80px;
    padding-top: 22px;
}
/* .header .right_btn {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    width: 115px;
    margin: 0 auto;
} */

.header .right_btn .button_t {
    display: inline-block;
    line-height: 32px;
    padding: 0 14px;
    color: #fff;
}

.header .right_btn .button_t:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
    height: 34px;
}

.header .right_btn span {
    display: inline-block;
    width: 1px;
    height: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    background: rgba(255, 255, 255, 0.4);
}

.mainTitle{
    text-align: center;
    font-family: Alimama;
    color: rgba(255, 255, 255, 1);
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 10px;
    line-height:72px;
    /* text-shadow: 0px 5px 6px rgba(26, 160, 217, 1); */
}

.table{
    position: relative;
    margin:77px auto 0;
    width: 1280px;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 35px 51px 0;
    box-sizing: border-box;
    z-index: 100;
    /* margin-bottom: 110px; */
    margin-top: 45px;
}
.top_jbs{
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 1280px;
    height: 140px;
    opacity: 1;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(226, 246, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.top{
    opacity: 1;
    border-bottom: 1px solid rgba(218, 227, 230, 1);    
    padding: 20px 0 0;
}

.search{
    width: 565px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.search>div:nth-child(1){
    width: 111px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    background-color:  rgba(242, 246, 247, 1);;
    line-height: 40px;
    color: rgba(0, 0, 0, 1);
}
.searchBox{
    display: flex;
    justify-content: space-between;
    width: 435px;
    background-color:  rgba(242, 244, 245, 1);
    border-radius: 109px;
    overflow: hidden;

}

.searchInp{
    border: 0;
    margin-left: 20px;
    width: 358px;
    background-color:  rgba(242, 244, 245, 1);
    font-family: siyuanSans;
    font-size: 16px;
    /*
    color: rgba(198, 204, 207, 1);
    */
}
.searchInp::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(198, 204, 207, 1);
}
.searchInp:-ms-input-placeholder { /* IE 10+ */
    color: rgba(198, 204, 207, 1);
}
.searchInp:-moz-placeholder { /* Firefox 18- */
    color: rgba(198, 204, 207, 1);
}
.searchInp::-moz-placeholder { /* Firefox 19+ */
    color: rgba(198, 204, 207, 1);
}

.selectContainer{
    width: 728px;
}

.searchBox>div{
    right: 15px;
    top: 6px;
    cursor: pointer;
}

.dateBox{
    width: 435px;
}

.dateBox>span{
    display: inline-block;
    text-align: center;
    width: 5px;
}

.dateBox>input{
    width: 208px;
    height: 100%;
    border-radius: 121px;
    padding: 0 15px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.15);  
    box-sizing: border-box;
    cursor: pointer;
}

.dateBox>input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:rgba(0, 0, 0, 0.25);
}
.dateBox>input:-ms-input-placeholder { /* IE 10+ */
    color:rgba(0, 0, 0, 0.25);
}
.dateBox>input:-moz-placeholder { /* Firefox 18- */
    color:rgba(0, 0, 0, 0.25);
}
.dateBox>input::-moz-placeholder { /* Firefox 19+ */
    color:rgba(0, 0, 0, 0.25);
}

.searchBox>div>span{
    position: absolute;
    background: rgba(204, 204, 204, 1);
    left: -10px;
    top: 4px;
    height: 20px;
    width: 1px;
}

.selectContainer{
    height: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 728px;
}

.selectContainer>div:nth-child(1){
    width: 111px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 400;
    background-color:  rgba(242, 246, 247, 1);;
    line-height: 40px;
    color: rgba(0, 0, 0, 1);
}

.selectBox{
    width: 596px;
}

.selectBox>ul{
    display: flex;
    justify-content: space-between;
    line-height: 40px;
}

.selectBox>ul>li{
    font-size: 16px;
    color: rgba(103, 106, 108, 1);
    text-align: center;
    cursor: pointer;
}

.selectBox>ul>.active{
    color: #4795F1 !important;
}

.selectBox>ul>li:hover{
    color: #4795F1 !important;
}

.containerBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
}

.containerBox>div{
    margin-top: 20px;
}

.newsItem{
    width: 580px;
    height: 90px;
    border:  1px solid rgba(218, 227, 230, 1);    
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;

}

.itemLeft{
    float: left;
}

.itemRight{
    float: left;
    margin-left: 11px;
}

.itemTitle{
    position: absolute;
    position: relative;
    font-size: 12px;
    letter-spacing: 0px;
    width: 420px;
    top: 10px;
    text-align: center;
}

.itemTag{
    width: 54px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    background-color: rgba(0, 162, 255, 0.658);
    color: white;

}
.itemTitleName{
    position: absolute;
    right: 0;
    top: 0;
    width: 358px;
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
    text-decoration: none;  
    text-overflow: ellipsis;
    overflow: hidden;
    color:rgba(18, 36, 41, 1);
    cursor: pointer;
    text-align: left;
}

.itemDescBox{
    margin-top: 12px;
    width: 421px;
    height: 21px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    color: rgba(166, 166, 166, 1)
}

.itemDesc{

}

.itemDate{

}

/* 鍒嗛〉 */
#page{
    text-align: center;
    margin: 40px auto 20px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background: linear-gradient(270deg, rgba(64, 143, 255, 1) 0%, rgba(24, 178, 255, 1) 100%)!important;
    border-radius: 6px;
}
.layui-laypage a, .layui-laypage span{
    margin: 0 0 5px 4px;
    border-radius: 6px;
}
.layui-laypage a:not(.layui-laypage-prev):not(.layui-laypage-next), .layui-laypage span{
    border: 0;

}

/* 搴曢儴 */
.footer{
    position: absolute;
    width: 100%;
    height: 160px;
    bottom: 0;
    opacity: 1;
    background-color: rgba(23, 181, 230, 1);
    color: white;
    text-align: center;
}