/*--------------
===页面通用样式设置===
---------------*/
body, p, span, h1, h2, h3, h4, h5, h6, button {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background-color: #f2f2f2;
}

a {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    padding: 0;
    margin: 0;
}


a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #333333;
    font-size: 16px;
}

a.com:hover {
    color: #111111;
    text-decoration: none;
}

a.title:link, a.title:visited, a.title:active {
    display: inline-block;
    width: 120px;
    height: 35px;
    border-radius: 18px;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-size: 16px;
}

a.title:hover {
    color: #fff;
    background-color: #188ffa;
    text-decoration: none;
}

a.appendix:link, a.appendix:visited, a.appendix:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #a40001;
    font-size: 14px;
}

a.appendix:hover {
    color: red;
}

/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.margin10 {
    margin-top: 10px;
}

.mleft10{
    margin-left: 10px;
}
.margin20 {
    margin: 20px 0;
}

.hr_10 {
    box-sizing: content-box;
    height: 10px;
    overflow: visible;
}
.noborder{
    border: none !important;
}
.padding20{
    padding: 20px;
    background-color: #fff;
}
/*===============首页==================*/
.container{
    width: 1228px;
    margin: 0 auto;
}
.head{
    height: 287px;
    text-align: center;
   
}
.head img{
    /* padding-top: 92px; */
}
.nav{
    height: 50px;
    border-top: 2px solid #fff;
    background-color: #f5f5f5;
}
.nav li{
    float: left;
    line-height: 28px;
    width: 204px;
    margin: 9px 0;
    text-align: center;
    border-right: 3px solid #056cae;
}
.nav li a{
    font-size: 18px;
    display: block;
    color: #056cae;
}

/*ss*/
.panel{
    padding-top: 14px;
}
.search-box{
    height: 66px;
    background-color: #ebebf5;
}
.ss-item{
    height: 38px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 19px;
    font-size: 16px;
    color: #9e9e9e;
    outline-style: none;
}
.xxgktext {
    width: 466px;
    text-indent: 1em;
}
.xxgksub{
    display: inline-block;
}
.xxgksub,.gjss{
    width: 88px;
    height: 38px;
    text-align: center;
    line-height: 33px;
    margin-left: 50px;
}
a.xxgksub{
    cursor: pointer;
    display: inline-block;
    color: #9e9e9e;
}
.gjss a:link,.gjss a:visited,.gjss a:active{
    cursor: pointer;
    display: block;
    color: #9e9e9e;
}
a.xxgksub:hover,.gjss a:hover{
    color: #666;
}
.reci{
    margin-left: 60px;
    line-height: 38px;
    color: #9e9e9e;
}
.reci a {
    padding: 0 6px;
    color: #9e9e9e;
}
.tpxw{
    width: 772px;
    height:422px;
}

.item .titleleft{
    height: 40px;
    background-color: #f4f4f4;
    border-bottom: 3px solid #d2d7eb;
}
.item .titleleft > a{
    float: left;
    padding: 7px 20px 6px;
    font-size: 18px;
    border-bottom: 3px solid #0066cc;
    color: #0066cc;
}

.info-box ul{
    width: 98%;
    padding: 9px 6px;
}
.info-box ul li{
    height: 37px;
    line-height: 37px;
    text-indent: 8px;
    position: relative;
}
.info-box ul li span{
    width: 100px;
    text-align: center;
    font-size: 16px;
    float: right;
}
.info-box ul li a{
    height: 100%;
    font-size: 16px;
    color: #333;
    display: block;
    /*transition: all .3s ease;
    -webkit-transition: all .3s ease;*/
}
.info-box ul li a:hover{
    color: #0066cc;
}
.info-box ul li::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 15px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: #cccccc;
}
.info-box ul li:hover::before {
    background-color: #0579CC;
}

.titleleft ul{
    float: right;
    width: 620px;
}
.titleleft ul li{
    float: left;
    width: 155px;
    line-height: 37px;
    text-align: center;
}
.titleleft ul li.active{
    font-weight: bold;
}
.titleleft ul li.active a{
    color: #0579CC;
}
.titleleft ul li a{
    display: block;
    font-size: 16px;
    color: #666;
}

