*{margin:0px;padding:0px;}
body, html {min-width: 1200px;}
a{text-decoration: none;}
ul,ol,li{list-style: none;}
a{color: #333;}
a:hover{color:#c00;}
img {
    display: block;
}
.bk20{margin:15px 0;height:1px;border-bottom:1px dotted #ccc;}
.hr{display: block;}
.newslist li{
	padding-left:18px;
	background:url('point.png') no-repeat left 14px;
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}
.col-2 li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
  	width:49%;
    float:left;
}
.col-2 li:nth-child(2n+1){
	margin-right:1.9%;
}
.f14 li{
	font-size: 14px;
}
.newslist li a{
	color:#333;
}
.newslist li span {
	color:#5b5b5b;
	float:right;
}
.header {min-width:1200px;}
.header .banner img {
    display: block;
	width: 100%;
}
.header .nav {
	height: 60px;
	background: #0129dd;
	overflow:hidden;
}
.header .nav ul {
	width:1200px;
	margin:0 auto;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
    justify-content: space-between;
}
.header .nav ul li{
	float:left;
	line-height: 60px;
	width:145px;
	color:#fff;
	text-align: center;
}
.header .nav ul li:hover {
    font-weight: bold;
}
.header .nav ul li.line{width:3px;}
.header .nav ul li a{
	color:#fff;
	font-size:18px;
	font-family: 'Microsoft Yahei';
}
.header .nav ul li:hover a,.header .nav ul li a:hover{color:#ffff60 !important;}
.container{width:1200px;margin:20px auto;}
.row{
	margin-top:10px;
	overflow: hidden;
    display: block;
}
/* 举报入口 */
#index_other_port {
    display: flex;
    flex-wrap: wrap;
    gap:20px; 
    justify-content: space-between; 
    padding: 20px 0;
}
#index_other_port img {
    border-radius: 10px;
}
.type-port {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.type-port li {
    width: 30%;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 5px 10px #d0e3f7;
    -moz-box-shadow: 0 5px 10px #d0e3f7;
    box-shadow: 0 5px 10px #d0e3f7;
}
.type-port li:hover {
    background-color: #94269f;
}
.type-port li a {
    padding: 41px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
}
.type-port li:hover a {
    color: #fff;
}
.type-port li a img {
    height: 70px;
}
.type-port li a em {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
}

.special-port {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.special-port li {
    margin-bottom: 20px;
}
.special-port li img {
    width: 170px;
    height: 116px;
}

.indexFocus {
    overflow: hidden;
    margin: 20px 0;
}
.indexFocus .swiper-slide {
    background-color: #f9f9f9;
}
.indexFocus .swiper-slide:hover {
    background-color: #eff2ff;
}
.indexFocus .swiper-slide img {
    width: 800px;
    height: 450px;
    float: left;
    margin-right: 20px;
}
.indexFocus .swiper-slide .info {
    overflow: hidden;
    padding: 20px;
}
.indexFocus .swiper-slide .info h3 {
    font-size: 28px;
    color: #000;
    text-align: justify;
}
.indexFocus .swiper-slide .info p {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    line-height: 1.8em;
    text-align: justify;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    width: auto!important;
    left: auto!important;
    right: 10px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 18px;
    height: 8px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #c00;
}

/* 内容区 */
.col-left{
	width:800px;
	float:left;
	margin-right:30px;
}
.col-right{
	overflow: hidden;
}
.module h2{height:50px;border-bottom:3px #e1e1e1 solid;}
.module h2 span,.module h2 a.more{
	display: block;
	height: 50px;
	line-height: 50px;
}
.module h2 span{float:left;font-size:24px;font-family: 'Microsoft Yahei';color:#0059eb;border-bottom:3px #0059eb solid;}
.module h2 a.more{
	float:right;
	font-size:12px;
	color:#363636;
	border-bottom:3px #959595 solid;
}
.module .thumb{
	float:left;
	margin-right:20px;
	padding:25px 0 0;
}
.module .thumb img{
	width:320px;
	height: 190px;
}
.module .hotnews{
	padding:20px 0;
	border-bottom:1px dashed #ccc;
}
.module .hotnews h3{
	font-family: 'Microsoft Yahei';
	font-size: 22px;
	font-weight: normal;
	margin-bottom:15px;
}
.module .hotnews p{
	font-size:14px;
	line-height: 24px;
	color: #6e6e6e;
}
.module .newslist{
	margin-top:15px;
}
.jubaoorg{
	line-height: 31px;
}
.modulebg{
	background:url('module_bg.png') repeat center top;
	padding:15px;
}
.friendly {
	border: 1px solid #0059eb;
	margin-top: 15px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f5f5f5;
}
.friendly h3{
	font-family: 'Microsoft Yahei';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #0059eb;
    border-right: 1px solid #0059eb;
    padding-right: 10px;
    margin-right: 15px;
    margin-top: 6px;
  margin-bottom:10px;
}
.friendly p{
	font-size: 13px;
	line-height: 28px;
}
.friendlink {
    margin: 20px 0;
}
.friendlink ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.friendlink ul li {
    margin-top: 20px;
}
.footer{
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #0059eb;
	line-height: 26px;
	padding: 20px 0;
}
.position{
	line-height: 40px;
	margin:15px 0;
	font-size:14px;
	background: #eaeaea;
    padding-left: 15px;
}
.catname{display:block;line-height: 40px;background:#eaeaea;padding:0 20px;margin-bottom:20px;
font-size: 22px;font-family: 'Microsoft Yahei';font-weight: bold;color:#0059eb;}
/* 栏目页 */
.category{
	width:1180px;
	margin:0 auto 50px;
	overflow: hidden;
}
.category .newslist{
	padding: 30px 50px;
	border: 1px solid #e9e9e9;
}
#pages{
	display: block;
	text-align: center;
	color: #c00;
}
#pages .a1{border:1px solid #f0f0f0;background: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;padding:2px 5px;}
/* 内容页 */
.article{
	width:1180px;
	margin:0 auto 50px;
}
.article h1{
	font-family: 'Microsoft Yahei';
	font-size:26px;
	text-align: center;
	line-height: 30px;
	margin:30px 0;
}
.article .info{
	display: block;
	line-height: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size:14px;
}
.article .content{
	line-height: 32px;
	font-size: 16px;
	font-size: medium;
	text-align: justify;
	padding: 20px 50px;
	border: 1px solid #ededed;
}
.article .content p{
	margin:15px;
}
.article .content img{
	max-width: 100%;
	margin: 20px auto;
}


#slider {
	width: 100%;
}
#slider .slides li{position: relative; background-color: #fbf9f9}
#slider .slides li a {
    display:block;
    width: 100%;
    
}
#slider .slides li a img{
	width: 750px;
	height: 450px;
	float: left;
	margin-right: 30px;
}
#slider .slides li a .info {
    overflow: hidden;
    padding: 20px;
}
#slider .slides li a .info h3 {
    font-size: 25px;
}
#slider .slides li a .info p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 2rem;
}
#slider .pagination {
    width: 300px;
}
/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
	top: 50%;
	margin-top: -30px
}

