﻿@charset "utf-8";
body {
    background: #f3f3f3 url(web_bg.jpg) top center no-repeat;
    color: #000;
    font-family: 'PT Sans Narrow', Arial, sans-serif;
    font-size: 16px;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.clear {
    clear: both;
}

.top {
    color: #FFF;
}

.banner {
    text-align: left;
    height: 213px;
    width: 1200px;
    margin: 0 auto;
    background: url(banner.jpg) bottom center no-repeat;
}

.content {
    width: 1200px;
    margin: 0 auto;
}


/*nav*/

.nav {
    width: 100%;
    height: 42px;
    background: url(nav_bg.jpg) center bottom no-repeat;
}


/* Footer Style */

.footer {
    width: 100%;
    border-top: 3px solid #3175ca;
    background-color: #e5e5e5;
    padding: 20px 0;
}

.footer p {
    font-family: 微软雅黑;
    color: #595959;
    line-height: 25px;
    font-size: 14px;
}

.footer a {
    color: #595959;
    font-size: 14px;
}


/*index*/

.ppt {
    height: 355px;
    width: 590px;
    overflow: hidden;
    border: #eaeaea 1px solid;
    background: #FFF;
}

.news {
    height: 355px;
    overflow: hidden;
    width: 590px;
    border: 1px solid #eaeaea;
    background: #FFF;
}

.news .newstitle {
    height: 40px;
    border-bottom: 2px solid #eaeaea;
    width: 550px;
    margin: 5px 20px;
}

.news .newstitle a {
    display: block;
    width: 110px;
    text-align: center;
    line-height: 40px;
    border-bottom: 2px solid #3175ca;
}

.qh_box {
    width: 590px;
    height: 300px;
    border: 1px solid #eaeaea;
    background: #FFF;
}


/*-------- Tab样式 --------------*/

.hidden {
    display: none;
}

#tab {
    position: relative;
    overflow: hidden;
}

#tab .tabList {
    height: 40px;
    margin: 10px 18px;
    border-bottom: 1px solid #dfdfdf;
    width: 550px;
}

#tab dt {
    float: left;
    text-align: center;
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 130px;
    border-radius: 3px;
}

#tab dt a {
    color: #494949;
    font-size: 18px;
    line-height: 40px;
}

#tab dt.active {
    background: #3175ca;
}

#tab dt.active a {
    color: #FFF;
}


/*link*/

.link {
    width: 1200px;
    margin: 0 auto;
}


/*list*/

.path {
    width: 1200px;
    margin: 0 auto;
    background: #ededed;
    height: 40px;
    line-height: 40px;
}

.leftcon {
    width: 245px;
    background: #ededed;
    padding: 20px 20px 0 20px;
}

.leftbar {
    background: #1b66b9;
    text-align: center;
    margin-bottom: 20px;
}


/* 机构 */

.sy_jg1 {
    border-bottom: 1px solid #e6e6e6;
    height: 140px;
    overflow: hidden;
}

.sy_jg1 a {
    float: left;
    display: block;
    width: 230px;
    height: 145px;
    letter-spacing: 3px;
    line-height: 150px;
    padding-left: 40px;
    font-size: 18px;
}

.sy_jg1 a span {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: block;
    background-color: #d5e8ff;
    position: relative;
    margin-top: 40px;
    float: left;
    margin-right: 20px;
}

.sy_jg1 a span img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .2s;
}

.sy_jg1 a:hover img {
    transform: rotateY(180deg);
}

.sy_jg1 a em {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-top: 40px;
}


/* .sy_jg1 a span {
    position: relative;
    display: block;
} */

.border_right {
    border-left: 1px solid #e6e6e6;
}