/* index部分css */
.navbar-brand{
	font-size: 15px;
	padding: 16.5px 15px;
}
.regback{
    background-color: #eaf2ff;
}
.regbtn{
    text-align: right;
    display: flex;
    justify-content: end;
    cursor: pointer;
    font-size: 1.6rem;
}
.image{
    width: 100vw;
    height: 20vw;
}
.image>img{
    width: 100%;
    height: 100%;
}
p{
    margin: 0.5rem !important;
}
#body{
    background-color: #f0f8ff;
    padding-bottom: 5rem ;
}

.publicity>.title,.policy>.title,.office_service>.title,.company_in>.title{
    background: url('../image/icon/title.png') no-repeat;
    background-size: cover;
}
.publicity>.title>h1,.policy>.title>h1,.office_service>.title>h1,.company_in>.title>h1{
    text-align: center;
    padding: 3rem ;
    font-weight: bold;
}
.publicity>.content,.policy>.content{
    background-color: #fff;
}
.substance{
    margin: 2rem 0;
}
.substance>.content-header{
    padding: 1rem;
    border-bottom: 1px solid #eee;
}
.substance>.content-header>h4{
    font-weight: bold;
}
.substance>.content-header>span{
    text-align: end;
    color: #999;
    font-size: 1.4rem;
    cursor: pointer;
}
.substance>.content-title>ul>li>span{
    font-size: 1.4rem;
}
.substance>.content-title>ul>li>.policy-item{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.list-item{
    padding: 1.5rem 0;
}
.office_service{
    margin: 2rem;
}
.office_service>.content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.office_service>.content>.service_list{
    width: 30rem;
    height: 30rem;
    background-color: #5590f4;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.office_service>.content>.service_list>img{
    width: 15rem;
    height: 15rem;
    background-size: cover;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.office_service>.content>.service_list>span:nth-child(2){
    font-size: 2.4rem;
    cursor: pointer;
    margin-bottom: 2rem;
}
.office_service>.content>.service_list>span:nth-child(3){
    font-size: 1.6rem;
    cursor: pointer;
}
.company_in{
    margin: 2rem 0;
}
.company_in>.content{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.company_in>.content>.service_list{
    width: 50rem;
    height: 30rem;
    background-color: #5590f4;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.company_in>.content>.service_list>img{
    width: 20rem;
    height: 20rem;
    background-size: cover;
    margin: 2rem 0;
}
.company_in>.content>.service_list>span:nth-child(2){
    font-size: 2.4rem;
    cursor: pointer;
}
.company_in>.content>.service_list>span:nth-child(3){
    font-size: 1.8rem;
    cursor: pointer;
}
#footer{
    background-color: #f0f8ff;
}
.f1{
    background-color: #5694f9;
    height: 5rem;
}
.f1>div>a{
    color: #fff;
    font-size: 1.6rem;
    line-height: 5rem;
}
.f2{
    padding:2rem 0 ;
}
.f2>div>span{
    color: #475569;
    font-size: 1.4rem;
}
.carousel-inner{
    width: 64.5rem;
    height: 38.7rem;
}
.carousel-inner>.carousel-item{
    width: 100%;
    height: 100%;
}
.carousel-inner>.carousel-item>img{
    width: 100%;
    height: 100%;
    background-size: cover;
}
.carousel-control-next-icon{
    background-color: #eee;
    width: 3rem;
    height: 5rem;
}
.carousel-control-prev-icon{
    background-color: #eee;
    width: 3rem;
    height: 5rem;
}

/* reset部分CSS代码 */
/**
样式重置
*/
*{
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
    color: #333;
    overflow-x:hidden ;
}
body{
	padding-top:0;	
}
img,video{
    display: block;
    object-fit: cover;
}
body.h1,h2,h3,h4,h5,h6,p,ul,li{
    margin: 0;
    padding: 0;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
}
input,button{
    outline: none;
    border: none;
    background-color: transparent;
}
i{
    display: inline-block;
}

/* public_announcement 部分CSS*/

.regback{
    background-color: #eaf2ff;
}
.regbtn{
    text-align: right;
    display: flex;
    justify-content: end;
    cursor: pointer;
    font-size: 1.6rem;
}
.image{
    width: 100vw;
    height: 20vw;
}
.image>img{
    width: 100%;
    height: 100%;
}
p{
    margin: 0.5rem !important;
}
.content{
    margin: 2rem 0;
}
.page-item{
    padding: 1rem;
    border: 1px solid #eee;
}
.page-item:hover{
    background-color: #f8f8f8;
    cursor: pointer;
}
.page-item>.park>.park_level{
    padding: .3rem;
    background-color: rgba(49,122,201,.15);
    border-radius: .3rem;
    color: #317ac9;
    font-size: 1.2rem;
}
.page-item>.park>.park_tit{
   padding-left: 1rem;
   font-size: 1.4rem;
   font-weight: 700;
   width: 100%; 
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.page-item>.details{
    padding-top: 1rem;
}
.page-item>.details>div>span{
    font-size: 1.2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}
.page-item>.details>div>span:first-child{
    color: #999;
}
.page{
    margin-top: 1rem;
}
.tab{
    height: 4rem;
    background-color: #f8f8f8;
}
.tab>div>.newest{
    color: #317ac9;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    line-height: 4rem;
}
#footer{
    background-color: #f0f8ff;
}
.f1{
    background-color: #5694f9;
    height: 5rem;
}
.f1>div>a{
    color: #fff;
    font-size: 1.6rem;
    line-height: 5rem;
    text-decoration: none;
}
.f2{
    padding:2rem 0 ;
}
.f2>div>span{
    color: #475569;
    font-size: 1.4rem;
}
.location{
    color: #777;
    margin-top: 1.8rem;
    width: 120rem;
    height: 4.2rem;
    line-height: 4.2rem;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    align-items: center;
}
.location>img{
    width: 1.5rem;
    height: 1.8rem;
    background-size: cover;

}
.location>span{
    padding: 0 1rem;
    cursor: pointer;
    user-select: none;
}
.pagination {
	justify-content:center!important;
}

/* affiche_detail部分CSS */
.regback{
    background-color: #eaf2ff;
}
.regbtn{
    text-align: right;
    display: flex;
    justify-content: end;
    cursor: pointer;
    font-size: 1.6rem;
}
p{
    margin: 0.5rem !important;
}
.image{
    width: 100vw;
    height: 15vw;
}
.image>img{
    width: 100%;
    height: 100%;
}
#footer{
    background-color: #f0f8ff;
}
.f1{
    background-color: #5694f9;
    height: 5rem;
}
.f1>div>a{
    color: #fff;
    font-size: 1.6rem;
    line-height: 5rem;
    text-decoration: none;
}
.f2{
    padding:2rem 0 ;
}
.f2>div>span{
    color: #475569;
    font-size: 1.4rem;
}
.location{
    color: #777;
    margin-top: 1.8rem;
    width: 120rem;
    height: 4.2rem;
    line-height: 4.2rem;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    align-items: center;
}
.location>img{
    width: 1.5rem;
    height: 1.8rem;
    background-size: cover;

}
.location>span{
    padding: 0 1rem;
    cursor: pointer;
    user-select: none;
}
.main{
    margin: 3rem 0 10rem;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(153,153,153,0.3);
    padding: 5.6rem 10rem 4rem 10rem;
}
.article>.header{
    padding-bottom: 1rem;
    border-bottom: 1px solid #e8e8e8;

}
.article>.header>.title{
    width: 100%;
    text-align: center;
    line-height: 4rem;
    color: #333;

}
.article_info{
    letter-spacing: 0.5px;
    width: 100%;
    height: 2rem;
    font-size: 1.5rem;
    color: #666;
    text-align: center;
    line-height: 1rem;
    margin-top: 3rem;
}
.article>.content{
    font-size: 1.6rem;
    color: #333;
    text-align: justify;
    line-height: 3.2rem;
    padding: 2rem 0;
    width: 100%;
}
/* detail部分css */
.regback{
    background-color: #eaf2ff;
}
.regbtn{
    text-align: right;
    display: flex;
    justify-content: end;
    cursor: pointer;
    font-size: 1.6rem;
}
.image{
    width: 100vw;
    height: 15vw;
}
.image>img{
    width: 100%;
    height: 100%;
}
p{
    margin: 0.5rem !important;
}
.content{
    border: 1px solid #eee;
    margin: 3rem 0;
}
.content>.content_tit{
    margin: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content>.content_tit>.big_tit{
    font-size: 2.6rem;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.content>.content_tit>.add_info{
    color: #999;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    padding-top: 1rem;
}
.content>.content_tit>.add_info>.splite{
    background-color: #eee;
    width: 1px;
    height: 12px;
    margin: 0 .5rem;
}
.content>.content_tit>.add_info>.add_info_item{
    padding: 0 5px;
}
.subcontent{
    width: 100%;
}
.title{
    width: 100%;
    height: 4rem;
    display: flex;
    align-items:center;
    justify-content: center;
    color: #317ac9;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #e9f4ff;
}
.subcontent>.subcontent_main{
    margin: 2.5rem auto;
    border: 1px solid #e8e8e8;
    display: flex;
    width: 100%;
}
.subcontent>.subcontent_main>.table_col{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.subcontent>.subcontent_main>.table_col>.table_row{
    height: 5.2rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
}
.subcontent>.subcontent_main>.table_col>.table_row>.table_title{
    width: 9.6rem;
    height: 100%;
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}
.subcontent>.subcontent_main>.table_col>.table_row>.table_content{
    min-width: 11rem;
    width: 35rem;
    padding: 1rem 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 14px;
}

.location{
    color: #777;
    margin-top: 1.8rem;
    width: 120rem;
    height: 4.2rem;
    line-height: 4.2rem;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    align-items: center;
}
.location>img{
    width: 1.5rem;
    height: 1.8rem;
    background-size: cover;

}
.location>span{
    padding: 0 1rem;
    cursor: pointer;
    user-select: none;
}
.subcontent_details{
    font-size: 1.6rem;
    color: #333;
    text-align: justify;
    line-height: 3.2rem;
    padding: 2rem 0;
    width: 100%;
}
/* 覆盖原属性部分代码 */
.plupload-preview li {
	width: 120px;
}
.control-label {
	font-size:14px;
}
#post-form input.form-control{
	font-size:14px;
}