body{
  background-color: #f1f1f1;
}
/*首页概览*/
.middlePart{
    background: #ffffff;
    border: 1px solid #d2d2d2;
}
.gl-nav{
    border-bottom: 1px solid #d2d2d2;
    padding: 10px 25px;
}
.gl-nav-title{
    background: #0d60bc;
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 3px;
}
.gl-nav-place {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.gl-nav-place span{
    color: #5d5d5d;
}
.gl-nav-place a{
    color: #c6c6c6;
}
.gl-doc ul{
    margin-top: 15px;
    margin-bottom: 15px;
}
.gl-doc li{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: url("imagesdoc-li-icon1.png") no-repeat 24px;
}
.gl-doc p{
    color: #333333;
    padding-left: 40px;
    float: left;
}
.gl-doc span{
    float: right;
    color: #888888;
    padding-right: 30px;
}


/*首页细览*/
.xl-doc{
    padding-bottom: 30px;
}
.xl-doc > div{
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 35px;
}
.xl-doc > div p{
    color: #333333;
    font-weight: bolder;
}
.xl-doc-title{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bolder;
}
.xl-doc-digest{
    text-align: center;
    margin-bottom: 30px;
}
.xl-doc-digest span{
    font-size: 12px;
    color: #999999;
    margin-right: 30px;
}
.xl-doc-digest a{
    color: #0d60bc;
    font-size: 12px;
}
/*end首页细览*/

/* gl-footer */
.gl-footer .gl-friendly-link-all{
  width: 25%;
  margin-top: 36px;
}
.gl-footer .gl-friendly-link-all .friendly-link{
  position: relative;
  background: #2e82c0;
  color: #fff;
}
.gl-footer .gl-footer-copyright{
  width: 50%;
  margin-top: 57px;
}
.gl-footer .gl-footer-copyright p{
  color: #fff;
}
.gl-footer .gl-footer-copyright .detail{
  margin-top: 15px;
}
.gl-footer .gl-bottombadge{
  margin-top: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1200px){
  .gl-doc p {
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    }
}
