* {
	margin: 0;
	padding: 0;
margin-bottom: 0;
margin-top: 0;
margin-left: 0;
margin-right: 0;
}
body {
font-family: "Microsoft Yahei";
font-size: 14px;
}
a, a:hover{
	text-decoration: none;
}
a:hover {
transition: all 0.6s;
}
ul, li {
	padding: 0;
	list-style: none;
}
  ::-webkit-scrollbar-track-piece {
    background: #d3dce6;
  }

  ::-webkit-scrollbar {
    width: 6px;
  }

  ::-webkit-scrollbar-thumb {
    background: #99a9bf;
    border-radius: 20px;
  }

.header {
	padding: 20px 0;
background: #0C4589;
}
.header .logo {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.header .logo span{
color: #fff;
font-size: 36px;
    font-weight: bold;
letter-spacing: 5px;

}
.header .logo img:nth-of-type(1) {
	margin-right: 20px;
}
.nav {
	background: #0C4589;
}
.nav-box {
	width: 1200px;
	margin: 0 auto;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1;
}
.nav a{
	padding: 0 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 100%;
	line-height: 42px;
}
.nav a.center {
	background: #1054A6;
}
.search-box {
	display: flex;
	align-items: center;
	margin: 0 0 3px 10px;
}
.search-box input {
	background: rgba(255, 255, 255, 0.20);
	line-height: 42px;
	border: none;
	outline: none;
	color: #fff;
	padding: 0 10px;
	font-size: 16px;
	width: 150px;
}
.search-box div {
	background: rgba(255, 255, 255, 0.5);
	height: 42px;
	width: 50px;
	text-align: center;
	cursor: pointer;
}
.search-box div img {
	margin-top: 10px;
}
input::placeholder {
    color: #fff;
}
.carousel {
	width: 1400px;
	margin: 0 auto 20px;
}
.carousel-item {
position: relative;
}
.carousel-item img {
	height: 500px;
	width: 100%;
}
.carousel-item .banner-tips {
    display: inline-block;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    margin: 0px;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: "Microsoft YaHei";
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 50;
background: rgba(0, 0, 0, 0.6)
}
.content {
	width: 1200px;
	margin: 0 auto;
}
.box-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.content .box {
	width: 31%;
}
 .title {
	display: flex;
	align-items: center;
	height: 32px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 15px;
}
 .title .line {
	width: 6px;
	height: 18px;
	background-color: #0C4589;
	margin-right: 15px;
}
 .title span{
	color: #0C4589;
	font-size: 18px;
	font-weight: bold;
}
 .title a{
	font-size: 14px;
	color: #919499;
	margin-left: auto;
}
.box-list ul {
	padding: 8px 0;
	height: 155px;
        overflow: hidden;
}
.box-list li a{
	color: #231916;
	line-height: 32px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 32px;
	font-size: 14px;
	display: block;
}
.box-list li a:hover {
color:#2267B1;
}
.box-list li a .circle {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background: #0C4589;
	margin-right: 12px;
	border-radius: 5px;
}
.list-gksx .item {
	display: flex;
}
.list-gksx .item .name {
	border-radius: 2px;
	background: #eff8ff;
     color: #0055A4;
	font-size: 16px;
	padding: 15px 0;
	min-width: 180px;
       max-width: 180px;
       display: flex;
    align-items: center;
    justify-content: center;
cursor: pointer;
}
.list-gksx .item {
	margin: 15px 0;
}
.list-gksx .item a {
	font-size: 14px;
	color: #3b3b3b;
       white-space: nowrap;
}
.list-gksx .item a:hover {
	color:#cc0000;
}
.list-gksx .item:hover .name {
background: #3b7abd;
    color: #ffffff;
    font-weight: bold;
}
.list-gksx .item:hover  .data:hover {
    background: #e6f2ff;
} 
.list-gksx .item .data {
padding: 6px 20px;
line-height: 30px;
flex: 1;
}
.data-item {
white-space: nowrap;
display: inline-block;
    vertical-align: middle;
}
.list-gksx .item .line {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    background: #2d6fb3;
}
.list-gksx .item span {
	margin-left: 10px;
}
.list-gksx .item .data-item:nth-last-of-type(1) span {
	display: none;
}
.box-links {
	background: rgba(12, 69, 137, 0.03);
	padding: 30px 0 10px;
}
.box-links  .title {
	border: none;
}
.box-links-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.box-links-box .box {
	width: 30%;

}
.box-links-box .box .item {
	margin: 15px 0;
	color: #231916;
	font-size: 15px;
}
.box-links-box .box .item span:nth-of-type(2) {
	margin-left: 10px;
}
.links-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
height: 140px;
    align-items: start;
}
.links-item a {
	width: 45%;
	display: block;
	color: #231916;
	font-size: 14px;
}
.links-item a .circle {
	display: inline-block;
	vertical-align: middle;
	width: 5px;
	height: 5px;
	background: #231916;
	margin-right: 5px;
	border-radius: 5px;
}
.nav_menustyle_1_1 a {
font-size: 16px;
}
.footer {
	background: #0C4589;
	color: rgba(255, 255, 255, 0.8);
	padding: 20px 0;
}
.footer-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer-box .box1 p{
	margin: 8px 0;
font-size: 12px;
}
.footer-box .box3 img:nth-of-type(2) {
	margin-left: 15px;
}
.footer-box .box2 img {
width: 200px;
}
.footer-box .box2 div{
text-align: center;
    font-size: 26px;
    letter-spacing: 10px;
    font-weight: bold;
padding-left: 20px;
color: #fff;
}
.list-content {
	width: 1200px;
	display: flex;
        min-height: 593px;
        margin: 15px auto;
}
.left-box {
	width: 280px;
	line-height: 30px;
	margin-right: 20px;
box-shadow: 2px 3px 4px 0px rgba(24, 24, 24, 0.05);
    background: rgba(255, 255, 255, .8);
}

