.nav-tab {
    height: 40px;
    background: #3385ff
}

.nav-tab-item {
    float: left;
    width: 90px;
    height: 40px;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative
}

.nav-tab-item.dropdown {
    width: 120px
}

.nav-tab-item span {
    display: block;
    height: 20px;
    line-height: 20px;
    margin-right: -1px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-right: 1px solid #4068d4;
    cursor: pointer;
    text-align: center
}

.nav-tab-item span .caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: middle;
    margin-left: 3px
}

.nav-tab-item.active span,.nav-tab-item:hover span,.top-nav {
    height: 40px;
    line-height: 40px
}

.nav-tab-item.active,.nav-tab-item:hover {
    padding: 0;
    background: #4068d4
}

.nav-tab-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    padding-top: 5px;
    z-index: 10
}

.nav-tab-item .dropdown-menu ul {
    background: #4068d4;
    opacity: .95;
    border-radius: 3px;
    overflow: hidden
}

.nav-tab-item .dropdown-menu ul li {
    line-height: 40px;
    height: 40px;
    width: 120px;
    color: #fff;
    cursor: pointer;
    text-align: center
}

.nav-tab-item .dropdown-menu ul li:hover {
    background: #274caf
}

.top-nav-right .contact span i,.top-nav-right .contact span:hover i {
    background-image: url(../images/wechat.png);
    background-repeat: no-repeat
}

.nav-tab-item.active .dropdown-menu {
    display: block
}

.top-nav {
    width: 1200px;
    margin: 0 auto
}

.top-nav-left {
    float: left
}

.top-nav-left a {
    font-size: 15px;
    margin-right: 16px
}

.top-nav-left .caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: inherit;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    vertical-align: middle;
    margin-left: 3px
}

.top-nav-right {
    float: right
}

.top-nav-right .contact {
    height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0
}

.top-nav-right .contact a,.top-nav-right .contact span {
    display: block;
    height: 28px;
    float: left;
    line-height: 28px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    position: relative
}

.top-nav-right .contact a i,.top-nav-right .contact span i {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 3px
}

.top-nav-right .contact span i {
    background-position: 0 0
}

.top-nav-right .contact span:hover i {
    background-position: 0 -28px
}

.top-nav-right .contact span .dropdown {
    position: absolute;
    top: 38px;
    right: 0;
    width: 120px;
    height: 120px;
    display: none;
    box-shadow: 0 0 3px #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    background: #fff
}

.top-nav-right .contact span .dropdown img {
    display: block;
    border: none;
    width: 100%;
    height: 100%
}

.banner,.search-bar {
    width: 1200px;
    margin: 0 auto
}

.top-nav-right .contact a i {
    background-image: url(../images/tel.png);
    background-position: 0 0;
    background-repeat: no-repeat
}

.top-nav-right .contact a:hover i {
    background-image: url(../images/tel.png);
    background-position: 0 -28px;
    background-repeat: no-repeat
}

.banner {
    height: 100px
}

.banner img {
    display: block;
    border: none
}

.search-bar {
    height: 70px;
    padding: 24px 0
}

.search-bar .logo {
    display: block;
    float: left;
    width: 170px;
    height: 50px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: 0 2px
}

.search-bar .title {
    width: 120px;
    height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
    margin-left: 20px;
    overflow: hidden;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-weight: 700
}

.search-bar .search-box {
    float: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 420px;
    height: 70px
}

.search-bar .search-box .swarch-wrap {
    height: 40px
}

.search-bar .search-box .swarch-wrap input {
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 340px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e3e9ee;
    border-right: none;
    border-radius: 4px 0 0 4px;
    padding: 4px 16px;
    font-size: 16px;
    transition: 350ms
}

.search-bar .search-box .swarch-wrap input:focus {
    outline: 0;
    border-color: #4068d4
}

.search-bar .search-box .swarch-wrap .btn-search {
    float: left;
    width: 80px;
    height: 40px;
    background-color: #4068d4;
    background-image: url(../images/search_btn.png);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    text-align: center;
    color: #fff;
    line-height: 40px;
    cursor: pointer
}

