@charset "utf-8";
.main .content{
    width: 1140px; 
}

.f-fl {
	float: left;
}

.news{
    margin: 12px 0 15px;
}
.news h3{
    color: #0b51c1;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.news p{
    color: #0b51c1;
    font-size: 18px;
    text-align: center;
}


.focus_new{
    overflow: hidden;
}
/*轮播*/
.dynamic-lunbo {
	width: 624px;
	height: 358px;
	overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.dynamic-lunbo .swiper-container {
	width: 626px;
	height: 358px;
}

.dynamic-lunbo .content-slide {
	padding: 20px;
	color: #fff;
}

.dynamic-lunbo .pagination {
	position: absolute;
	right: 0;
	text-align: center;
	bottom: 22px;
	width: 165px;
	z-index: 99;
}

.dynamic-lunbo .swiper-pagination-switch {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/pic1.png);
	margin: 0 4px;
	cursor: pointer;
}

.dynamic-lunbo .swiper-active-switch {
	width: 14px;
	height: 14px;
	background: url(../img/pic2.png);
}

.dynamic-lunbo .swiper-slide {
	position: relative;
}

.dynamic-lunbo .swiper-container .swiper-wrapper .swiper-slide span {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 634px;
	background: url(../img/nav-title.png) no-repeat;
	font-size: 16px;
	color: #ffffff;
    background-size: cover;
    text-indent: 15px;
}

.dynamic-lunbo .swiper-container .swiper-wrapper .swiper-slide span:hover {
	text-decoration: underline;
}


