#Mob{
    width:100%;
}
#header-mob{
    background: #014f99;
    position: relative;
}
.logo-mob{
    width:65%;
    padding:20px 10px;
}
.logo-mob img{
    width:100%;
}
.search-mob{
    position: absolute;
    width: 25px;
    height: 25px;
    right: 60px;
    top: 30px;
}
.search-mob img{
    width:100%;
}
#search-mob {
    position: absolute;
    display: none;
    top: 55px;
    right: 60px;
    width: 180px;
    height: 25px;
    overflow: hidden;
    border-radius: 12px;
    padding: 0;
}

#search-mob .write {
    width: 135px;
    height: 25px;
    border: none;
    padding: 0;
    padding-left: 10px;
    outline: none;
    color: #333333;
    background: #a0c4e2;
    line-height: 26px;
}

#search-mob .write::-webkit-input-placeholder {
    color: #333333;
    text-align: center;
}

#search-mob .write::-moz-placeholder {
    color: #333333;
    text-align: center;
}

#search-mob .write:-ms-input-placeholder {
    color: #333333;
    text-align: center;
}

#search-mob .search {
    width: 35px;
    height: 25px;
    border: none;
    padding: 0;
    background: #a0c4e2 url("../img/search.png") no-repeat center;
    color: #ffffff;
    cursor: pointer;
    outline: none;
}
/*轮播图*/
.slideBox-mob {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slideBox-mob .hd {
    height:34px;
    box-sizing: border-box;
    padding:10px 0 10px 35px;
    width:100%;
    overflow: hidden;
    position: absolute;
    background: rgba(0,0,0,0.7);
    left: 0;
    bottom: 0;
    z-index: 1;
}
.slideBox-mob .hd ul {
    overflow: hidden;
    zoom: 1;
    float: right;
}
.slideBox-mob .hd ul li {
    float: left;
    margin-right: 15px;
    width: 16px;
    height: 16px;
    color: #333436;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    transition: all 300ms;
}
.slideBox-mob .hd ul li:hover {
    background: #34649a;
    color: #fff;
}
.slideBox-mob .hd ul li.on {
    background: #34649a;
    color: #fff;
}
.slideBox-mob .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slideBox-mob .bd li {
    zoom: 1;
    vertical-align: middle;
}
.slideBox-mob .bd img {
    width: 100%;
    height:auto;
    display: block;
}
/*手机正文*/
.tab-titleMob{
    box-shadow: 0 1px 4px #dadada;
}
.tab-titleMob span{
    width:50%;
    text-align: center;
    padding:15px 0;
    font-size:18px;
    background: transparent;
}
.mob5-title span{
width:33%;
}
.tab-titleMob span.active{
    background: #a0c4e2;
    color:#014f99;
}
.more-mob{
    display: block;
    width:30%;
    background: #014f99;
    border-radius: 3px;
    margin:20px auto 40px auto;
    padding:8px 0;
    color:#ffffff;
    text-align: center;
    letter-spacing: 20px;
    text-indent: 20px;
}
/*正文1*/
.title-mob{
    font-size:20px;
    color:#014f99;
    padding:10px 20px;
    box-shadow: 0 1px 4px #dadada;
}
.mob1 ul{
    margin-top:20px;
}
.mob1 ul li{
    padding:10px 20px;
    font-size:0;
}
.date-mob{
    width: 18%;
    text-align: center;
    margin-right:5%;
    font-size:14px;
}
.date-mob p{
    width:100%;
    padding:2px 0;
    color:#557997;
    font-size:24px;
    background: #e4ebf0;
    border-top:1px solid #a0c4e2;
}
.date-mob span{
    display: block;
    padding:2px 0;
    width:100%;
    background: #a0c4e2;
    color:#00447d;
}
.news-mob{
    width:77%;
    font-size:14px;
}
.news-mob p{
    font-size:16px;
    font-weight: 500;
    color:#133c60;
    margin-bottom:5px;
}
/*正文2*/
.mob2{
    background: #f3f2f0;
    padding-bottom:1px;
}
.mob2-list ul li{
    padding:20px 5%;
    border-bottom:1px solid #d4d4d4;
}
.mob2-list ul li div{
    font-weight: bold;
    font-size:16px;
    margin-bottom:10px;
}
/*正文3*/
.mob3-list ul li{
    padding:20px 8%;
    background: url("../img-mob/liststyle-mob.png") no-repeat 3% 25px;
    background-size:7px;
    border-bottom:1px solid #dbe2ea;
}
.mob3-list ul li p{
    margin-bottom:5px;
}
/*正文4*/
.mob4-list ul{
    margin-top:20px;
}
.mob4-list ul li{
    padding:20px 5%;
}
.mob4-list ul li .mob4-imgMob{
    width:25%;
    margin-right:5%;
}
.mob4-list ul li .mob4-imgMob img{
    width:100%;
}
.mob4-list ul li .mob4-newsTitle{
    width:70%;
}
.mob4-list ul li .mob4-newsTitle p{
    margin-bottom:10px;
}
/*正文5*/
.mob5-list ul li{
    padding:20px 8%;
    background: url("../img-mob/liststyle-mob.png") no-repeat 3% 25px;
    background-size:7px;
    border-bottom:1px solid #dbe2ea;
}
.mob5-list ul li p{
    margin-bottom:5px;
}
/*二维码*/
.mob6{
    padding:5%;
    background: #f3f2f0;
}
.erCode-mob{
    margin:10%;
    width:30%;
    text-align: center;
}
.erCode-mob img{
    width:100%;
}
.erCode-mob p{
    margin-top:5px;
}
/*底部*/
#footer-mob{
    background: #3e454d;
}
.links-mob{
    color:#f3f2f0;
    padding:5%;
}
.links-mob div{
    text-align: center;
    font-size:16px;
    margin-bottom:10px;
}
.links-mob ul li{
    float:left;
    padding:10px 0;
    width:34%;
    margin:0 8%;
}
.copy-mob{
    border-top:1px solid #6b7076;
    padding:5%;
    text-align: center;
    color:#f3f2f0;
    font-size:12px;
    line-height:2;
}

/*二级页面*/
#erJi-mob{
    padding:30px 5%;
}
.nowWhere-mob{
    color: #00447d;
    border-bottom: 2px solid #d9d6d6;
    padding: 10px 0;
    position: relative;
    margin-bottom:20px;
}
.nowWhere-mob:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #016691;
    height: 2px;
    width: 81px;
}
.list-mob li{
    padding: 12px 15px 20px 20px;
    overflow: hidden;
    background: url(../img/listStyle.png) no-repeat left 20px;
    border-bottom: 1px dashed #e9e7e7;
}
.list-mob li a{
    float: left;
    color: #666666;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-mob li span{
    float: right;
    color: #948e8e;
}
.content-mob img{
    width:100%;
    height:auto;
}

.img-list-mob li{
    background: #f6f7f7;
    float:left;
    width:45%;
    padding:20px 0;
    text-align: center;
}
.img-list-mob li:nth-of-type(2n){
    float:right;
}
.img-list-mob li img{
    width:100%;
    height:160px;
    box-shadow: 1px 1px 5px #b8b8b8;
    margin-bottom:12px;
}
.img-list-mob li p{
    color:#515151;
    font-size:12px;
}