.search-bar .search-box .search-tips {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #bdc3d3
}

.search-bar .search-box .search-tips a {
    margin-right: 10px;
    color: #bdc3d3
}

.search-bar .search-box .search-tips a:hover {
    color: #4068d4
}

.bread-crumb {
    border-top: 1px solid #e3e9ee;
    width: 1200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #999
}

.bread-crumb a {
    margin: 0 6px;
    color: #282828
}

.bread-crumb a:first-child {
    margin-left: 0
}

.bread-crumb a:hover {
    color: #4068d4;
    text-decoration: underline
}

.bread-crumb span {
    margin-left: 6px;
    color: #4068d4
}

.tab-banner {
    width: 1200px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 24px 0;
    margin: 0 auto;
    background: #366092;
    border-radius: 4px 4px 0 0
}

.tab-banner h1 {
    font-size: 28px;
    color: #fff;
    padding: 20px 0
}

.tab-banner .tab {
    height: 40px
}

.tab-banner .tab .tab-item {
    float: left;
    height: 40px;
    margin-right: 2px;
    background: #727483;
    width: 146px;
    border-radius: 4px 4px 0 0;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff
}

.tab-banner .tab .tab-item a{
    color: #fff
}

.tab-banner .tab .tab-item:hover {
    color: #fff;
    background: #8d8e9b
}

.tab-banner .tab .tab-item.active {
    background: #fff
}

.tab-banner .tab .tab-item.active a {
    color: #323b54;
}

.container {
    width: 1200px;
    padding-top: 30px;
    margin: 0 auto
}

.main {
    width: 840px
}

.media-list-item {
    padding: 16px 10px;
    height: 135px;
    cursor: pointer;
    border-bottom: 1px solid #e3e9ee
}

.media-list-item:hover {
    background: #f7f8fa
}

.media-list-item .thumb {
    float: left;
    width: 190px;
    height: 135px;
    background: #e3e9ee;
    border-radius: 3px;
    overflow: hidden
}

.media-list-item .thumb img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.ad,.ad img,.aside {
    width: 320px
}

.media-list-item .desc {
    margin-left: 210px
}

.media-list-item .desc h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

.media-list-item .desc p {
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 80px;
    min-height: 20px;
    color: #848484;
    font-weight: 300;
    overflow: hidden;
}

.media-list-item .desc p.meta {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    text-align: right
}

.aside {
    float: right
}

.side-panel .hd {
    height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e3e9ee
}

.side-panel.s1 .bd,.side-panel.s2 .bd {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e9ee
}

.side-panel .hd h2 {
    border-left: 6px solid #4068d4;
    padding-left: 16px;
    font-size: 20px;
    line-height: 16px;
    font-weight: 700
}

.side-panel .hd .more {
    position: absolute;
    right: 0;
    top: 10px;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    text-decoration: none
}

.side-panel.s1 .bd li,.side-panel.s2 .bd li {
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.side-panel .hd .more:hover {
    text-decoration: underline;
    color: #3385ff
}

.side-panel.s1 .bd li i {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    color: #999
}

.side-panel.s1 .bd li i.r {
    color: #ff5050
}

.side-panel.s1 .bd li a {
    color: #292929;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer
}

.side-panel.s1 .bd li a:hover {
    color: #3385ff;
    text-decoration: underline
}

.side-panel.s2 {
    margin-top: 40px
}

.side-panel.s2 .bd li {
    padding-left: 20px;
    background-image: url(../images/dot.png);
    background-repeat: no-repeat;
    background-position: -5px 5px
}

.side-panel.s2 .bd li a {
    display: block;
    color: #292929;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer
}

.side-panel.s2 .bd li a:hover {
    color: #3385ff;
    text-decoration: underline
}

.ad {
    margin-top: 30px;
    border-radius: 4px;
    overflow: hidden
}

.ad img {
    display: block;
    border: none;
    height: auto
}


.r {
    float: left;
    color: #d33a2b;
}