@charset "utf-8";

/* CSS Document */

.wrap {
    background: #f2f2f2;
}

.header {
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: #fff;
}

.header .w1200 {
    overflow: hidden;
}

.head_top {
    width: 100%;
    height: 43px;
    background: #01479d;
}

.head_top p {
    font-size: 14px;
    color: #fff;
    line-height: 43px;
}

.head_top p.Right {
    margin-right: 20px;
}

.head_bottom .logo {
    margin-top: 28px;
}

.head_right {
    float: right;
    width: 535px;
}

.head_right_top {
    overflow: hidden;
    margin-top: 20px;
}

.head_right_top ul {
    float: right;
}

.head_right_top li {
    float: left;
    height: 26px;
    margin-right: 18px;
    font-size: 12px;
    line-height: 26px;
}

.head_right_top li.item {
    margin-right: 10px;
    width: 64px;
    text-align: center;
}

.head_right_top li.item:hover {
    background: #1856b7;
}

.head_right_top li.item:hover a {
    color: #fff;
}

.head_right_top li:last-child {
    margin-right: 0;
}

.head_right_top li img {
    margin-right: 10px;
}

.head_right_top li a {
    color: #282828;
}

.head_right_bottom {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
}

.head_right_bottom ul {
    float: right;
}

.head_right_bottom li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    position: relative;
}

.head_right_bottom li:first-child:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e0e0e0;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.head_right_bottom li:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #e0e0e0;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.head_right_bottom li p {
    font-size: 12px;
    color: #282828;
    margin-top: 3px;
}

.head_right_bottom li:last-child {
    padding: 0;
}

.search_box {
    width: 286px;
    height: 36px;
    background: url(../images/searchbg.jpg) no-repeat;
}

.search_box input {
    float: left;
    border: 0;
    height: 34px;
    line-height: 34px;
    margin: 1px 0;
    margin-left: 1px;
    width: 239px;
}

.search_box button {
    float: left;
    width: 36px;
    height: 36px;
    background: none;
    border: 0;
    font-size: 0;
}

.nav {
    width: 1200px;
    height: 50px;
    background: #01479d;
    margin: 0 auto;
    margin-top: 20px;
}

.nav>ul {
    display: table;
    width: 1200px;
    height: 50px;
}

.nav ul>li {
    display: table-cell;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
}

.nav ul>li> :first-child {
    width: 149px;
}

.nav ul>li:last-child {
    border-right: 0;
}

.nav ul>li a {
    color: #fff;
    display: block;
}

.nav ul>li:hover,
.nav ul>li.current {
    background: #2970c8;
}

.nav ul>li .menu-nav {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background: #01479d;
    display: none;
    z-index: 999999999999999999;
}

