* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;}

body {
    background: #efedee;}

body,
ul,
p,
h1,
h2,
h3,
h4,
dl,
dd,
form,
input,
textarea,
select {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft Yahei', arial;}

li {
    list-style: none;}

ul {
    list-style-type: none;}

img {
    border: none;}

a {
    text-decoration: none;}

a:hover {
    text-decoration: none;}

body {
    font: 14px/1.5 Arial;}

.clearfix {
    *zoom: 1;}

.clearfix:after {
    content: "";
    display: block;
    clear: both;}


#gotop {
    display: none;
    position: fixed;
    z-index: 777;
    width: 40px;
    height: 52px;
    right: 10px;
    bottom: 20px;
    background: url(../images/gotop.jpg) no-repeat;
    background-size:100% 100%;
    cursor: pointer;}

.swiper-button-r{
    width: 30px;height: 60px;
    background-image: url(../images/r.jpg)!important ;
    background: url(../images/r.jpg) no-repeat center;
    background-size:100% 100%;}
.swiper-button-l{
    width: 30px;height: 60px;
    background-image: url(../images/l.jpg)!important ;
    background: url(../images/l.jpg) no-repeat center;
    background-size:100% 100%;}
.pop {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);}

.pop .poptop {
    height: 40px;
    /*background: #488acc;*/
    position: relative;}

.pop .poptop span {
    position: absolute;
    right: 1px;
    top: 5px;
    color: #ccc;
    display: inline-block;
    width: 50px;
    height: 35px;
    font-size: 0px;
    line-height: 35px;
    cursor: pointer;
    background: url(../images/top1.jpg) no-repeat right center;
    background-size: 100% 100%;}

.pop .popMain {
    width: 600px;
    min-height: 300px;
    background: url(../images/top.jpg) no-repeat center;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -300px;
    background-size: 100% 100%;}
.popMiddle{
    padding: 15px;
    margin-top: 85px;}
.popMiddle p {
    text-align: left;
    font-size: 15px;
    color: #f00;
    margin-bottom:5px;}

.pop .popBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 70px;
    text-align: center;}

.pop .popBottom span {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    margin-top: 12px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 65px;
    background: #05448f;
    border-radius: 5px;}
.pop .popBottom span:hover{
    /*background: #ffa800;*/
    border:1px solid #aaa;
    margin-top: 11px;}
.header {
    width: 100%;
    background: #2e59aa;
    height: 80px;
    z-index: 1000;}

.header .header-center {
    position: relative;
    width: 1200px;
    height: 80px;
    margin: 0px auto;}

.header .header-center .logo {
    position: relative;
    width: 380px;
    height: 57px;
    border-right: 2px solid #dadad8;
    top: 10px;
    background: url(../images/logo.png) no-repeat center;
    float: left;}

div.logo a {
    display: block;
    width: 100%;
    height: 100%;}

.header .header-center .menu {
    position: relative;
    width: 863px;
    height: 25px;
    top: 25px;
    float: left;}

.header .header-center .menu ul {
    float: left;
    margin: 0px auto;
    margin: 0px auto auto 6px;}

.header .header-center .menu li {
    margin: 0px 14px 0px;
    font-size: 20px;
    font-family: 'Microsoft Yahei';
    color: #fff;
    display: block;
    float: left;}

.header .header-center .menu li a {
    color: #fff;}


/* 焦点图 */

#banner {
    width: 100%;
    height: 400px;}

#show {
    position: relative;
    height: 400px;
    width: 1150px;
    margin: 0 auto;}

#show a {
    float: left;
    display: inline;}

#show .img {
    position: absolute;
    width: 1150px;
    height: 400px;
    overflow: hidden
;}

#show .img span a img {
    width: 1150px;
    height: 400px;}

#show .img span {
    position: absolute;
    width: 19999px;
    display: block
;}

#show .btns {
    z-index: 10;
    position: absolute;
    width: 1150px
;}

#show .btns B {
    position: absolute;
    width: 100px;
    display: block;
    height: 14px;
    overflow: hidden;
    top: 360px;
    left: 50%
