﻿@charset "utf-8";
.over_sea{
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    font-family: 'Microsoft YaHei','Arial','Helvetica','sans-serif';
}
.over_sea a{
    text-decoration: none;
}
.over_sea a:hover, .over_sea a:focus,a:active{
    color: #0075cb;
}
.over_sea ul, .over_sea li{
    margin: 0;
    padding: 0;
    list-style: none;
    color: #333;
    font-size: 16px;
}

.over_sea td{
    padding-top: 10px;
}

.over_sea h2{margin:0;
    font-size: 18px;
    font-weight: normal;
}

.over_sea #list {
    width: 100%;
    margin: 0 auto;
}
.over_sea #list h2 {
    padding: 20px;
    background-color: #f0f5f9;
}
.over_sea #list .active { /* 点击时添加的类名 */
    background-color:#0075cb;
    color: #fff;
}
.over_sea #list ul {
    display: none;
    padding: 15px 40px 25px;
}
.over_sea #list ul li {
    padding: 10px 0;
    border-bottom:1px solid #eee;
}
.over_sea #list li.details{
    margin-bottom: 10px;
}
.over_sea #list li.details a:first-child{
    display: inline-block;
    width: 32%;
}
.over_sea .w-1200{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
.over_sea .content{
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px 60px;
}

.over_sea .title{
    padding-bottom: 20px;
    text-align: center;
    color: #333;
    font-size: 24px;
}
.over_sea .small-title{
    font-size: 16px;
    color: #333;
}
.over_sea .lg-title{
    float: right;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}
.over_sea .pull-right{
    width: 64%;
    float: right;
}
.over_sea .pull-right span{
    display: inline-block;
    margin-right: 15px;
    width: 30%;
    vertical-align: top;
    word-wrap: break-word;
}
.over_sea .clear{
    clear: both;
}
