﻿/*初始化样式*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url(topbg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #a2d8f8;
    font: normal 100% 'arial', 'helvetica', 'verdana', sans-serif;
    color: #333;
    margin-top: 0px;
    margin-bottom: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;

}

ul li,
ol li {
    list-style-type: none;
}

img,
input,
button {
    border: none;
    outline: none;
}

.w990 {
    width: 990px;
    margin: auto;

}

.top {
    height: 185px;
}


.content {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 48px;

}

.wtld_title {
    padding-top: 21px;
    padding-bottom: 17px;
}


.wtld_title p {
    font-size: 18px;
    color: #0066cc;
    font-weight: bold;

}

.wtld_list ul li {
    width: 718px;
    overflow: hidden;
    border: 1px solid #cccccc;
}

.wtld_left {
    width: 250px;
    float: left;
    text-align: center;
}

.wtld_left img {
    width: 100px;
    height: 144px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.wtld_left p {
    font-size: 12px;
    line-height: 2em;
    font-family: "宋体";
    font-weight: bold;
}

.wtld_left span {
    font-size: 12px;
    height: 2em;
    line-height: 2em;
    font-family: "宋体";

}

.wtld_right {
    width: 437px;
    float: right;
    margin-top: 10px;
    margin-right: 13px;
}
.wtld_right_t{
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.wtld_right ul li{
    width: 437px;
    height: 26px;
    line-height: 26px;
    border: none;
  
}
.wtld_right ul li a{ 
    font-size: 12px;
    color: #000000;
    font-family: "宋体";
}
.wtld_right ul li a:hover{ 
    color: red;
    
}
.wtld_right ul li span{ 
    float: right;
    font-size: 12px;
    color: #000000;
    font-family: "宋体";
    margin-right: 27px;
}
.footer {
    height: 109px;
    border-top: 1px solid #5ab1e0;
    padding-top: 20px;
}

.footer p {
    font-size: 16px;
    color: #006699;
    text-align: center;
}