.news_list{
    width: 506px;
    height: 378px;
    background: url(../img/news_list_bg.png) no-repeat 100%;
}
.news_list ul{
    width: 490px;
    margin: 9px auto 0;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.news_list li{
    float: left;
    height: 53px;
}
.news_list li:first-child{
    background-color: #0b51c1;
}
.news_list li.hover{
    /* background-color: #fff; */
}
.news_list li a{
    display: block;
    color: #0b51c1;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    padding: 0 16px;
    border-left: 1px solid #fff;
}
.news_list li:first-child a{
    border-left: 0; 
    color: #fff !important;
}
.news_list li.hover a{
    border-bottom: 3px #0b51c1 solid;
}
.news_list li:first-child.hover a{
    border-bottom: 3px #93b8f2  solid;
}
.news_list li.hover a{
    color: #333333;
}


.news_list_cell{
    display: none;
}
.news_list_cell.show{
    display: block;
}
.news_list_cell h3{
    width: 447px;
    font-weight: bold;  
    font-size: 16px;
    line-height: 20px;
	letter-spacing: 0px;
    color: #333333;
    margin: 10px auto 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list_cell p{
    width: 470px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    line-height: 36px;
    font-size: 14px;
    text-indent: 10px;
}
.list_cell_title{
    width: 470px;
    margin: 0 auto;
    border-bottom: 1px solid #82b4f0;
}
.list_cell_text{
    width: 476px;
    margin: 10px auto 0;
    overflow: hidden;
}
.list_cell_text a{
    overflow: hidden;
    line-height: 36px;
	letter-spacing: 0px;
    color: #666666;
    font-size: 14px;
}
.list_cell_text a p{
    float: left;
    width: 375px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list_cell_text a span{
    float: right;
    color: #333333;
}
.list_cell_text a:hover *{
    color: #0b51c1;
    font-weight: bold;
}


.main-list{
    margin-top: 5px;
    overflow: hidden;
}
.article{
    overflow: hidden;
    margin-left: 20px;
}
.article_list{
    width: 596px;
    height: 290px;
    overflow: hidden;
    /* background: url(../img/article_list.png) no-repeat; */
}
.article_list_top{
    width: 596px;
    margin: 20px auto 0;
    overflow: hidden;
    padding-bottom: 16px;
    border-bottom: 1px solid #0b51c1;
}
.article_list_top a{
    color: #0b51c1;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px 13px;
    position: relative;
}
.article_list_top a:first-child::after{
    content: '';
    width: 1px;
	height: 14px;
    background-color: #0b51c1;
    position: absolute;
    top: 7px;
    right: 0;
}
.list_top_1 a.hover,
.list_top_2 a.hover{
    border-bottom: 3px solid #0b51c1;
}

.article_list >ul{
    width: 596px;
    margin: 10px auto 0;
    display: none;
}
.article_list >ul.show{
    display: block;
}
.article_list >ul li a{
    overflow: hidden;
    display: block;
    line-height: 36px;
}
.article_list >ul li small{
    color: #0b51c1;
    font-weight: bold;
    float: left;
    margin-right: 12px;
}
.article_list >ul li p{
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    float: left;
    width: 520px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.article_list >ul li span{
    float: right;
    line-height: 36px;
	font-size: 14px;
	color: #666666;
}
.article_list >ul li a:hover *{
    color: #0b51c1;
}

.xingzheng{
    width: 596px;
    margin: 20px auto 0;
    display: none;
    overflow: hidden;
}
.xingzheng.show{
    display: block;
}

.xingzheng_left{
    width: 285px;
    margin: 25px 0 0 18px;
}
.xingzheng_left ul{
    overflow: hidden;
}
.xingzheng_left li{
    float: left;
    height: 74px;
    text-align: center;
}
.xingzheng_left li.middle{
    margin: 0 64px 0 77px;
}
.xingzheng_left li a{
    display: block;
    height: 47px;
}
.xingzheng_left li p{
    color: #0b51c1;
    font-size: 16px;
    margin-top: 8px;
}
.xingzheng_left >a{
    display: block;
    width: 285px;
    height: 48px;
    line-height: 48px;
	box-shadow: 2px 2px 6px 0px 
		rgba(0, 0, 0, 0.2);
	border-radius: 5px;
    border: solid 1px #4a86e4;
    text-align: center;
    margin-top: 23px;
}
.xingzheng_left >a img{
    display: inline-block;
    vertical-align: middle;
}
.xingzheng_left >a span{
    color: #0b51c1;
    font-size: 16px;
    font-weight: bold;
    margin-left: 34px;
}

.xingzheng_right li{
    width: 247px;
	height: 48px;
	box-shadow: 2px 2px 6px 0px 
		rgba(0, 0, 0, 0.2);
	border-radius: 5px;
    border: solid 1px #4a86e4;
    margin-top: 9px;
    text-align: center;
    line-height: 50px;
}
.xingzheng_right li:first-child{
    margin-top: 0px;
}
.xingzheng_right a img{
    display: inline-block;
    vertical-align: middle;
}
.xingzheng_right a span{
    color: #4a86e4;
    font-size: 16px;
    font-weight: bold;
    margin-left: 34px;
}

.xingzheng_text >ul{
    width: 636px;
    /* margin: 10px auto 0; */
}
.xingzheng_text >ul.show{
    display: block;
}
.xingzheng_text >ul li a{
    overflow: hidden;
    display: block;
    line-height: 36px;
}
.xingzheng_text >ul li small{
    color: #0b51c1;
    font-weight: bold;
    float: left;
    margin-right: 12px;
}
.xingzheng_text >ul li p{
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    float: left;
    width: 560px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.xingzheng_text >ul li span{
    float: right;
    line-height: 36px;
	font-size: 14px;
	color: #666666;
}
.xingzheng_text >ul li a:hover *{
    color: #0b51c1;
}

.array_fagui{
    width: 516px;
    height: 290px;
    overflow: hidden;
    /* background: url(../img/article_list.png) no-repeat; */
}
.array_top{
    width: 470px;
    margin: 20px auto 0;
    overflow: hidden;
    padding-bottom: 16px;
    border-bottom: 1px solid #0b51c1;
}
.array_top a{
    color: #0b51c1;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px 13px;
    position: relative;
}
.array_top a:first-child::after{
    content: '';
    width: 1px;
	height: 14px;
    background-color: #0b51c1;
    position: absolute;
    top: 7px;
    right: 0;
}
.array_top_1 a.hover,
.array_top_2 a.hover{
    border-bottom: 3px solid #0b51c1;
}

.array_fagui >ul{
    width: 470px;
    margin: 10px auto 0;
    display: none;
}
.array_fagui >ul.show{
    display: block;
}
.array_fagui >ul li a{
    overflow: hidden;
    display: block;
    line-height: 36px;
}
.array_fagui >ul li small{
    color: #0b51c1;
    font-weight: bold;
    float: left;
    margin-right: 12px;
}
.array_fagui >ul li p{
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    float: left;
    width: 411px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.array_fagui >ul li span{
    float: right;
    line-height: 36px;
	font-size: 14px;
	color: #666666;
}
.array_fagui >ul li a:hover *{
    color: #0b51c1;
}

.array_bot{
    display: none;
}
.array_bot div{
    overflow: hidden;
}
.array_bot_top{
    width: 470px;
    margin: 16px auto;
}
.array_bot_top li{
    overflow: hidden;
    line-height: 36px;
}
.array_bot_top li:hover p{
    color: #0b51c1;
}
.array_bot_top li small{
    color: #0b51c1;
    font-weight: bold;
    float: left;
    margin-right: 12px;
}
.array_bot_top li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 270px;
    float: left;
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}
.array_bot_top .right{
    width: 106px;
	height: 101px;
	background-color: #ffffff;
	border-radius: 5px;
    border: solid 1px #4a86e4;
    text-align: center;
    color: #296ad2;
    font-size: 16px;
    font-weight: bold;
}
.array_bot_top .right img{
    margin: 20px 0 10px;
}

.array_bot_link a{
    display: block;
    float: left;
    width: 218px;
	height: 48px;
	background-color: #4a86e4;
	box-shadow: 2px 2px 6px 0px 
		rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    text-align: center;
    line-height: 48px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 23px;
}

.array_bot_text >ul{
    width: 470px;
    margin: 16px auto;
}
.array_bot_text li{
    overflow: hidden;
    line-height: 36px;
}
.array_bot_text li:hover p{
    color: #0b51c1;
}
.array_bot_text li small{
    color: #0b51c1;
    font-weight: bold;
    float: left;
    margin-right: 12px;
}
.array_bot_text li p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 400px;
    float: left;
    color: #333333;
    font-size: 16px;
    line-height: 36px;
}

.link{
    margin-top: 15px;
    overflow: hidden;
    padding-left: 20px;
}
.link li{
    float: left;
    margin-left: 12px;
}
.link li:first-child{
    margin-left: 0;
}
.link li a{
    display: block;
    background-color: #4a86e4;
	box-shadow: 2px 2px 6px 0px 
		rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    padding: 0 30px;
    font-weight: bold;
}
.link select{
    width: 396px;
    height: 72px;
    /* line-height: 72px; */
    *height: 50px;
    color: #296ad2;
    font-size: 18px;
    /* text-align-last: center; */
    background: url(../img/select-bg.png) no-repeat 100%;
    *background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 25px 0 25px 140px;
}
select::-ms-expand { display: none; }  
.link select option{
    text-align-last: center; 
    text-align: center;
    vertical-align: middle;
}