;}

#show .btns b i {
    width: 10px;
    background: #414140;
    float: left;
    height: 10px;
    font-size: 0px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 6px;
    border: #414140 2px solid;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
;}

#show .btns B I:hover {
    background: #a7a7a6
;}

#show .btns B I.on {
    background: #3cd2f1;
    cursor: default
;}

#show .btns B I.on:hover {
    background: #3cd2f1;
    cursor: default
;}

#show .btns S {
    position: absolute;
    width: 60px;
    display: none;
    height: 80px;
    overflow: hidden;
    top: 170px;
    cursor: pointer
;}

#show .btns S I {
    position: absolute;
    width: 60px;
    background: url(../images/btn_show.jpg);
    height: 240px;
    _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../images/btn_show.png");
    _background: none;}

#show .btns S.prev {
    left: 0px
;}

#show .btns S.prev I {
    top: -80px
;}

#show .btns S.next {
    right: 0px
;}

.show-hover#show .btns S {
    display: block
;}

.masks {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    height: 400px;
    position: absolute;
    background: #000;
    overflow: hidden
;}


/*主要内容*/


/*左边部分*/

.bottom {
    position: relative;
    width: 100%;}

.bottom .bottom-center {
    position: relative;
    margin: 15px auto;
    width: 1150px;}

.search {
    height: 35px;
    background: #fff;
    margin-bottom: 15px;}

.search_left {
    float: left;
    width: 830px;}

.search_left span {
    display: block;
    float: left;
    padding-left: 40px;
    padding-right: 15px;
    background: url(../images/laba.jpg) 5px center no-repeat;
    background-size: 25px;
    line-height: 35px;}

.search_right {
    float: right;
    width: 300px;
    font-size: 0px;
    margin-top: 4px;}

.search_right input[type=text] {
    border: 1px solid #ffa800;
    width: 230px;
    height: 25px;
    padding-left: 5px;}