.controls li:nth-child(1) {
	left: 0;
}

.controls li:nth-child(2) {
	right: 0;
}

.pagination li {
	background-color: #ddd;
}

.pagination li.active {
	background-color: #c00;
}


/*-------------HELPERS----------------*/

.responsive {
	width: 100%;
	height: 450px;
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.w800{width:800px;float:left;margin-right:30px;}
.erweima{
	overflow: hidden;
    border: 1px solid #e9e9e9;
    text-align: center;
    margin-top:20px;
    background: #f5f4cb;
}
.erweima .saoma{margin-top:20px;}
.erweima .weixin img, .erweima .weibo img{margin-top:20px;border: 1px solid #2d89f0;}


        .side-nav {
            position: fixed;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 1000;
            border: 1px solid #e7e7e7;
            background-color: #f7f7f7;
        }

        .side-nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .side-nav li {
            position: relative;
            width: 70px;
            height: 70px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border-bottom: 1px solid #e7e7e7;
            -webkit-transition: background-color 0.3s;
            -moz-transition: background-color 0.3s;
            -o-transition: background-color 0.3s;
            transition: background-color 0.3s;
        }
        .side-nav li > img {
            width: 30px;
        }

        .side-nav li:last-child {
            border-bottom: none;
        }

        .side-nav li:hover {
            background-color: #fff;
        }

        .side-nav li .fa {
            font-size: 28px;
            margin-bottom: 8px;
        }

        /* 根据图片设置不同图标的颜色 */
        .side-nav .fa-phone { color: #f9903b; }
        .side-nav .fa-envelope { color: #50a9e3; }
        .side-nav .fa-weibo { color: #e55342; }
        .side-nav .fa-weixin { color: #69b951; }
        .side-nav .fa-arrow-up { color: #667e91; }

        .side-nav li span {
            font-size: 12px;
            color: #666;
        }

        .side-nav li .hover-content {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 50%;
            right: 70px; /* 定位到列表项的左侧 */
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 20px 30px;
            -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            white-space: nowrap;
            font-size: 20px;
            color: #333;
            -webkit-transition: opacity 0.3s, visibility 0.3s;
            -moz-transition: opacity 0.3s, visibility 0.3s;
            -o-transition: opacity 0.3s, visibility 0.3s;
            transition: opacity 0.3s, visibility 0.3s;
        }
        
        /* 悬浮框的小三角 */
        .side-nav li .hover-content::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 100%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border-width: 8px;
            border-style: solid;
            border-color: transparent transparent transparent #ccc;
        }
        .side-nav li .hover-content::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 100%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border-width: 7px;
            border-style: solid;
            border-color: transparent transparent transparent #fff;
            z-index: 1;
            margin-left: -1px;
        }

        .side-nav li:hover .hover-content {
            visibility: visible;
            opacity: 1;
        }

        .hover-content img {
            width: 140px;
            height: 140px;
            display: block;
        }