body {
    font-family: "微软雅黑", serif;
    color: #424242;
    margin: 0;
}
div, p, table, th, td {
    font-size: 1em;
    font-family: inherit;
    line-height: inherit;
}
h1,h2,h3,h4{
    color: #017688;
}
ul, dl, li {
    list-style: none outside;
}
.button-primary {
    color: rgb(0,204,204);
    background-color: white;
    border: 1px solid rgb(0,204,204);
    padding: 5px 30px;
    font-size: 1.2em;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.button-primary-fill {
    color: white;
    background-color: rgb(0,204,204);
    border: 1px solid rgb(0,204,204);
    padding: 12px 10px 12px 55px;
    font-size: 1.2em;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

.btn-icon {
    background: rgb(0,204,204) url("imagebtn-icon.png") 15px 10px no-repeat;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt50 {
    margin-top: 50px;
}
.mb50 {
    margin-bottom: 50px;
}
.tc {
    text-align: center;
}

.base-layout {
    margin: 20px auto 0;
}

.base-layout>h2{
    height: 30px;
    line-height: 28px;
    background: url("imagebasetitlebg.png") 0 0 no-repeat;
    color: #017688;
    font-size: 16px;
    padding-left: 30px;
}

.base-layout-left {
    width: 685px;
}

.base-layout-left h2 {
    height: 30px;
    line-height: 28px;
    background: url("imagebasetitlebg.png") 0 0 no-repeat;
    color: #017688;
    font-size: 16px;
    padding-left: 30px;
}

.base-layout-right {
    width: 285px;
}

.base-layout-right h2 {
    height: 30px;
    line-height: 28px;
    background: url("imagebasetitlebg.png") 0 -40px no-repeat;
    color: #017688;
    font-size: 16px;
    padding-left: 30px;
}
.base-list {
    margin: 20px 0;
    width: 100%;
    padding-left: 0px;
}
.base-list li {
    line-height: 34px;
    height: 34px;
    overflow: hidden;
    width: 100%;
    float: left;
    background: url("imagelist-arrow.png") 3px 13px no-repeat;
}

.base-list li a {
    width: 70%;
    line-height: 34px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-left: 15px;
    text-decoration: none;
    color: #424242;
}
.infodate {
    float: right;
    width: 120px;
    text-align: right;
}

.video-list {
    padding: 0;
    margin: 30px 0;
}

.video-list li{
    margin-left: 20px;
    margin-bottom: 30px;
    width: 176px;
    display: inline-block;
}

.video-list img{
    width: 156px;
    height: 110px;
    border: 10px solid rgb(242, 242, 242);
}

.video-list span {
    font-size: 0.4em;
    color: #bbb
}

.video-list .info {
    position: relative;
}

.video-list .info .long {
    position: absolute;
    right: 0;
    bottom: 1px;
}

.video-name a {
    color: #424242;
    text-decoration: none;
}

.header {
    background-color: rgb(248, 248, 248);
    padding: 15px 6% 10px;
}

.footer {
    width: 100%;
    height: 113px;
    background: #ebebeb;
}
.clearself{
    overflow: hidden;
    _overflow: visible;
    _height: 1%;
}
.footercon {
    padding-top: 20px;
    height: 113px;
}
.footercon p {
    text-align: center;
    color: #4e4e4e;
    line-height: 2;
    font-size: 0.9em;
    margin: 0;
}
.footercon p a {
    padding: 0px 10px;
    color: #4e4e4e;
}
.footercon p span {
    padding-right: 30px;
}
.foot-copy {
    margin: 0 auto;
    height:22px;
    line-height:22px;
    padding-left:23px;
    width:700px;
    font-size: 0.9em;
    background:url("imagegaba.png") no-repeat left center
}
.pageWidth {
    width: 1000px;
    margin: 0 auto;
}