*{
    padding:0;
    margin:0;
    font-family: '微软雅黑';
    font-size:14px;
    width:100%;

}
ul,ol,menu{
    list-style-type: none;
}
a{
    text-decoration: none;
    color:#000;
}
img{
    border:none;
}
.r-n{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.r-w{
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.c-n{
    display:flex;
    flex-wrap: nowrap;
    flex-direction: column;
}
.c-w{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.alc{
    align-items:center;
}
.fg{
    flex-grow: 1;
}
.r-ct{
    justify-content: center;
}
.r-fs{
    justify-content: flex-start;
}
.r-sb{
    justify-content: space-between;
}
.r-fe{
    justify-content:flex-end;
}
.r-sa{
    justify-content:space-around;
}

.ele{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ell{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height:30px;
    margin-top:2%;
    font-size:1.1rem;
}
.more{
    font-size:1.1rem;
    color:#638fbe;

    width:1000px;
}
.mores{
    font-size:1.1rem;
    color:#638fbe;
}
/* header */
.header{
    width:100%;
}
.header-topbox{
    width:1000px;
    height:127px;
    background: url('../imgs/logo.jpg') no-repeat top left;

}
.header-cont{
    width:260px;
    height:127px;
}
.header-a{
    font-size:1.1rem;
    color: #1669b5;
    margin-top:1%;
}
.header-search{
    border:1px solid #1669b5;
    padding:1% 0 1% 2%;
    box-sizing: border-box;
    margin-top:2%;
    height:35px;
    background-color: #fff;
}
.header-search form{
    width:100%;
}
.search-input{
    width:85%;
    height:100%;
    outline: none;
    background: transparent;
    border:none;
    font-size:.9rem;
}
.search-sub{
    outline: none;
    background: transparent;
    border:none;
    width:13%;
    background: url('../imgs/mjj_search.jpg') top center no-repeat;
    cursor: pointer;
}
/* nav */
.nav{
    width:1000px;
    height:50px;
    background: #1769b0;
    position: relative;

}

.nav-a{
    font-size:22px;
    color:#fff;
    border-right:1px solid #0f5799;
}
.nav-sonlist{
    width:1000px;
    height:auto;
    background: #e9f3fc;
    position:absolute;
    top:50px;
    right:0;
    padding:2% 2%;
    box-sizing: border-box;
    display:none;
    z-index: 1000;
}
.nav-sona{
    color:#1d70b2;
    font-size:1.1rem;
    margin:1% 0;
    width:188px;
    display:inline-block;
}

/* footer */
.foots {
    width:1000px;
    margin-right: auto;
    margin-left: auto;
}
.foots1 {
    width: 100%;
    border-top: 1px solid #0154a4;
    padding-top:20px;
    height: 60px;
}
.foots11 {
    width: 1000px;
    font-size: 1.1rem;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    line-height: 40px;
    color: #1e6fbe;
}
.foots11  a{
    color:#1e6fbe;
    font-size:1.1rem;
}
.foots2 {
    background-color: #1e6fbe;
    height: 200px;
}
.foots2 div p{
    color:#fff;
}
.foots-cent p:nth-child(1){
    margin-top:40px;
}
.foots-cent p{
    margin-top:1%;
    font-size:1.1rem;
}
.aa{
    white-space:nowrap;
}
.bb{
    margin-left:200px;
}
.cc{
    width:120px;
    height:120px;
}
#_span_jiucuo img{
    width:115px;
    margin-top:40px !important;
}
/* 滚动新闻 */
#roll {
    height: 86px;
    width: 355px;
    position: fixed; /*fixed实现绝对定位*/
    cursor:pointer;
}

/* 搜索框 */
.seccont-rt-sch{
    width:700px;
    margin-left:20px;
}
.seccont-rtlist-title{
    width:80%;
    font-size:16px;
}
.seccont-rtlistdiv-cont{
    color:#a0a0a0;
}
.seccont-ltlisttits{
    padding: 4% 0;
    background-color: #1a71c0;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    width: 280px;
}
.seccont-lts{
    width:280px;
}
.seccont-ltlists{
    display: flex;
    padding: 4% 0;
    font-size: 1.2rem;
    border-bottom: 1px solid #1a71c0;
}


/* info1 */
.info1{
    width:1000px;
    padding:2%;
    box-sizing: border-box;
}
.info1-denglu , .info1-zhuced{
    width:36px;
    color:#0154a4;
    cursor: pointer;
}
.info1-num{
    background-color: #e3f4fe;
    padding:2% 1%;
    box-sizing: border-box;
}
.info1-form{
    margin-top:20px;
    width:600px;
}
.info1-form-title{
    margin:10px 0;
}
.info1-form-span{
    width:140px;
    font-size:14px;
}
.info1-form-input{
    width:450px;
    padding:1% 0 1% 4%;
    margin-left:10px;
    border:3px solid #e5e5e5;
    border-radius: 8px;
}
.info2-submit{
    margin-top:40px;
    width:130px;
    height:40px;
    background-color: #0154a4;
    color:#fff;
    font-size: 16px;
    border-radius: 8px;
    border:none;
    margin-left:50%;
}
.info1-list{
    margin-top:20px;
}
.info1-list-head{
    width:130px;
    padding:2% 0;
    box-sizing: border-box;
    background-color: #e3f4fe;
    font-size:18px;
}
.info1-list-fa{
    border:1px solid #e7e7e7;
    padding:2% 1%;
    box-sizing: border-box;
}
.info1-list-son{
    margin:10px 0;
}
.info1-list-son-span{
    font-size:18px;
    font-weight:600;
}
.info1-list-son-tit1{
    margin-top:10px;
}
.info1-list-son-tit1-span{
    color:#0f5799;
    font-size:18px;
    font-weight:600;
}
/* info2 */
.info1-form-sex{
    width:100px;
}
.info1-form-filefa{
    display:none;
}
.info1-form-file{
    font-size:12px;
    color:#0154a4;
}
.info2-files{
    width:130px;
    height:40px;
    background-color: #0154a4;
    color:#fff;
    font-size: 16px;
    border-radius: 8px;
    border:none;
}
.info{
    width:450px;
}
.info select:after{
    display:none;
}
#s_province , #s_city ,#s_county{
    width:100px;
    margin-left:10px;
    border:3px solid #e5e5e5;
    border-radius: 8px;
    padding:1% 0;
    box-sizing: border-box;
}
.change {
    position: absolute;
    display: block;
    width: 103px;
    top: 2px;
    left: 5px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}

.file-name {
    position: absolute;
    top: 9px;
    width: 133px;
    height: 30px;
    padding: 0 8px;
    line-height: 25px;
    margin-left: 86px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.btnMask {
    color: #fff;
    width: 86px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 131px;
    display: inline-block;
    border: none;
    background: #0154a4;
    background-size: 100% 100%;
    cursor: pointer;
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-11-18 21:15:22" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->