.detailCont,#detailCon {
    /*word-break: break-all;*/
}
.detailCont img,#detailCon img{ max-width: 900px; }
.detailCont p,#detailCon  p{ margin-top: 25px; line-height: 1.8 ;}
a.active,a.active:link,a.active:visited,a.active:hover{ color: #f00;}
.font0 , .font0 p , .font0 div , .font0 td , .font0 li{
    font-size: 16px;
}
.font1,.font1 p , .font1 div , .font1 td , .font1 li{
    font-size: 18px;
}
.font2,.font2 p , .font2 div , .font2 td , .font2 li{
    font-size: 20px;
}

.gl_nav li{ overflow:hidden ;}

.disabled{ color: #ccc !important ; cursor: not-allowed;}


.is_Show{ }
.is_Hidden{ display: none !important; }
.err {
    border: 1px solid #f00 !important;
}
.sitelogo{ margin-left: 130px;}
.sitelogo img{margin-top: 50px; }

.searchlabel{ float: left; width: 100px; font-weight: bold;line-height:37px;}
.searchbar{ margin: 10px; }
.searchpage{ width: 260px; float: left }
.search_btn {
    float: right;
    width: 40px;
    height: 37px;
    background: url(201710smdag_search.png) no-repeat center center #f19f0f;
    border: none;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    outline: none; }
.search_text {
    height: 35px;
    background: #FFFFFF;
    padding-left: 10px;
    line-height: 35px;
    width: 209px;
    border: 1px solid #bfbfbf;
    border-right: none;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    color: #666;
    outline: none; }