.nav ul>li .menu-nav ul li {
    border-right: 0;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    float: none;
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav ul>li .menu-nav ul li a {
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_center {
    width: 1158px;
    border: 1px solid #3f85db;
    border-bottom: 0;
    border-top: 0;
    padding: 22px 20px;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
}

.notice_section {
    border: 1px solid #f9deaa;
    background: #fffcf3;
    height: 58px;
    position: relative;
    margin-bottom: 20px;
}

.notice_slide {
    overflow: hidden;
}

.notice_slide li {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 60px;
    color: #e06d1d;
    font-size: 16px;
    font-weight: bold;
    margin-right: 115px;
}

.notice_slide li a,
.notice_slide li a span {
    color: #e06d1d;
}

.notice_slide li a span {
    margin-right: 10px;
}

.notice_section .cover_left,
.notice_section .cover_right {
    position: absolute;
    top: -1px;
    height: 60px;
    width: 30px;
    background: #fff;
    z-index: 99999;
}

.notice_section .cover_left {
    left: -1px;
    box-shadow: 1px -17px 100px #fff, /*左边阴影*/
    0px 2px 100px #fff, /*上边阴影*/
    14px -10px 20px #fff, /*右边阴影*/
    21px 11px 98px #fff;
}

.notice_section .cover_right {
    right: -1px;
    box-shadow: -26px -3px 52px #fff, /*左边阴影*/
    0px -10px 10px #fff, /*上边阴影*/
    10px 0px 10px #fff, /*右边阴影*/
    0px 10px 10px #fff;
    /*下边阴影*/
}

.banner {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.banner .bd li {
    position: relative;
}

.banner .bd li .text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
}

.banner .bd li img {
    width: 100%;
    height: 350px;
}

.banner .prev,
.banner .next {
    position: absolute;
    width: 40px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

.banner .prev {
    left: 0;
}

.banner .prev img,
.banner .next img {
    margin-top: 15px;
}

.banner .next {
    right: 0;
}

.banner .prev:hover,
.banner .next:hover {
    background: rgba(1, 71, 157, 0.6);
}

.section {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.news_section {
    float: left;
    width: 765px;
}

.section_tit {
    width: 100%;
    height: 27px;
    background: url(../images/titbg2.png) bottom no-repeat;
    font-size: 18px;
    color: #01479d;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_section .section_tit {
    background: url(../images/titbg.png) bottom no-repeat;
}

.section_tit a {
    font-weight: normal;
    font-size: 14px;
    color: #999;
    float: right;
}

.news_slide {
    width: 100%;
    height: 463px;
    overflow: hidden;
    position: relative;
}

.news_slide .bd li {
    position: relative;
    width: 100%;
    height: 463px;
}

.news_slide .bd li img {
    width: 100%;
    height: 463px;
}

.news_slide .bd li .text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-left: 20px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.news_slide .hd {
    position: absolute;
    bottom: 16px;
    right: 17px;
}

.news_slide .hd li {
    float: left;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    font-size: 0;
    cursor: pointer;
}

.news_slide .hd li.on {
    background: #307fdc;
}

.sect_right {
    width: 370px;
    float: right;
}

.announcement_section .section_tit {
    margin-bottom: 0;
}

.video_section {
    width: 100%;
    overflow: hidden;
}

.video_section .video_box {
    width: 100%;
    height: 240px;
    position: relative;
}

.video_section .video_box img {
    width: 100%;
    height: 240px;
}

.video_section .video_box .text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 80px;
    right: 0;
    height: 55px;
    background: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding-top: 5px;
}

.video_section .video_box .play {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    opacity: 0.5;
    -webkit-opacity: 0.5;
}

.section_box {
    width: 370px;
    height: 363px;
    float: left;
}

.learn_tab {
    width: 100%;
    height: 316px;
    overflow: hidden;
}

.learn_tab li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1px;
}

.learn_tab li .tab_tit {
    background: url(../images/titbg3.jpg) no-repeat;
    padding-left: 55px;
    padding-right: 27px;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.learn_tab li .tab_tit:hover,
.learn_tab li .tab_text p:hover {
    color: #01479d;
}

.learn_tab li .tab_tit.current {
    background: url(../images/titbg4.jpg) no-repeat;
}

.learn_tab li .tab_text {
    background: #fff;
    padding: 8px 10px;
    padding-left: 15px;
    overflow: hidden;
    display: none;
}

.learn_tab li .tab_text.current {
    display: block;
}

.learn_tab li .tab_text p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.branch_tab {
    width: 100%;
    height: 316px;
    overflow: hidden;
}

.branch_tab li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1px;
}

.branch_tab li .tab_tit {
    background: url(../images/titbg3.jpg) no-repeat;
    padding-left: 55px;
    padding-right: 27px;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.branch_tab li .tab_tit:hover,
.branch_tab li .tab_text p:hover {
    color: #01479d;
}

.branch_tab li .tab_tit.current {
    background: url(../images/titbg4.jpg) no-repeat;
}

.branch_tab li .tab_text {
    background: #fff;
    padding: 8px 10px;
    padding-left: 15px;
    overflow: hidden;
    display: none;
}

.branch_tab li .tab_text.current {
    display: block;
}

.branch_tab li .tab_text p {
    text-indent: 2em;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*要显示的行数*/
    overflow: hidden;
}

.news_img_box {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.news_img_box img {
    width: 100%;
    height: 220px;
}

.news_img_box .news_tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    height: 50px;
    background: rgba(0, 0, 0, 0.6);
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.index_news_list {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
}

.index_news_list li {
    line-height: 32px;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    color: #333;
}

.index_news_list li a span {
    margin-right: 10px;
}

.index_news_list li .time {
    color: #999;
    float: right;
}

.index_news_list li a:hover {
    color: #01479d;
}

.quick_list {
    width: 100%;
    overflow: hidden;
}

.quick_list li {
    float: left;
    width: 370px;
    height: 120px;
    overflow: hidden;
    margin-right: 24px;
}

.quick_list li img {
    width: 100%;
    height: 120px;
    transition: all 0.8s;
}

.quick_list li img:hover {
    transform: scale(1.2);
}

.quick_list li:last-child {
    margin-right: 0;
}

.link_section {
    width: 100%;
    height: 60px;
    background: #01479d;
    overflow: hidden;
}

.link_content {
    width: 1200px;
    height: 30px;
    overflow: hidden;
    margin: 15px auto;
}

.link_content h6 {
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
}

.friendship_select {
    float: left;
    width: 1090px;
    height: 30px;
    margin-left: 20px;
}

.friendship_select select {
    float: left;
    margin-right: 22px;
    padding-left: 20px;
    width: 200px;
    height: 30px;
    border: 1px dotted #fff;
    appearance: inherit;
    -webkit-appearance: inherit;
    -moz-appearance: inherit;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: #01479d url(../images/icon7.png) 170px center no-repeat;
}

.friendship_select option {
    color: #fff;
}

.friendship_select select:last-child {
    margin-right: 0;
}

.footer {
    width: 100%;
    height: 350px;
    background: #1058b1;
    overflow: hidden;
    border-bottom: 5px solid #01479d;
}

.footer .w1200 {
    overflow: hidden;
}

.foot_top {
    padding-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    height: 176px;
    border-bottom: 1px solid #3f85db;
    overflow: hidden;
}

.foot_top .foot_list {
    padding-left: 19px;
    width: 199px;
    height: 176px;
    border-right: 1px solid #3f85db;
    float: left;
}

.foot_top .foot_list:first-child {
    padding-left: 0;
    width: 147px;
}

.foot_top .foot_list li {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}

.foot_top .foot_list li h6 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.foot_top .foot_list li a {
    color: rgba(255, 255, 255, 0.8);
}

.ewm_box {
    width: 140px;
    float: right;
}

.ewm_box h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}

.ewm_box img {
    width: 140px;
    height: 140px;
}

.foot_bottom {
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 29px;
    margin-top: 20px;
}

.foot_bottom p {
    line-height: 29px;
}

.foot_bottom p,
.foot_bottom p a {
    color: #fff;
}

.page_banner {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.page_banner img {
    width: 100%;
    height: 350px;
}

.page_content {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.sidenav_section,
.cont_right {
    display: table-cell;
    vertical-align: top;
}

.cont_right {
    width: 878px;
}

.sidenav_section {
    width: 278px;
    overflow: hidden;
    border: 1px solid #d4e1ee;
    background: #fbfdff;
}

.sidenav_tit {
    width: 100%;
    height: 67px;
    background: #01479d;
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #113477;
}

.side_nav {
    padding-top: 20px;
    border-top: 0;
}

.side_nav li {
    font-size: 16px;
    line-height: 22px;
    color: #666;
}

.side_nav li:hover,
.side_nav li.current {
    border-color: #d4e1ee;
    border-left-color: #01479d;
    color: #01479d;
}

.side_nav li.treeview ul {
    display: none;
}

.side_nav li.treeview.current ul {
    display: block;
}

.side_nav>li>a {
    display: block;
    padding: 13px 0;
    padding-left: 25px;
    padding-right: 95px;
    border: 1px solid #fbfdff;
    border-left: 5px solid #fbfdff;
    border-right: 0;
    background: url(../images/icon12.png) 210px center no-repeat;
}

.side_nav>li.treeview>a {
    background: url(../images/icon15.png) 210px center no-repeat;
    background-size: 16px;
}

.side_nav>li.treeview>a:hover {
    background: #fff url(../images/icon15_2.png) 210px center no-repeat;
    background-size: 16px;
}

.side_nav>li.treeview.current>a {
    background: #fff url(../images/icon14.png) 210px center no-repeat;
    background-size: 16px;
}

.side_nav>li>a:hover,
.side_nav>li.current>a {
    background: #fff url(../images/icon12_2.png) 210px center no-repeat;
    border-color: #d4e1ee;
    border-left-color: #01479d;
    color: #01479d;
}

.side_nav li.treeview ul li {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
}

.side_nav li.treeview ul li a {
    display: block;
    padding-left: 45px;
}

.side_nav li.treeview ul li.current a,
.side_nav li.treeview ul li:hover a {
    color: #01479d;
}

.cont_right_box {
    float: right;
    width: 860px;
}

.BreadNav {
    width: 100%;
    height: 37px;
    background: url(../images/titbg5.png) bottom no-repeat;
}

.BreadNav h6 {
    float: left;
    font-size: 18px;
    color: #01479d;
}

.BreadNav .breadnav_cont {
    float: right;
}

.breadnav_cont {
    line-height: 37px;
    font-size: 14px;
    color: #999;
}

.breadnav_cont span {
    margin: 0 5px;
}

.breadnav_cont a:hover {
    color: #01479d;
}

.one_list {
    margin-top: 10px;
}

.one_list li {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    color: #333;
    overflow: hidden;
}

.one_list li a {
    display: block;
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.one_list li .time {
    font-size: 14px;
    color: #999;
    float: right;
}

.one_list li a span {
    margin-right: 10px;
    color: #333;
}

.one_list li a:hover {
    color: #01479d;
}

.TextBox,
.NewsText,
.introduce_text {
    width: 100%;
    overflow: hidden;
}

.introduce_text {
    padding-top: 15px;
}

.introduce_text p,
.introduce_text p span {
    font-size: 14px;
    color: #666;
}

.introduce_text p {
    line-height: 24px;
}

.introduce_text p img,
.introduce_text p span img {
    max-width: 100%;
}

.councilmembers {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.council_tit {
    text-align: center;
    font-size: 16px;
    color: #666;
}

.council_table {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.council_table table {
    width: 100%;
    border: 2px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.council_table table thead tr th {
    height: 35px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    border-right: 1px solid #ddd;
    text-align: center;
}

.council_table table tr {
    border-bottom: 2px solid #ddd;
}

.council_table table tr td {
    height: 20px;
    border-right: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}

.council_table table tbody tr:last-child {
    border-bottom: 0;
}

.council_table table thead tr th:first-child,
.council_table table tr td:first-child {
    width: 100px;
    border-right: 2px solid #ddd;
}

.council_table table thead tr th:last-child,
.council_table table tr td:last-child {
    padding-left: 30px;
    text-align: left;
    width: 428px;
}

.two_list li {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}

.two_list li .img_box {
    float: left;
    width: 151px;
    height: 100px;
}

.two_list li .img_box img {
    width: 100%;
    height: 100px;
}

.two_list li .item_cont {
    width: 695px;
    float: right;
}

.two_list li .item_tit {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.two_list li .item_time {
    font-size: 14px;
    color: #999;
    margin: 5px 0;
}

.two_list li .item_info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.two_list li:hover .item_tit {
    color: #01479d;
}

.NewsText {
    padding: 15px 0;
    overflow: hidden;
}

.NewsText p,
.NewsText p span {
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

.NewsText p img,
.NewsText p span img {
    max-width: 100%;
}

.breadnav_cont.bread {
    height: 40px;
    background: url(../images/navbg.jpg) center bottom no-repeat;
    line-height: 15px;
    color: #666;
}

.constitution {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.constitution h6 {
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: url(../images/icon13.jpg) no-repeat;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    margin-bottom: 1px;
    cursor: pointer;
}

.constitution h6.current {
    background: url(../images/icon13_2.jpg) no-repeat;
}

.constitution_box {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    display: none;
}

.constitution_box p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.branch_section {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.branch_section p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.branch_section p a {
    color: #ff0b34;
}

.branch_list {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
}

.branch_list li {
    float: left;
    padding-left: 10px;
    width: 380px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    margin-right: 80px;
}

.branch_list li:nth-child(2n+2) {
    margin-right: 0;
}

.branch_list li span {
    margin-right: 6px;
}

.branch_list li.bg {
    background: #e9eaef;
}

.add_introduction {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.add_introduction p {
    color: #333333;
    line-height: 28px;
    font-size: 14px;
}

.purpose_task {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.purpose_section {
    float: left;
    width: 410px;
    border-right: 1px solid #dcdcdc;
    padding-right: 20px;
}

.purpose_section img {
    width: 100%;
    margin-top: 10px;
}

.purpose_task h6,
.kanwurenzhi h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.purpose_section p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.task_section {
    float: left;
    padding-left: 20px;
    width: 409px;
}

.add_leader {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.add_leader .constitution {
    margin-top: 5px;
}

.add_leader h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.add_leader p {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.add_leader .constitution h6 {
    margin-bottom: 1px;
}

.kanwurenzhi {
    width: 100%;
    overflow: hidden;
}

.kanwurenzhi h6 {
    margin-bottom: 15px;
}

.kanwurenzhi .kanwu {
    float: left;
    width: 350px;
    padding-right: 15px;
    border-right: 1px solid #dcdcdc;
}

.kanwulist {
    width: 100%;
    overflow: hidden;
}

.kanwulist li {
    line-height: 32px;
    color: #333;
}

.kanwulist li span {
    margin-right: 5px;
    color: #999;
}

.kanwulist li:hover a,
.kanwulist li:hover span {
    color: #0b5396;
}

.kanwurenzhi .renzhi {
    float: left;
    margin-left: 15px;
    width: 479px;
}

.kanwurenzhi .renzhi p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
}


/*飘窗*/

.drift-section {
    box-sizing: border-box;
    width: 400px;
    display: table;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: fixed;
    z-index: 999999;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

.drift-section img {
    width: 100%;
}

.drift-section a {
    display: table-cell;
    vertical-align: middle;
}

.drift-section .close {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    font-weight: normal;
    cursor: default;
    color: #fff;
}

.member_search {
    width: 100%;
    overflow: hidden;
}

.member_search * {
    box-sizing: border-box;
}

.member_search .member_search_btn {
    margin: 20px auto;
    width: 600px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.member_search .member_search_btn a {
    display: block;
    float: left;
    width: 50%;
    height: 40px;
    font-size: 16px;
    color: #999;
    text-align: center;
    line-height: 38px;
    border: 1px solid #C8C8C8;
}

.member_search .member_search_btn a:first-child {
    border-radius: 20px 0 0 20px;
    border-right: 0;
}

.member_search .member_search_btn a:last-child {
    border-radius: 0 20px 20px 0;
    border-left: 0;
}

.member_search .member_search_btn a.active,
.member_search .member_search_btn a:hover {
    color: #fff;
    background: #01479D;
    border-color: #01479D;
}

.member_search .member_search_form {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 320px;
    overflow: hidden;
}

.member_search .member_search_form input {
    float: left;
    width: calc(100% - 36px);
    height: 36px;
    font-size: 14px;
    color: #666;
    border: 1px solid #E2E2E2;
    border-right: 0;
    overflow: hidden;
}

.member_search .member_search_form button {
    float: left;
    width: 36px;
    height: 36px;
    border: 0;
    background: #01479D;
    overflow: hidden;
}

.member_search_area {
    margin-bottom: 15px;
    overflow: hidden;
}

.member_search_area label {
    float: left;
    margin-right: 15px;
    font-size: 16px;
    color: #666;
}

.member_search_area .item_cont {
    float: left;
}

.member_search_area .item_cont a {
    float: left;
    display: block;
    margin-right: 30px;
    font-size: 16px;
    color: #666;
}

.member_search_area .item_cont a:last-child {
    margin-right: 0;
}

.member_search_area .item_cont a:hover,
.member_search_area .item_cont a.on {
    color: #01479D;
}

.member_search_province {
    padding-bottom: 10px;
    border-bottom: 1px dashed #DEDEDE;
    overflow: hidden;
}

.member_search_province:not(:first-child) {
    display: none;
}

.member_search_province a {
    display: block;
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
    width: 70px;
    height: 28px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 26px;
    background: #fff;
    border: 1px solid #E2E2E2;
}

.member_search_province a:hover,
.member_search_province a.active {
    color: #fff;
    background: #2D8DEA;
    border-color: #2D8DEA;
}

.member_search_province a:nth-child(11n) {
    margin-right: 0;
}

.three_list {
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.three_list * {
    box-sizing: border-box;
}

.three_list li {
    padding: 20px 0;
    border-bottom: 1px dashed #DEDEDE;
    overflow: hidden;
}

.three_list li .img_box {
    float: left;
    width: 180px;
    height: 120px;
    border: 1px solid #D4E1EE;
    overflow: hidden;
}

.three_list li .img_box img {
    width: 100%;
    height: 100%;
}

.three_list li .item_cont {
    margin-left: 200px;
    overflow: hidden;
}

.three_list li .item_cont h6 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #01479D;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.three_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.three_list li .item_cont p.item_text {
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.member_result {
    margin-top: 15px;
    font-size: 16px;
    color: #01479D;
    text-align: center;
    overflow: hidden;
}

.member_result img {
    margin-right: 10px;
}
