
.news-title{
    width:100%;
    height:50px;
    background-color: #444a64;
    position: relative;
}
.news-title p{
    width: 100%;
    text-align: center;
    line-height:50px;
    font-size:18px;
    color:#fff;
}
.news-title a{
    display:inline-block;
    position: absolute;
    left:4%;
    top:10px;
    width: 30px;
    height: 30px;
}
.news-title a img{
    width: 100%;
    height: 100%;
}
.search{
    width: 100%;
    height: 50px;
    background-color: #efeff4;
    padding-top:5px;
}
.search .search-warp{
    width: 94%;
    margin-left:3%;
    background-color: #fff;
    border-radius:8px;
    height:35px;
    /*margin-top:5px;*/
}
.search .search-warp P{
    width: 100%;
    text-align: center;
    line-height:35px;
    color:#9a9a9f;
}
.search .search-warp p .search-icon{
    display:inline-block;
    width: 18px;
    height: 18px;
    background: url("../image/search.png") no-repeat;
    vertical-align: middle;
    margin-top:-2px;
}
.search .search-warp #myInput{
    width: 96%;
    border:none;
    height:35px;
    border-radius: 8px;
    display:none;
    padding-left:2%;
    padding-right:2%;
    color:#9a9a9f;
}
.news-list,
.jzz-list{
    width:100%;
    background-color: #fff;
}
.news-list ul li,
.jzz-list ul li{
    height: 60px;
    width: 100%;
    border-bottom:1px solid #efeff4;
    overflow: hidden;
}
.news-list ul li .fl{
    margin-left:2%;
    width:60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-list ul li img.fl{
    width: 50px;
    height:50px;
    margin-left:3%;
    margin-top:5px;
}
.news-list ul li .fl span{
    display:inline-block;
    line-height:30px;
}
.news-list ul li .fr{
    display:inline-block;
    width: 30px;
    height: 30px;
    margin-right:4%;
    margin-top:15px;
}
.news-list ul li .fr img{
    width: 100%;
    height: 100%;
}
.news-list ul li .fl .news-header{
    color:#444a64;
    margin-top:10px;
    line-height:20px;

}
.news-list ul li .fl  .news-date{
    color:#7a7a7a;
    font-size:14px;
    margin-top:-5px;
}
.jzz-list ul li p{
    color:#444a64;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jzz-list ul li .bh{
    margin-left:5%;
    width: 20%;
    line-height:60px;
    text-align: left;
}
.jzz-list ul li .xxname{
    width:40%;
    line-height:60px;
    text-align: center;
}
.jzz-list ul li .jzfs{
    margin-right:5%;
    width:30%;
    line-height:60px;
    text-align: right;
}
.jzz-list ul li .jzfs img{
    width: 18px;
    height:18px;
    vertical-align: middle;
    margin-top:-2px;
}
.detail-title{
    font-size:20px;
    margin-left:5%;
    margin-top:20px;
    color:#444a64;
    font-weight:600;
}
.qyname{
    margin-top:10px;
    margin-left:5%;
}
.qyname .qyname1{
    color:#576b95;
    /*vertical-align: middle;*/
}
.qyname .news-qydate{
    color:#7a7a7a;
    font-size:14px;
    vertical-align: middle;
}
.qy-content{
    width:88%;
    margin:15px auto;
    color:#333;
    background-color: #fafafc;
    line-height:28px;
    /*padding-top:10px;*/
    padding:10px 3%;
}
.qy-content p{
    text-indent: 32px;
    margin-top:15px;
}
.banner{
    width: 100%;
    height:210px;
}
.banner img{
    width: 100%;
    height: 100%;
}
.msg{
    width: 94%;
    height:auto;
    background-color: #ec4d37;
    color:#fff;
    padding:20px 3%;
}
.msg p{
    margin-top:10px;
}
.msg input{
    width: 96%;
    /*margin-left:2%;*/
    height:35px;
    line-height:35px;
    border-radius:3px;
    margin-top:10px;
    margin-bottom:10px;
    padding-left:2%;
    padding-right:2%;
    font-size:16px;
}
.msg select{
    width: 100%;
    /*margin-left:2%;*/
    height:35px;
    line-height:35px;
    border-radius:3px;
    margin-top:10px;
    margin-bottom:10px;
    padding-left:2%;
    font-size:16px;
    /*padding-right:2%;*/
}
.msg .submit{
    width: 100%;
    background-color: #fff;
    color:#ec4d37;
    text-align: center;
    font-size:18px;
    height:40px;
    line-height:40px;
    /*border-bottom:1px solid #ec4d37;*/
    margin-top:20px;
    border-radius:3px;
    letter-spacing: 8px;
    /*font-weight:bold;*/
}
#date-wrapper h3,
#d-confirm{
    background-color: #ec4d37 !important;
}

