﻿span.more_text {
    display: flex;
    align-items: center;
    gap: 5px;
}
.list-unstyled li a .title {
    max-width: 70%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.navbar-nav {
    margin-right: -2px;
}
.row1:nth-child(4) .sp ,.row1:nth-child(5) .sp,.row1:nth-child(6) .sp  {
    background: #c5c4c2;
}
.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}


.navbar-top {
    background: #0d6a9e;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    margin-bottom: 0;
}

    .navbar-top a {
        color: #FFF !important;
    }

.icon-search {
    background: url(../images/icon-search.png) center no-repeat;
    width: 18px;
    display: block;
    height: 20px;
}

.navbar {
    margin-bottom: 0;
}

.navbar-header {
    background-color: #3089c1;
}

.navbar-menu {
    border: 0 none !important;
}

.logo {
    margin-top: 20px;
    display: block;
}
.logo img {
    max-width: 409px;
}
#navbar-collapse a {
    font-size: 16px;
    color: #333;
    padding-left: 37.3px;
    padding-right: 37.3px;
}

.h3_title {
    color: #2f8ac1;
    padding-bottom: 8px;
    line-height: 50px;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.h4_title {
    color: #2f8ac1;
    padding-bottom: 8px;
    line-height: 20px;
    height: 0px;
    margin-top: 7px;
    margin-bottom: 10px;
}
.carousel-caption {
    font-size: 16px;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.list-news > li {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.panel-success {
    border-top: 2px solid #2f8ac1;
    border-radius: 0;
}

.media-heading {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.media-body {
    width: auto;
    display: block;
    overflow: hidden;
}

.notice_item {
    padding: 10px 10px;
    background-color: #f4f4f4;
    margin-bottom: 10px;
}

.notice_time {
    font-size: 15px;
    font-weight: bold;
    color: #2f8ac1;
}

.notice_place {
    color: #999;
}

.notice_title {
    font-size: 16px;
    color: #000;	
}
.notice_title:hover {
    font-size: 16px;
    color: #0d6a9e;	
}


.list > li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
}

    .list > li a {
        color: #333;
    }

    .list > li :before {
        content: url('../images/arr_1.png');
        margin-right: 10px;
    }

.list-link li {
    float: left;
    font-size: 16px;
    width: 100px;
    height: 45px;
}

.list-link2 li {
    float: left;
    font-size: 14px;
    width: 300px;
    height: 35px;
    color: #FFF;
}

    .list-link2 li a {
        color: #FFF;
    }


.sitemap {
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #0a689d;
    color: #000;
    font-size: 16px;
    margin-top: 30px;
}

    .sitemap a {
        color: #000;
        font-size: 16px;
    }

@media (min-width: 1024px) {
    .zhtt {
        float: left;
        height: 132px;
        width: 89px;
        background-color: #3089c1;
        text-align: center;
        padding-top: 30px;
        margin-right: 10px;
    }

    .zhmore {
        float: right;
        height: 132px;
        width: 89px;
        background-color: #f7f7f7;
        text-align: center;
        padding-top: 40px;
        margin-left: 10px;
    }

    .navbar-main {
        background: #3089c1 url('../images/bg1.jpg') right no-repeat;
        border-radius: 0;
        height: 135px;
        position: relative;

    }

    .navbar-top {
        display: block;

    }
}

@media (max-width: 1023px) {
    .zhtt {
        display: none;
    }
	#toolbar{
        display: none;
    }
    .zhmore {
        display: none;
    }

    .navbar-main {
        background-color: #3089c1;
        border-radius: 0;
        height: auto;
        position: relative;
		display: none;
    }

    .navbar-top {
        display: none;
    }
}

.footer {
    height: 220px;
    margin-top: 30px;
    padding-top: 0px;
    background: #3089c1 url('../images/footer.jpg') no-repeat center bottom;
}
.col-md-41.col-sm-12.col-xs-12.hidden-sm.hidden-xs {
    padding-top: 30px;
}
.copyrights {
    background-color: #024562;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}

.list-media li {
    width: 155px;
    float: left;
}


/*分页新增样式20190412*/

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, form, input, button, textarea, p, th, td {
    margin: 0px;
    padding: 0px;
    padding-top: 0px;
}

ul, li {
    list-style-type: none;
}

.pt10 {
    padding-top: 10px;
}
.pt11 {
    padding-top: 10px;
}
.pt11 a:hover{
    color: #3089c1;

}

.article_content {
    padding-top: 20px!important;
    font-size: 16px!important;
    line-height: 180%!important;
}
.article_content img{
   max-width: 100%;
}
.leftpath {
    margin-top: 30px;
}

    .leftpath dl dt {
        border-bottom: 1px solid #000;
        height: 40px;
    }

        .leftpath dl dt h3 {
            color: #046097;
            font-size: 24px;
        }

    .leftpath .col-menu ul li {
        line-height: 40px;
        font-size: 18px;
        padding-left: 10px;
    }
.pt10 a{
	background: url('../images/left_0.png') no-repeat right center;
	display: block;
	margin: 0 22px 0 0;
}



.menuselected {
    background: #f8f8f8;
   /* border-bottom: 2px solid #23527c;*/
	border-left: 8px solid #3089c1;	
    line-height: 40px;
    font-size: 18px;
    padding-left: 10px;

}
 /* 
.menuselected:after {
        content: url('../images/left_0.png');
        margin-left: 150px;

}*/
.menuselecte {
    background: #fff;

	border-left: 8px solid #fff;
    line-height: 40px;
    font-size: 18px;
    padding-left: 10px;
	
}
 /* 
.menuselecte:after {
        content: url('../images/left_0.png');
        margin-left: 150px;

}*/
.menuselecte:hover {
    background: #f8f8f8;

	border-left: 8px solid #3089c1;	
    line-height: 40px;
    font-size: 18px;
    padding-left: 10px;
		
}


.contentMain {
    background: url("../images/hang.png") right 20px no-repeat;
    padding-bottom: 40px;
	min-height: 500px;
}

.list-1 li {
    width: 100%;
    height: 40px;
    overflow: hidden;
    background: url(../images/icon_dot.png) no-repeat center left;
    padding-left: 20px;
    line-height: 40px;
}

    .list-1 li a {
        color: #333;
    }

.fr {
    float: right;
}


.list-2 li {
    overflow: hidden;
    background: url(../images/icon_dot.png) no-repeat left 10px;
    padding-left: 12px;
    margin-top:10px;
}

.list-2 li a{
    font-size:16px;
}



/*flash*/
#banner {
	width: 100%;
	float: left;
}
#banner img {
	width: 100%;
	height: auto;
}
.banner_img {
	float: left;
	width: 100%;
	background-size: cover !important;
	height: 300px;
}
#flash {
	width: 100%;
	float: left;
}
.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
}
.slideBox .bd li img {
	width: 100%;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	background: #fff;/*filter:alpha(opacity=80);opacity:0.8;*/
	line-height: 999px;
	border-radius: 50%;
}
.slideBox .hd ul .on {
	background: #005aab;
}
.slideBox .prev {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	background: url(../images/left.png) no-repeat left top;
	cursor: pointer;
}
.slideBox .next {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -37.5px;
	display: none;
	width: 49px;
	height: 75px;
	background: url(../images/right.png) no-repeat left top;
	cursor: pointer;
}
.slideBox:hover .prev, .slideBox:hover .next {
	display: block;
}


.ad-960{

    width: 100%;
    height: auto;

}
.ad-960 img{

    width: 100%;
    height: auto;

}


.row1 .sp {
    font-size: 15px;
    color: #ffffff;
    background: #337ab7;
    height: 17px;
    line-height: 17px;
    width: 17px;
    display: inline-block;
    text-align: center;

}
.row1 .sp1 {
    font-size: 15px;
    color: #ffffff;
    background: #c5c4c2;
    height: 17px;
    line-height: 17px;
    width: 17px;
    display: inline-block;
    text-align: center;

}


.row1 a {

    font-size: 15px;
    color: #333;
    text-decoration: none;
    background-color: transparent;

}
/*end*/