.search_right input[type=button] {
    width: 60px;
    background: #ffa800;
    height: 27px;
    color: #fff;}

.search_right input[type=text],
.search_right input[type=button] {
    margin-top: 4px;
    margin: 0;
    line-height: 27px;}


/*滚动新闻*/

.qimo8 {
    overflow: hidden;
    width: 700px;}

.qimo8 .qimo {
    width: 8000%;
    height: 35px;}

.qimo8 .qimo div {
    float: left;}

.qimo8 .qimo ul {
    float: left;
    height: 35px;
    overflow: hidden;
    zoom: 1;}

.qimo8 .qimo ul li {
    float: left;
    line-height: 35px;
    list-style: none;}

.qimo8 li a {
    margin-right: 10px;
    color: #f00;}


/*滚动新闻*/

.bottom_title {
    position: relative;
    height: 36px;
    font-size: 18px;
    color: #2e59aa;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
    line-height: 36px;
    border-bottom: 2px solid #2e59aa;
    padding-left: 15px;
    padding-top: 10px;}

.bottom_title small {
    margin-left: 10px;
    font-size: 12px;}

.bottom_title a,
.center_title a {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px;
    color: #666;}

.bottom_title a:hover,
.center_title a:hover {
    text-decoration: underline;}

.center_title {
    position: relative;
    height: 36px;
    font-size: 18px;
    font-family: 'Microsoft Yahei';
    font-weight: bold;
    line-height: 36px;
    border-bottom: 2px solid #2e59aa;
    padding-left: 15px;
    padding-top: 10px;}

.center_title div {
    color: #666;
    cursor: pointer;}

.center_title div.active {
    color: #2e59aa;}

.center_title span.only {
    margin: 0 10px;
    color: #2e59aa;}

.news_list ul {
    width: 90%;
    position: relative;
    margin: 12px 5% 0px;}

.news_list ul li {
    margin-bottom: 6px;
    width: 100%;
    background: url(../images/list.jpg) no-repeat left center;
    padding-left: 10px;}

.news_list ul li a {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    font-family: 'Microsoft Yahei';}

.news_list ul li a:hover {
    text-decoration: none;
    color: #0d409c;}

.news_list ul li span {
    font-size: 14px;
    color: #999;
    font-family: 'Microsoft Yahei';
    line-height: 30px;}

.bottom_none ul li {
    background: none;
    padding-left: 0px;}

.bottom_spanright span {
    float: right;}

.new_img {
    padding: 15px 15px 2px;}

.new_img_left {
    float: left;
    width: 180px;
    height: 110px;
    position: relative;
    margin-right: 15px;}

.new_img_left img {
    width: 100%;
    height: 100%;}

.new_img_left p {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #ccc;
    width: 100%;
    line-height: 30px;
    text-align: center;}

.new_img_right {
    float: left;
    width: 235px;}

.new_img_right li {
    margin-bottom: 3px;}

.new_img_right h3 {
    color: #2e59aa;
    font-size: 16px;}

.new_img_right a:hover h3 {
    color: #0455e9;
    text-decoration: none;}

.new_img_right p {
    color: #333;
    font-size: 13px;}

.new_img_right a:hover p {
    text-decoration: none;}

.bottom_height {
    height: 565px;}

.bottom .bottom-center .left {
    float: left;
    width: 320px;
    background: #fff;
    border-left: 1px solid #dcd9da;
    border-right: 1px solid #dcd9da;
    border-bottom: 2px solid #dcd9da;
    margin-right: 12px;}


/*中间部分*/

.bottom .bottom-center .center {
    float: left;
    width: 480px;
    margin-right: 12px;
    background: #fff;
    border-left: 1px solid #dcd9da;
    border-right: 1px solid #dcd9da;
    border-bottom: 2px solid #dcd9da;}


/*右边部分*/

.bottom .bottom-center .right {
    float: left;
    width: 320px;}

.bottom .right .right_up,
.bottom .right .right_down {
    background: #fff;
    border-left: 1px solid #dcd9da;
    border-right: 1px solid #dcd9da;
    border-bottom: 2px solid #dcd9da;}

.bottom .right .right_down {
    margin-top: 15px;}

.right_down_p {
    padding: 10px 15px 5px;}

.right_down_p p{
    line-height: 25px;
    font-size: 16px;
    color: #333;}
.right_down_p p.only{
    line-height: 20px;
    margin:5px 0;}
.bottom_button {
    width: 90%;
    padding: 8px 5%;}

.bottom_button li {
    width: 100%;
    height: 60px;
    margin: 8px 0;}

.bottom_button li a {
    display: block;
    line-height:60px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-family: 'Microsoft Yahei';}

.bottom_button .none {
    margin-left: 0px;}

.bottom_button .a {
    background: #2f64c7 url(../images/button1.jpg) no-repeat 20px center;
    background-size: 40px 40px;}

.bottom_button .a:hover {
    background: #ffa800 url(../images/button1.jpg) no-repeat 20px center;
    background-size: 40px 40px;}

.bottom_button .b {
    background: #2f64c7 url(../images/button2.jpg) no-repeat 20px center;
    background-size: 40px 40px;}

.bottom_button .b:hover {
    background: #ffa800 url(../images/button2.jpg) no-repeat 20px center;
    background-size: 40px 40px;}

.bottom_button .c {
    background: #2f64c7 url(../images/button3.jpg) no-repeat 20px center;
    background-size: 40px 40px;}

.bottom_button .c:hover {
    background: #ffa800 url(../images/button3.jpg) no-repeat 20px center;
    background-size: 40px 40px;}

.bottom_button_page {
    display: block;
    background: #f6f6f6;
    border:1px solid #ddd;
    color: #5f96fb;
    line-height: 50px;
    padding-left: 70px;
    /*text-align: center;*/
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    border-radius: 5px;}

.bottom_button_page_a {
    background: #f6f6f6 url(../images/button1a.jpg) no-repeat 15px center;
    background-size: 35px;}

.bottom_button_page_a:hover {
    background: #eee url(../images/button1a.jpg) no-repeat 15px center;
    background-size: 35px;}

.bottom_button_page_b {
    background: #f6f6f6 url(../images/button2a.jpg) no-repeat 15px center;
    background-size: 35px;}

.bottom_button_page_b:hover {
    background: #eee url(../images/button2a.jpg) no-repeat 15px center;
    background-size: 35px;}

.bottom_button_page_c {
    background: #f6f6f6 url(../images/button3a.jpg) no-repeat 15px center;
    background-size: 35px;}

.bottom_button_page_c:hover {
    background: #eee url(../images/button3a.jpg) no-repeat 15px center;
    background-size: 35px;}

.footer {
    width: 100%;
    height: 150px;
    background: #fff;}

.footer .footer-main {
    width: 1150px;
    height: 72px;
    margin: 0px auto;
    position: relative;
    top: 15px;}

.footer-main .link {
    /*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #333;}

.footer-main .link a {
    color: #222;
    margin: 0 10px;}

.footer-main .link a:hover {
    color: #0d409c;
    text-decoration: underline;}

.footer .footer-main .left {
    margin-top: 10px;}

.footer .footer-main .left p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;}

.footer .footer-main .left a {
    color: #222;}

.footer .footer-main .left a:hover {
    color: #0d409c;
    text-decoration: underline;}

.footer .footer-main .left span {
    margin-left: 10px;}


/*子页面样式*/

.bottom_content {
    width: 100%;
    background: #fff;}

.bottom_page_aside {
    width: 280px;
    float: left;
    /*margin-right:15px;*/
    padding: 15px;}

.bottom_page_aside ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;}

.bottom_page_aside li {
    line-height: 50px;
    background: url(../images/circle.jpg) no-repeat 12px center #5f96fb;
    padding-left: 35px;
    font-size: 16px;
    background-size: 15px;}

.bottom_page_aside li:hover,
.bottom_page_aside li.active {
    background: url(../images/circle.jpg) no-repeat 12px center #0d409c;
    background-size: 15px;}

.bottom_page_aside li a {
    color: #fff;
    display: block;}

.bottom_page_aside li:hover {}

.bottom_page_content {
    width: 800px;
    float: left;
    background: #fff;
    padding: 15px;
    padding-left: 0;}

.content_important {
    margin-top: 2px;
    width: 100%;
    padding-left: 15px;
    border-left: 1px solid #dcd9da;}

.content_menu {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: 600;}

.text_center {
    padding: 20px;
    padding-top: 0;
    width: 760px;}

.text_slider {
    width: 160px;}

.text_center a {
    margin-left: 15px;
    color: #666;}

.text_center a:hover {
    text-decoration: none;
    color: #2f58aa;}

.content_center h2 {
    text-align: center;
    margin: 25px auto 15px;}

.content_center .zhushi {
    text-align: center;
    border-bottom: 1px dashed #ddd;}

.content_center .zhushi span {
    margin: 0 10px;
    font-size: 14px;
    line-height: 40px;}

.content_center p {
    margin: 10px auto;
    text-indent: 0em;}

.content_center img {
    position: relative;
    
    height: auto;
    left: 0%;}

.content_center li {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
    background: url(../images/list.jpg) no-repeat left 23px;}

.content_center a {
    line-height: 30px;
    font-size: 1.0em;}

.content_center li span {
    float: right;
    margin-right: 10px;
    font-size: 0.80em;
    line-height: 30px;}


.listg2412 li{
padding: 8px 0px 12px;
    border-bottom: 1px dashed #e4e4e4;
    width: 100%;
    float: left;
}
.listg2412 li i{
width: 4px;
    height: 4px;
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: 15px;
    background: #bc102e;
}
.listg2412 li h2{
    font-size: 15px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: calc(100% - 100px);
    transition: linear 0.3s;
}

.listg2412 li .date-list{
float: right;
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}
.listg2412 li p{
    width: 100%;
    float: left;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 2em;}



ol,ul{list-style:none}