/*照片列表*/
.photo-list{
    /*margin-top:10px;*/
    margin-bottom:60px;
}
.photo-list a{
    display:inline-block;
    width:46.5%;
    height:136px;
    margin-left:2.3%;
    box-shadow: 3px 3px 5px #ddd;
    text-align: center;
    background-color: #eee;
    margin-top:10px;
    float:left;
    border-radius:5px;
}
.photo-list a img{
    width: 90%;
    height:90px;
    margin:5%;
}
.photo-list a p{
    width:94%;
    margin-left:3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:14px;
}

/*留言*/
.inline-msg .msg-title{
    margin-top:10px;
    margin-bottom:10px;
}
.inline-msg .msg-title span{
    margin-left:5%;
    color:#555;
}
.inline-msg .msg-title a{
    margin-right:5%;
    color:#02448A;
}
.inline-msg .msg-txt{
    width: 91%;
    margin-left:2%;
    padding:2%;
    border-radius: 5px;
    font-size:14px;
}
.inline-msg .msg-sub{
    width:96%;
    margin-left:2%;
}
.inline-msg .msg-sub .sub-img{
    width: 30px;
    height: 30px;
}
.inline-msg .msg-sub .xzlx{
    width: 80px;
    height:26px;
    border-radius: 4px;
    margin-left:15px;
}
.inline-msg .msg-sub .sub-btn{
    width: 80px;
    height:30px;
    background-color: #02448A;
    color:#fff;
    border-radius:4px;
    margin-left:39%;
}
.container {
    width: 96%;
    height: 100%;
    overflow: auto;
    clear: both;
    margin-left:2.4%;
    margin-top:5px;
}

.z_photo {
    width: 92%;
    height: 3.2rem;
    padding: 0.2rem;
    overflow: auto;
    clear: both;
    /*margin: 1rem auto;*/
    border: 1px solid #ddd;
    border-radius:5px;
}

.z_photo img {
    width: 1rem;
    height: 1rem;
}

.z_addImg {
    float: left;
    margin-right: 0.3rem;
    margin-top:5px;
}

.z_file {
    width: 1rem;
    height: 1rem;
    background: url(../image/z_add.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 0.3rem;
    margin-top:5px;
}

.z_file input::-webkit-file-upload-button {
    width: 1rem;
    height: 1rem;
    border: none;
    position: absolute;
    outline: 0;
    opacity: 0;
}

.z_file input#file {
    display: block;
    width: auto;
    border: 0;
    vertical-align: middle;
}
/*遮罩层*/

.z_mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    color:#555;
}

.z_alert {
    width: 3rem;
    height: 2.2rem;
    border-radius: .1rem;
    background: #fff;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -2rem;
}

.z_alert p:nth-child(1) {
    line-height: 1.5rem;
}

.z_alert p:nth-child(2) span {
    display: inline-block;
    width: 42%;
    height: .5rem;
    line-height: .5rem;
    float: left;
    border-radius: 4px;
    /*border-top: 1px solid #ddd;*/
    color:#fff;
    margin-left:5%;
}

.z_cancel {
    /*border-right: 1px solid #ddd;*/
    background-color: #02448A;
}
.z_sure{
    background-color: #e22d2d;
}

/*留言板*/
.lyb-content{
    width:94%;
    margin-left:3%;
    margin-bottom:60px;
}
.lyb-content .lyb-list{
    margin-top:20px;
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
}
.lyb-content .lyb-list .lyb-title{
    font-size:16px;
    color:#333;
    font-weight:600;
    /*border-bottom:1px solid #ddd;*/
}
.lyb-content .lyb-list .lyb-main{
    color:#555;
    margin-top:5px;
    font-size:14px;
    /*border-bottom:1px solid #ddd;*/
    padding-top:5px;
    padding-bottom:10px;
}
.lyb-content .lyb-list .lyb-hf{
    margin-top:5px;
    font-size:14px;
    color:#333;
    border-top:1px solid #ddd;
    padding:5px 0 5px 20px;
    font-weight:600;
}
.lyb-content .lyb-list .lyb-hf span{
    color:#555;
    font-weight:normal;
}
.xly{
    position: fixed;
    bottom:0;
    left:0;
    width: 100%;
    height: 45px;
    background-color: #666;
    color:#fff;
    text-align: center;
    line-height:45px;
}
/*.xly a{*/
    /*color:#fff;*/
/*}*/
.xly img{
    width: 26px;
    height: 26px;
    vertical-align: middle;
}










