/* header */

header {
    background-color: #F1EEE9;
}

.logo {
    width: 100px;
    height: 80px;
    background-color: #E1251B;
    color: #fff;
    text-align: center;
    line-height: 80px;
    background-image:url(../images/logo_whg.png);
    background-repeat: no-repeat;
}

.hd-news {
    width: 600px;
    height: 80px;
}

.headline {
    border-bottom: 1px solid #ccc;
    line-height: 50px;
}

.subhead {
    line-height: 30px;
}

.subhead span {
    display: inline-block;
    width: 30%;
}


/* main */

main {
    background-color: #fff;
}

.search {
    width: 760px;
    margin: 20px auto 40px;
}

.search-text {
    float: left;
    width: 460px;
    height: 40px;
    border: 2px solid #3493EE;
    padding-left: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.search-btn {
    float: left;
    width: 100px;
    height: 40px;
    background-color: #3493EE;
    border: 0;
    font-size: 14px;
    color: #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: bold;
}

.search-btn_two {
    float: right;
    width: 100px;
    height: 40px;
    background-color: #3493EE;
    border: 0;
    font-size: 14px;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: bold;
}





/* category */

.category {
    position: relative;
    width: 550px;
    height: 500px;
    margin: 100px auto 0;
    background-color: pink;
    background: url(./images/grid.png) no-repeat;
    background-size: 100%;
}

.category li {
    position: absolute;
    font-size: 20px;
    color: #fff;
    text-align: center;
}


.category-item11 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:61px;
}

.category-item12 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:193px;
}

.category-item13 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:322px;
}

.category-item21 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:1px;
    margin-top:131px;
}

.category-item22 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:131px;
    margin-top:131px;
}

.category-item23 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:260px;
    margin-top:131px;
}

.category-item24 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:389px;
    margin-top:131px;
}

.category-item31 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:64px;
    margin-top:264px;
}

.category-item32 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:194px;
    margin-top:264px;
}

.category-item33 {
    width:160px;
    height:160px;
    line-height:160px;
    margin-left:324px;
    margin-top:264px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}


/* 友情链接 */

.links {
    height: 100px;
    padding: 20px 0;
    border-top: 1px solid #0B3A8A;
    font-size: 14px;
}

.links-left {
    text-align: center;
    line-height: 100px;
    width: 130px;
    border-right: 1px solid #ccc;
}

.links-right {
    width: 780px;
}

.links-right a {
    margin: 0 5px;
    line-height: 32px;
}


/* footer */

footer {
    position: relative;
    height: 260px;
    color: #fff;
    text-align: center;
    background-color: #0B3A8A;
}

.foot-cont {
    width: 480px;
    padding-top: 80px;
    margin: 0 auto;
}

.foot-cont-item {
    display: inline-block;
    margin: 0 25px;
}

.foot-cont-item dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

.foot-cont-item dd {
    line-height: 20px;
}


/* 在线服务 */

.contact {
    position: fixed;
    top: 30%;
    right: 0;
    width: 50px;
    height: 80px;
    background-color: #1296DB;
}

.contact img {
    width: 36px;
    margin: 7px;
}

.contact span {
    color: #fff;
    text-align: center;
}