.name-first {
border-bottom: 1px dashed #ebebeb;
cursor: pointer;
	padding: 15px 20px;
font-size: 18px;
display: flex;
    align-items: center;
    justify-content: space-between;
}
.name-first a {
    color: #323232;
flex: 1;
}
.list-three {
border-bottom: 1px dashed #ebebeb;
padding-left: 15px;
display: none;
transition: all 0.3s ease;
}
.left-box .center .name-first a {
color: #02356b;
}
.left-box .center .name-first img {
transform: rotate(90deg);
padding:6px;
transition: transform 0.3s ease;
    transform-origin: center; /* 设置旋转中心点为图片中心 */
}
.left-box .center .list-three {
display: block;
}
.left-box .name {
	background: #0C4589;
	padding-left: 22px;
	font-size: 20px;
	color: #FFF;
}
.left-box .item a {
	color: #666666;
	font-size: 16px;
display: block;
    height: 100%;
cursor: pointer;
margin: 5px 0;
position: relative;
padding: 8px 10px 8px 20px;
}
.left-box .item a:after {
content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #005bac;
    display: block;
    position: absolute;
    left: 10px;
    top: 19px;
    z-index: 10;
}
.left-box .item a.center,  .left-box .item a:hover{
background: #eee;
color:  #0C4589
}
.right-box {
	flex: 1;
position: relative;
}
.right-box-list1 {
width: 1200px;
margin: 0 auto;
min-height: 579px;
}
.list-title-head {
padding: 10px;
color: #fff;
font-size: 20px;
background:#2267B1;
text-align: center;
color: #fff;
}
.list-title-head div {
}
.list-data {
padding: 15px;
background: #fff;
}
.right-box .list-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
height: 50px;
}
.right-box .current-box {
	text-align:right;
color:#989898;
font-size: 15px;
}
.right-box .current-box a {
color:#989898;
font-size: 15px;
}
.right-box .list-title span {
	position: relative;
color: #2267B1;
    font-size: 20px;
font-weight: bold;
white-space: nowrap;
}
.list-item {
display: flex;
    align-items: center;
}
.list-item a{
	color: #4a4a4a;
	line-height: 42px;
}
.list-item span {
margin-left: auto;
}
.list-item:hover a{
color:#2267B1;
}
.list-item a .circle {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	background: #0C4589;
	margin-right: 12px;
	border-radius: 5px;
}
.pagination {
	margin: 20px 0 0;
	padding: 0;
}
.detail-content {
	width: 1200px;
	margin: 30px auto 15px;
min-height: 534px;
}
.flex_ul li ul li {
background: #fff;
color: #0C4589;
}
.flex_ul li ul li a {
color: #000;
font-size: 14px;
}
.flex_ul li ul li a:hover {
color: #fff;
}
.detail-title {
	color: #0C4589;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #ECECEC;
	line-height: 50px;
	text-align: center;
	padding-bottom: 10px;
}
.detail-info {
	color: #787878;
	font-size: 12px;
	text-align: center;
	padding: 15px 0;
}