@charset "utf-8";

/* CSS Document */

.header {
    width: 100%;
    overflow: hidden;
}

.head_top {
    padding: 4px 0;
    width: 100%;
    line-height: 24px;
    background: #f7f7f7;
    overflow: hidden;
}

.head_top p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.head_right {
    float: right;
    overflow: hidden;
}

.search_box {
    float: left;
    margin-right: 20px;
    width: 189px;
    height: 22px;
    border: 1px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
}

.search_box input {
    float: left;
    width: 152px;
    height: 22px;
    font-size: 12px;
    color: #666;
    border: 0;
    background: none;
}

.search_box button {
    float: left;
    width: 27px;
    height: 22px;
    background: none;
    border: 0;
}

.head_top a {
    font-size: 14px;
    color: #666;
}

.head_bottom {
    width: 100%;
    height: 160px;
    background: url(../images/headbg.jpg) top center no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.head_bottom .logo {
    margin-top: 43px;
    float: left;
}

.nav {
    width: 100%;
    height: 45px;
    background: url(../images/navbg.jpg) top center no-repeat;
    background-size: auto 100%;
}

.nav ul>li {
    position: relative;
    float: left;
    width: 133px;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}

.nav ul>li a {
    display: block;
}

.nav ul>li>a:hover,
.nav ul>li.active>a {
    color: #03438a;
    background: #fff;
}

.adv_section {
    margin: 20px 0;
    width: 100%;
    height: 120px;
}

.adv_section img {
    width: 100%;
    height: 120px;
}

.section {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.news_section {
    float: left;
    width: 770px;
}

.section_title {
    position: relative;
    width: 100%;
    height: 25px;
    line-height: 25px;
}

.section_title h6 {
    position: relative;
    float: left;
    padding-right: 10px;
    font-size: 18px;
    color: #333;
    background: #fff;
    z-index: 999;
}

.section_title h6 span {
    color: #024389;
}

.section_title .more {
    position: relative;
    float: right;
    padding-left: 10px;
    font-size: 14px;
    color: #666;
    background: #fff;
    z-index: 999;
}

.section_title .more:hover {
    color: #024389;
}

.section_title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 2px;
    background: url(../images/bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.news_content {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.news_content .news_img {
    float: left;
    position: relative;
    width: 370px;
    height: 278px;
}

.news_img li {
    position: relative;
}

.news_content .news_img li img {
    width: 100%;
    height: 278px;
}

.news_content .news_img li .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_content .news_box {
    float: right;
    width: 385px;
}

.news_list {
    width: 100%;
    overflow: hidden;
}

.news_list li {
    padding-left: 10px;
    font-size: 14px;
    color: #333;
    line-height: 34px;
    background: url(../images/libg.jpg) left center no-repeat;
    overflow: hidden;
}

.news_list li a {
    float: left;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newstwo_box .news_list li a {
    float: left;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li .time {
    float: right;
    color: #999;
}

.news_list li a:hover {
    color: #024389;
}

.notice_section {
    float: right;
    width: 400px;
}

.notice_section .news_list {
    margin-top: 10px;
}

.notice_img {
    margin-top: 15px;
    width: 100%;
    height: 95px;
    overflow: hidden;
}

.notice_img img {
    width: 100%;
    height: 95px;
}

.exchange_list {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.exchange_list ul {
    width: 100%;
    overflow: hidden;
}

.exchange_list li {
    float: left;
    margin-right: 30px;
    width: 380px;
}

.exchange_list li:nth-child(3n) {
    margin-right: 0;
}

.exchange_list li .item_cont {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
}

.exchange_list li .item_cont img {
    float: left;
    width: 120px;
    height: 90px;
}

.exchange_list li .item_cont .item_right {
    align-self: center;
    margin-left: 10px;
    width: 245px;
}

.exchange_list li .item_cont .item_right h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.exchange_list li .item_cont .item_right p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.exchange_list li a:hover .item_cont .item_right h6 {
    color: #024389;
}

.exchange_list li .item_text {
    width: 100%;
    overflow: hidden;
}

.exchange_list li .item_text p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.member_section {
    padding: 19px 0;
    background: #f7f9fb;
    border: 1px solid #eaeaea;
    overflow: hidden;
}

.member_section .member_top {
    width: 100%;
    overflow: hidden;
}

.newmember_section {
    position: relative;
    float: left;
    padding-right: 14px;
    margin-right: 14px;
    width: 380px;
}

.newmember_section:last-child {
    padding-right: 0;
    margin-right: 0;
}

.newmember_section:last-child:after {
    display: none;
}

.newmember_section:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 240px;
    border-left: 1px dashed #dedede;
}

.sectiontwo_title {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background: url(../images/titbg.jpg) no-repeat;
    overflow: hidden;
}

.sectiontwo_title h6 {
    float: left;
    font-size: 18px;
    color: #fff;
}

.sectiontwo_title .more {
    float: right;
    font-size: 14px;
    color: #fff;
}

.company_list {
    padding-left: 15px;
    margin-top: 10px;
    overflow: hidden;
}

.company_list li {
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company_list li span {
    color: #024289;
}

.company_list li a:hover {
    color: #024289;
}

.newmember_section .news_list {
    margin-top: 10px;
}

.newmember_section .news_list li {
    line-height: 36px;
    margin-left: 10px;
}

.newmember_section .news_list li a {
    max-width: 62%;
}

.newmember_section .quick_box {
    margin-left: 7px;
    margin-right: 10px;
    margin-top: 18px;
    overflow: hidden;
}

.quick_list {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.quick_list li {
    float: left;
    margin-right: 16px;
    width: 110px;
    height: 41px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 41px;
    background: #f19f1f;
    border-radius: 3px;
}

.quick_list li a {
    display: block;
}

.quick_list li:nth-child(3n) {
    margin-right: 0;
}

.recruit_section {
    width: 100%;
    overflow: hidden;
}

.recruit_title {
    padding-bottom: 10px;
    width: 100%;
    line-height: 24px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
}

.recruit_title h6 {
    float: left;
    font-size: 18px;
    color: #333;
}

.recruit_title .more {
    float: right;
    font-size: 14px;
    color: #666;
}

.recruit_title .more:hover {
    color: #024289;
}

.newmember_section .recruit_section .news_list {
    margin-top: 4px;
}

.newmember_section .recruit_section .news_list li {
    margin-left: 0;
}

.director_section {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.director_section .sectiontwo_title {
    background: url(../images/titbg2.jpg) no-repeat;
}

.director_slide {
    margin: 20px;
    margin-bottom: 7px;
    margin-right: 14px;
    overflow: hidden;
}

.director_slide .bd {
    width: 100%;
    overflow: hidden;
}

.director_slide .bd li {
    float: left;
    margin-right: 16px;
    display: table;
    width: 180px;
    height: 70px;
    text-align: center;
    background: #fff;
}

.director_slide .bd li a {
    display: table-cell;
    vertical-align: middle;
}

.director_slide .bd li img {
    max-width: 95%;
    max-height: 65px;
}

.sectionthree_title {
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #024289;
}

.sectionthree_title h6 {
    float: left;
    position: relative;
    width: 130px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #024289;
}

.sectionthree_title h6:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 99;
    margin: 0 auto;
    width: 1px;
    border: 5px solid transparent;
    border-bottom-color: #fff;
}

.link_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.link_list li {
    float: left;
    margin-right: 11px;
    margin-bottom: 5px;
    display: table;
    width: 138px;
    height: 48px;
    text-align: center;
    border: 1px solid #dcdcdc;
}

.link_list li a {
    display: table-cell;
    vertical-align: middle;
}

.link_list li img {
    max-width: 95%;
    max-height: 45px;
}

.link_list li:nth-child(8n) {
    margin-right: 0;
}

.footer {
    width: 100%;
    height: 257px;
    background: url(../images/footbg.jpg) top center no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}

.footer .w1200 {
    margin-top: 20px;
}

.footer .foot_left {
    float: left;
    width: 600px;
}

.footer .foot_left img {
    margin-bottom: 15px;
}

.footer .foot_left p {
    font-size: 14px;
    color: #fff;
    line-height: 36px;
}

.footer .foot_right {
    float: right;
    margin-top: 68px;
    padding: 15px 17px;
    width: 429px;
    background: #fff;
}

.footer .foot_right a {
    margin-right: 40px;
}

.footer .foot_right img {
    height: 92px;
}

.footer .foot_right img.ewm_img {
    width: 92px;
    height: 92px;
}

.page_content {
    margin-bottom: 30px;
    width: 100%;
    min-height: 400px;
    /*overflow: hidden;*/
}

.sidenav {
    float: left;
    width: 200px;
}

.sidenav_list {
    margin-bottom: 20px;
    border: 1px solid #efefef;
    overflow: hidden;
}

.sidenav_list li {
    width: 100%;
    height: 48px;
    background: #fafafa;
    border-bottom: 1px solid #efefef;
}

.sidenav_list li:last-child {
    border-bottom: 0;
}

.sidenav_list li a {
    display: block;
    padding-left: 19px;
    padding-right: 28px;
    font-size: 14px;
    color: #333;
    line-height: 48px;
    background: url(../images/icon4.png) no-repeat;
    background-position: 89% center;
}

.sidenav_list li:hover,
.sidenav_list li.active {
    background: #03438a;
    border-bottom-color: #03438a;
}

.sidenav_list li:hover a,
.sidenav_list li.active a {
    color: #fff;
    background: url(../images/icon4_2.png) no-repeat;
    background-position: 89% center;
}

.newsleft_section {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.newsleft_section .newsleft_title {
    padding: 0 20px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    background: #03438a;
    overflow: hidden;
}

.newsleft_section .newsleft_title h6 {
    float: left;
    font-size: 14px;
    color: #fff;
}

.newsleft_section .newsleft_title .more {
    float: right;
    font-size: 12px;
    color: #fff;
}

.newsleft_section .newsleft_cont {
    padding: 5px 9px;
    border: 1px solid #efefef;
    border-top: 0;
    overflow: hidden;
}

.newsleft_section .newsleft_cont .news_list li a {
    max-width: 100%;
}

.cont_right {
    float: right;
    width: 970px;
}

.subpage_title {
    padding-top: 5px;
    padding-bottom: 13px;
    width: 100%;
    line-height: 24px;
    border-bottom: 1px solid #03438a;
    overflow: hidden;
}

.subpage_title h6 {
    float: left;
    font-size: 18px;
    color: #03438a;
}

.subpage_title .breadnav {
    float: right;
    font-size: 14px;
    color: #666;
}

.subpage_title .breadnav img {
    margin-right: 10px;
}

.subpage_title .breadnav span {
    margin: 0 5px;
}

.subpage_title .breadnav a:hover,
.subpage_title .breadnav a.active {
    color: #03438a;
}

.first_list {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.first_list li {
    padding-left: 13px;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    background: url(../images/libg.jpg) left center no-repeat;
    overflow: hidden;
}

.first_list li a {
    float: left;
    display: block;
    max-width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.first_list li .time {
    float: right;
    color: #999;
}

.first_list li a:hover {
    color: #024389;
}

.first_list li:nth-child(5n) {
    margin-bottom: 30px;
}

.first_list li:last-child {
    margin-bottom: 0;
}

.fellowship_section {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.fellowship_section img {
    width: 100%;
    height: 80px;
}

.sidenav.two {
    width: 300px;
}

.cont_right.two {
    width: 870px;
}

.directories_section {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.directories_section .directories_title {
    font-size: 16px;
    color: #03438a;
}

.directories_section .directories_title img {
    margin-right: 5px;
}

.directories_tab {
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
}

.directories_tab .hd {
    margin-bottom: 20px;
    padding: 0 20px;
    padding-top: 4px;
    background: #0f5898;
    overflow: hidden;
}

.directories_tab .hd li {
    float: left;
    width: 100px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
}

.directories_tab .hd li.on {
    color: #0f5898;
    background: #fff;
}

.directories_tab .bd {
    width: 100%;
    overflow: hidden;
}

.directories_cont {
    width: 100%;
    min-height: 20px;
    overflow: hidden;
}

.two_list {
    width: 100%;
    overflow: hidden;
}

.two_list li {
    float: left;
    margin-right: 70px;
    margin-bottom: 20px;
    width: 400px;
}

.two_list li:nth-child(2n) {
    margin-right: 0;
}

.two_list li a {
    display: flex;
}

.two_list li .img_box {
    float: left;
    display: table;
    width: 178px;
    height: 68px;
    text-align: center;
    border: 1px solid #eaeaea;
}

.two_list li .img_box span {
    display: table-cell;
    vertical-align: middle;
}

.two_list li .img_box img {
    max-width: 95%;
    max-height: 65px;
}

.two_list li .item_cont {
    align-self: center;
    margin-left: 10px;
    width: 210px;
}

.two_list li .item_cont p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.two_list li:hover .item_cont p {
    color: #0f5898;
}

.company_section {
    margin: 0 auto;
    margin-top: 20px;
    width: 820px;
}

.company_title {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    background: #0f5898;
}

.company_table {
    width: 100%;
    border: 1px solid #efefef;
    overflow: hidden;
}

.company_table td {
    padding: 10px 19px;
    padding-right: 25px;
    font-size: 14px;
    color: #666;
    border: 1px solid #efefef;
}

.company_table td img {
    max-height: 70px;
}

.company_table tr td:first-child {
    padding-right: 10px;
    width: 170px;
    color: #333;
    text-align: right;
    background: #fafcfe;
}

.three_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.three_list li {
    float: left;
    padding: 0 20px;
    margin-bottom: 19px;
    margin-right: 20px;
    width: 433px;
    border: 1px solid rgba(3, 67, 138, .3);
}

.three_list li .item_tit {
    padding: 12px 0;
    padding-top: 13px;
    font-size: 16px;
    color: #333;
    line-height: 24px;
    border-bottom: 1px solid #eee;
}

.three_list li .item_cont {
    padding: 12px 0;
}

.three_list li .item_cont a {
    margin-right: 5px;
    font-size: 14px;
    color: #03438a;
}

.three_list li:nth-child(2n) {
    margin-right: 0;
}

.first_section {
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
}

.newstwo_img {
    position: relative;
    float: left;
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.newstwo_img img {
    width: 100%;
    height: 300px;
}

.newstwo_img .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, .6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newstwo_box {
    float: right;
    margin-top: 10px;
    width: 780px;
}

.sectionfour_title {
    width: 100%;
    height: 29px;
    border-bottom: 1px solid #d2d2d2;
}

.sectionfour_title h6 {
    float: left;
    height: 28px;
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid #03438a;
}

.sectionfour_title .more {
    float: right;
    font-size: 14px;
    color: #666;
}

.sectionfour_title .more:hover {
    color: #0f5898;
}

.newstwo_box .news_list li {
    line-height: 36px;
}

.adv_list {
    width: 100%;
    overflow: hidden;
}

.adv_list li {
    float: left;
    margin-right: 20px;
    width: 590px;
}

.adv_list li img {
    width: 100%;
    height: 100px;
}

.adv_list li:nth-child(2n) {
    margin-right: 0;
}

.news_panel {
    width: 590px;
}

.first_section .news_list {
    margin-top: 10px;
}

.first_section:last-child {
    margin-bottom: 0;
}

.NewsText {
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

.NewsText,
.NewsText p,
.NewsText p span {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
}

.NewsText img,
.NewsText p img,
.NewsText p span img {
    max-width: 100%;
}

.abstract_section {
    margin-top: 17px;
    margin-bottom: 15px;
    padding: 19px 24px;
    padding-right: 18px;
    background: #f7f7f7;
    overflow: hidden;
}

.abstract_section p {
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 1.9;
}

.introduce_section {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
}

.introduce_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.introduce_text {
    margin-top: 25px;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
}

.introduce_text,
.introduce_text p,
.introduce_text p span {
    font-size: 16px;
    color: #333;
    line-height: 1.9;
}

.four_list {
    width: 100%;
    overflow: hidden;
}

.four_list li {
    padding: 20px 0;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
}

.four_list li a {
    display: flex;
}

.four_list li img {
    float: left;
    width: 147px;
    height: 110px;
}

.four_list li .item_cont {
    align-self: center;
    margin-left: 20px;
    width: 1030px;
}

.four_list li .item_cont h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li a:hover .item_cont h6 {
    color: #03438a;
}

.four_list li .item_cont .item_text {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.four_list li .item_cont .item_time {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
