/*海委列表页CSS*/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
img /* images elements 图片元素 */
{
    border: medium none;
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body, button, input, select, textarea {
    font:14px Helvetica Neue,Helvetica,PingFang SC,微软雅黑,Tahoma,Arial,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
em {
    font-style: normal;
}
/** 重置列表元素 **/
ul, ol {
    list-style: none;
}
/** 重置超链接元素 **/
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    text-decoration: none;
    color: #F40;
}
/** 重置图片元素 **/
img {
    border: 0;
}
/** 重置表格元素 **/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clean-float{
    clear: both;
}
/** 自定义样式 **/
body,html{
    background-color: #fbfbfb;
}
.mid-container{
    width: 1198px;
    margin: 15px auto;
    border: 1px solid #EFEFEF;
    box-shadow: #EFEFEF 1px 1px 5px;
    background-color: #FFFFFF;
}
.lygc-title{
    width: 1178px;
    height: 49px;
    background-color: #F6F6F6;
    border: 1px solid #EFEFEF;
    padding-left: 20px;
}
.lygc-title-logo{
    width: 11px;
    height: 49px;
    background: url("123_00125.png") no-repeat center center;
    float: left;
}
.lygc-title-text{
    height: 49px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 15px;
    float: left;
/*    color:#1470B4;*/
}
.lygc-container-all{
    width: 1198px;
}
.sk-container{
    width: 578.5px;
    height: 195px;
    border-bottom: 1px solid #EFEFEF;
    padding-left: 20px;
    float: left;
}
.sk-container img{
    width: 220px;
    height: 155px;
    margin: 20px 0;
    float: left;
}
.border-right{
    border-right: 1px solid #EFEFEF;
}
.sk-container-child{
    width: 298px;
    height: 165px;
    padding:15px 30px;
    float: left;
}
.child-title{
    width: 100%;
    height: 49px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 49px;
    text-align: center;
    color:#1470B4;
    border-bottom: 1px dashed #BEBEBE;
}
.child-list{
    width: 298px;
    padding: 20px 0;
}
.child-text{
    display: block;
    width: 99px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
}
.child-text-two{
    display: block;
    width: 149px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
}
.hd-container{
    width: 1198px;
    padding: 25px 0;
}
.hd-child-container{
    width: 191px;
    height: 114px;
    border: 1px solid #D8D8D8;
    margin-left: 39px;
    float: left;
    overflow: hidden;
}
.hd-container a{
    display: block;
    width: 193px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 39px;
    padding-top: 15px;
    float: left;
}