.main-right{
    width: 386px;
    margin-left: 30px;
}
.item .titleright{
    height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #0066cc;
}
.item .titleright  a{
    display: block;
    padding: 7px 20px 6px;
    font-size: 18px;
    color: #0066cc;
}
.ys{
    background-color: #f4f4f4;
    padding: 12px;
}
.ys li{
    float: left;
    width: 169px;
    height: 72px;
    margin: 6px;
    background-color: #056cae;
    border-radius: 5px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.ys li:hover{
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    box-shadow: 2px 2px 5px #888;
}
.ys li a{
    display: block;
    height: 100%;
}
.ys li img{
    float: left;
    padding: 20px 0 0 20px;
}

.ys li span{
    float: left;
    width: 96px;
    padding: 18px 10px 0 17px;
    color: #fff;
}
.ys li.all{
    width: 350px;
}
.ys li.all img{
    padding: 20px 0 0 80px;
}
.ys li.all span {
    float: left;
    padding-top: 24px;
    width: 200px;
    color: #fff;
}
.zl-ys{
    padding: 12px;
    background-color: #f4f4f4;;
}
.zl-ys li{
    height: 78px;
    margin-bottom: 10px;
    background-color: #056cae;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.zl-ys li a{
    color: #fff;
    display: block;
    line-height: 78px;
}
.zl-ys li img {
    margin: 0 18px 0 110px;
    vertical-align: middle;
}
.zl-ys li:hover{
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    box-shadow: 2px 2px 5px #888;
}
.gb-box{
    height: 150px;
    text-align: center;
    background-color: #f4f4f4;
    position: relative;
}
.gb-box img{
    padding-top: 32px;
}
.gb-box span{
    position: absolute;
    font-weight: bold;
    color: #eb0000;
    top: 84px;
    left: 203px;
}
.zt {
    padding: 12px;
    background-color: #f4f4f4;
}
.zt li{
    float: left;
    width: 169px;
    height: 72px;
    margin: 6px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #1d73cc;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.zt li a{
    display: block;
    height: 100%;
    color: #0066cc;
}
.zt li img{
    padding-top: 10px;
}
.zt li:hover{
    -moz-box-shadow: 2px 2px 5px #888;
    -webkit-box-shadow: 2px 2px 5px #888;
    box-shadow: 2px 2px 5px #888;
}


.list-main {
    width: 884px;
	padding:15px;
    border-right: 1px solid #ddd;
    padding-right: 20px;
    min-height: 783px;
}

.list-main .title {
    font-size: 18px;
}

.list-main .title p {
    color: #b31419;
    padding: 5px 0 10px;
    border-bottom: 1px solid #b31419;
}

.con_right {
    width: 304px;
	padding:15px;
    padding-left: 20px;
}


.bm-title{
    margin: 5px 0 15px;
}
.bm-title ul li{
    float: left;
    width: 33%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border: 1px solid #ce020e;
    text-align: center;
    margin-left: -1px;
    cursor: pointer;
}
.bm-title ul li:first-child{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;

}
.bm-title ul li:last-child{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.bm-title ul li.active{
    color: #fff;
    background-color: #ce020e;
}
.bm-box p{
    font-size: 16px;
    line-height: 25px;
}
.bm-con .title{
    height:40px;
    font-size: 17px;
    line-height: 40px;
}
.bm-con .title span{
    padding: 0 15px;
    color: #ce020e;
	position:relative;
}
.bm-con .title span::before{
	content:"";
	position:absolute;
	width:3px;
	height:15px;
	background-color: #ce020e;
	top:4px;
	left:5px;
}
.bm-con ul li{
    float: left;
    font-size: 14px;
    padding: 7px;
	text-indent:10px;
    min-width: 241px;
}
.bm-con ul li:hover{
}
.bm-con ul li a{
	display: block;
}
.xsq-con ul li{
    width: 150px;
    min-width: 160px;
}
.xsq-con ul li a{

    float: left;
    padding: 0 15px;
    text-indent:5px;
    border-left: 3px solid #666;
}

.b-title{
    border-bottom: 1px solid #ce020e;
    height: 30px;
    position: relative;
    margin-bottom: 20px;
}

.b-title p{
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 15px;
    text-align: center;
    width: 330px;
    font-size: 20px;
    font-weight: bold;
    color: #ce020e;
    background-color: #fff;
}
.bm-con ul li a {
    display: block;
}
a:hover {
    color: #ce020e;
    text-decoration: none;
}
a:link, a:visited, a:active {
    color: #333;
    text-decoration: none;
}

.ny_zblb1 li {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #dddddd;
    line-height: 40px;
}

.ny_zblb1 li a {
    display: block;
    font-size: 12px;
}

.ny_zblb1 li a.cur {
    color: #ce020e;
    font-weight: bold;
    text-decoration: none;
}

.ny_zblb1 li ul {
    display: none;
    padding-bottom: 6px;
    overflow: hidden;
}

.ny_zblb1 li ul li {
    float: left;
    background-image: none;
    line-height: 30px;
    margin-top: 0px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: none;
    white-space: nowrap;
}

.ny_zblb1 li ul li a {
    display: block;
    color: #7b7b7b;
    background-image: none;
    font-size: 12px;
}
.qzf li{
	float: left;
	line-height: 30px;
    margin-top: 0px;
	font-size: 12px;
	margin-right: 9px;
	font-weight: normal;
    white-space: nowrap;
}
.qzf li a{
	color: #7b7b7b;
	font-size: 12px;
}
.con_title {
    height: 33px;
    color: #252525;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #dddddd;
}
.mt20{
	margin-top: 20px;
}
