.main-body{
    background-image: url("../imgs/bg.png");
    background-size: 100% 460px;
    background-repeat: no-repeat;
    width: 100%;
    
}
.main {
	
    
}
.main-head{
    clear: both;
    height: 460px;
}

.main-head-top{
    padding-top: 14px;
}
.main-head-top-right{
    float: right;
    
}

.main-head-top-right a{
    width: 115px;
    height: 24px;
    background-color: #fff;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    color: #434bd3;
    margin: 20px 5px 20px 5px;
    border: 1px solid #4b5be9;
    border-radius: 18px;
}
.main-public{
    margin-top: 68px;
    margin-bottom: 65px;
}
.main-public span{
    width: 100%;
    height: 31px;
    border-left:7px solid #0e5ac1;
    padding-left: 22px;
    font-weight: 700;
    color: #0e5ac1;
    font-size: 28px;
}

.main-public img{
    margin-top: 30px;
    
}

.main-health{
    margin-top: 65px; 
    
}

.health-title{
    height: 47px;
    background-color: #6991c7;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    font-size: 28px;
    width: 181px;
    padding: 10px 34px 9px 35px;
}
.health-channels{
    margin-top: 31px;
    margin-right: -48px;
}
.health-channel{
    float: left;
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 42px;
}
.health-channel>a{
    border-left: 5px solid #4487cb;
    
    padding-left: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #4487cb;
    margin-bottom: 15px;
}

.main-health .health-channels {
    overflow: hidden;
}
.health-channel>ul{
    margin-top: 16px;
    overflow: hidden;
}
.health-document-title{
    margin: 10px 0 10px 0;
    overflow: hidden;
}

.health-document-title>a{
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #303030;
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.health-document-title>span{
    height: 22px;
    font-size: 14px;
    text-align: left;
    color: #707070;
    font-weight: 400;
    float: right;
    margin-right: 48px;
}
/*  */
.health-gkqychannels{

    margin-right: -48px;
}
.health-gkqychannel{
    float: left;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 42px;
}
.health-gkqychannel>a{
    border-left: 5px solid #4487cb;
    padding-left: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #4487cb;
    margin-bottom: 15px;
}

.main-health .health-gkqychannels {
    overflow: hidden;
}
.health-gkqychannel>ul{
    margin-top: 16px;
    overflow: hidden;
}
.health-gkqydocument-title{
    margin: 10px 0 10px 0;
}

.health-gkqydocument-title>a{
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #303030;
    float: left;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.health-gkqydocument-title>span{
    height: 22px;
    font-size: 14px;
    text-align: left;
    color: #707070;
    font-weight: 400;
    float: right;
    margin-right: 48px;
}

.main-server{
    margin-top: 14px;
  
    
}
.main-server .health-channels {
    overflow: hidden;
}

.main-server .health-gkqychannels {
    overflow: hidden;
}
.server-channels{
    float: left;
    margin: 10px -22.5px 10px -22px ;
}
.server-channel{
    float: left;
    height: 42px;
    width: calc(33.33% - 45px);
    margin: 5px 22.5px 5px 22.5px;
    text-align: center;
    border: 1px solid #0e5ac1;
    box-sizing: border-box;
    color: #0e5ac1;
}
.server-channel>a{
    display: block;
    line-height: 42px;
    color:  #4887db;;
}
.server-channel:hover{
    background-color: #0e5ac1;
}
.server-channel>a:hover{
    color: #ffffff;
}
.server-public img{
    margin: 50px 0 80px 0;
}