﻿< !--@charset "utf-8";
/* 交通厅2021 */
/* 链接 */
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #1487ff;
	text-decoration: none;
}
a:active {
	outline: none;
}
/* 头部、底部、公用 */
body {
	overflow-x: hidden;
	font-size: 18px;
	background:#e8eff6 url(/material/images/jtt_images_2021/bg.jpg) 50% 0px no-repeat;
	
	    font-family: "微软雅黑";
}
.ht {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background-color: #e8ecf0;
}
.ht a {
	font-size: 14px;
	margin: 0 10px;
	line-height: 30px;
}
.ipv {
	color: #fff;
	padding: 2px 10px;
	font-size: 14px;
	border-radius: 2px;
	background-color: #5093fe;
}
.header h1 {
	width: 470px;
	height: 185px;
	background: url(/material/images/jtt_images/logo.png) 0 50% no-repeat;
}
.header h1 a {
	display: block;
	height: 120px;
}
.nav {
	height: 60px;
	background-color: #1487ff;
}
.nav li {
	float: left;
	position: relative;
	width: 16.66%;
}
.nav li a {
	display: block;
	height: 60px;
	padding: 10px 0px;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.nav li + li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 25px;
	margin-top: -14px;
	background-color: #fff;
}
.nav li a:hover, .nav li.current {
	height: 60px;
	background-color: rgba(0, 0, 0, .1);
}
/* 搜索 */
.header .search {
	width: 475px;
	margin: 6% auto 0;
}
.search input {
	box-sizing: border-box;
	width: 400px;
	height: 40px;
	line-height: 20px;
	font-size: 16px;
	margin-right: 0px;
	padding: 10px 20px 10px 40px;
	border: none;
	color: #b4b3b3;
	box-shadow: none;
	border-radius: 3px 0px 0px 3px;
	outline: none;
	margin-top: -3px;
	background: #fff url(/material/images/jtt_images_2021/q.png) 10px 50% no-repeat;
}
.search button {
	box-sizing: border-box;
	width: 68px;
	height: 40px;
	border: none;
	background: #2d95ef;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	margin-left: -5px;
	border-radius: 0px 3px 3px 0px;
}
.search p {
	color: #888888;
	font-size: 14px;
	line-height: 40px;
}
.search p a {
	color: #888888;
	padding: 0px 5px;
}
.search p a:hover {
	color: #1487ff;
}
.inner, .content, .links, .copyright {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.content{
    background-color: #fff;
    padding:10px 20px 20px 20px;
}
/* 移动端菜单开始 */
.mask {
	display: none;
	position: fixed;
	z-index: 597;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
	opacity: 0;
	transition: opacity .2s;
}
.mask.on {
	display: block;
	opacity: 1;
}
body.modal-open {
	position: fixed;
	width: 100%;
}
.menu {
	display: none\9;
	position: fixed;
	z-index: 598;
	top: 0;
	right: 0;
	bottom: 0;
	width: 65%;
	background-color: #f5f5f5;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.menu.on {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.menu img {
	display: block;
	width: 90%;
	margin: 30px 10px;
}
.menu li a {
	position: relative;
	display: block;
	margin: 0 15px;
	padding: 0 15px;
	line-height: 50px;
	font-size: 16px;
	color: #048;
}
.menu li a:after {
	content: " ";
	display: inline-block;
	height: 6px;
	width: 6px;
	border-width: 2px 2px 0 0;
	border-color: #ccc;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 10px;
}
.menu li + li a {
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, .2);
}
.menu > ul > li:nth-child(1) {
	animation-delay: .1s;
}
.menu > ul > li:nth-child(2) {
	animation-delay: .2s;
}
.menu > ul > li:nth-child(3) {
	animation-delay: .3s;
}
.menu > ul > li:nth-child(4) {
	animation-delay: .4s;
}
.menu > ul > li:nth-child(5) {
	animation-delay: .5s;
}
.menu > ul > li:nth-child(6) {
	animation-delay: .6s;
}
.menu-btn {
	display: none;
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 599;
	width: 30px;
	height: 30px;
}
.menu-btn.on, .menu-btn.fixed {
	position: fixed;
	top: 5px;
}
.menu-btn > span {
	position: absolute;
	left: 0;
	right: 0;
	width: 15px;
	height: 2px;
	margin: 0 auto;
	background: #048;
	border-radius: 2px;
	transition: .25s;
}
.menu-btn > span:nth-child(1) {
	top: 18px;
}
.menu-btn > span:nth-child(2) {
	top: 24px;
}
.menu-btn > span:nth-child(3) {
	top: 30px;
}
.menu-btn.on span, .hd + .menu-btn > span {
	background: #048;
}
.menu-btn.on span:nth-child(1) {
	top: 21px;
	transform: rotate(45deg);
}
.menu-btn.on span:nth-child(2) {
	opacity: 0;
	transform: rotate(90deg);
}
.menu-btn.on span:nth-child(3) {
	top: 21px;
	transform: rotate(135deg);
}
/* 移动端菜单结束 */
/* 底部 */
.footer {
	color: #fff;
	padding: 20px 0;
	background-color: #054a8d;
	font-size:16px;
}
.links .row {
	margin-right: -5px;
	margin-left: -5px;
}
.links > ul > li {
	position: relative;
	line-height: 50px;
	font-size: 16px;
	margin-bottom: 20px;
}
.links > ul > li > a {
	display: block;
	color: #fff;
	margin: 0 -5px;
	padding: 0 20px;
	background: #1e5c99 url(/material/images/jtt_images_2021/links_arr.png) 96% 50% no-repeat;
}
.links li ul {
	display: none\9;
	z-index: -1;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 50px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ddd;
	background-color: #fff;
	opacity: 0;
	transform: translate(0, 3px);
	transition: opacity, transform .3s;
}
.links li:hover ul {
	display: block\9;
	z-index: 9;
	opacity: 1;
	transform: translate(0, 0);
}
.links li li {
	border-top: 1px solid #ddd;
	line-height: 39px;
	text-align: center;
	transition: all .3s;
}
.links li li:hover {
	background-color: #f8f8f8;
}
.links li li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	font-size: 14px;
}
.copyright {
	line-height: 32px;
}
.copyright p a, .copyright p span {
	color: #fff;
	margin: 0 10px;
}
.copyright .p20 {
	background-color: #1e5c99;
}
.mr10 {
	margin-right: 10px;
}
.gov {
	position: absolute;
	top: 50%;
	right: 13%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
}
.jc {
	position: absolute;
	top: 50%;
	right: 30px;
	width: 110px;
	height: 55px;
	margin-top: -22px;
}
.h136 {
	min-height: 136px;
}
.w966 {
	width: 982px;
}

/* 公用 */
.content .row {
	margin-right: -10px;
	margin-left: -10px;
}
.content .row > .col, .content .row > [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.tab-pane {
	position: relative;
	overflow: hidden;
}
.tab-pane .pane > ul, .tab-pane .pane > div {
	animation-duration: .3s;
}
.tab a, .tab b {
	position: relative;
	display: inline-block;
	margin: 0px 10px;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
}
.tab .current {
	color: #1680f3;
}
h3.tab {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}
h3.tab a:after, h3.tab b:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	transform: scale(0, 1);
	transition: transform .3s;
}
h3.tab a.current:after, h3.tab b.current:after {
	background-color: #5babff;
	transform: scale(1, 1);
}

.list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 40px;
    font-size: 16px;
}

.list-a li i {
	width: 40px;
	height: 40px;
	background-image: url(/material/images/jtt_images_2021/icons.png);
	background-image: url(/material/images/jtt_images_2021/icons_ie8.png)\9;
	background-size: 240px auto;
	background-repeat: no-repeat;
}

/* 列表页、正文页 开始 */
.where,
.where a, 
.where span{
    font-size: 14px;
    color: #919191;
}
.article h2{
	padding:15px 30px
	
}
.table-responsive{
	padding:20px 30px
	
}
.side-menu h2{
	min-height:60px;
    height: auto;
    line-height: 60px;
    margin:0px 0px 30px 0px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    background-color: #1487ff;
    border-radius: 0px 0px 15px 0px;
}

.side-menu ul{
    margin:0px;
}

.side-menu li a{
    font-weight: bold;
    line-height: 62px;
}

.side-menu li a:hover{
    color: #005aa8;
    line-height: 60px;
    border-bottom:1px solid #e2e2e2;
    border-top:1px solid #e2e2e2;
    background: url(/material/images/jtt_images_2021/side-menu.jpg) 0px 0px repeat-x;
}

.side-menu li a:before{
    display: none;
}



.main{
    border:1px solid #eaeaea;
}

.list-b li{
    padding: 20px 15px;
}

.list-b li h4{
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: normal;
}

.list-b li p{
    line-height: 30px;
}

.list-b li p span{
    display: inline-block;
    color: #626262;
    font-size: 16px;
    padding-right: 10px;
}


.list-b li p span i{
	display: block;
	float: left;
	color: #fff;
	margin:3px;
	font-size: 18px;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 100px;
}


.hover-style2 li {
    border-bottom: 1px dashed #d5d5d5;
    border-top: 1px dashed #d5d5d5;
}

.pages .current {
    background-color: #5babff;
}

.pages a:hover{
    background-color: #5babff;
}

.article h2{
    font-size: 28px;
    font-weight: bold;
}

.article .option{
    border:none;
    margin:0px;
    padding:10px;
	border-bottom: 0px solid #ddd;
}

.article .info>span{
    color: #7f7f7f;
    margin:0px 20px;
}

.jfontsize{
    color: #7f7f7f;
}

/* 列表页、正文页 结束 */

/* 互动交流 开始*/
.video h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}

.video h4 i{
	display: block;
	float: left;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #5fa7fd url(/material/images/jtt_images_2021/video.png) center no-repeat;
}

.video .v {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    height: 180px;
    overflow: hidden;
}

.video .v img {
    display: block;
    width: 100%;
    height: 100%;
}

.video-info p {
    line-height: 30px;
    font-size: 16px;
    color: #6e6e6e;
}



table.stripe {
    width: 100%;
}

table.stripe thead th {
    position: relative;
    color:#2d8fff;
    font-size: 16px;
    line-height: 45px;
    background: #e9f3ff;
}

table.stripe thead th.s1{
	width: 60%；
}
table.stripe thead th.s2{
	width: 20%；
}
table.stripe thead th.s3{
	width: 20%；
}

table.stripe th, table.stripe td {
	font-size: 16px;
    padding:0px 10px;
    line-height:2em;
    text-align: center;
}

table.stripe td{
    padding:6px 10px;
}



.a1 {
	margin-left: -5px;
	margin-right: -5px;
}

.a1 li{ 
	position: relative;
	line-height: 50px;
	border-radius: 8px;
}

.a1 li a{
	display: block;
	line-height: 50px;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left: 15%;
	font-size: 20px;
	text-align: left;
}

.a1 li.s1 a{
	background-color: #e3faf7;
	border:1px solid #daf7f3;
	border-radius: 8px;
}

.a1 li.s2 a{
	background-color: #eff5ff;
	border:1px solid #deeaff;
	border-radius: 8px;
}

.a1 li.s3 a{
	background-color: #fff8eb;
	border:1px solid #fef0d6;
	border-radius: 8px;
}

.a1 li.s4 a {
	background-color: #e2faff;
	border:1px solid #c3eef7;
	border-radius: 8px;
}

.a1 li i{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-size: 300px auto;
}

.a1 li.s1 i{
	background-position: 0px 0px;
}

.a1 li.s2 i{
	background-position: -50px 0px;
}

.a1 li.s3 i{
	background-position: -100px 0px;
}

.a1 li.s4 i{
	background-position: -150px 0px;
}

.a1 li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 8px;
    height: 20px;
    margin-top: -10px;
    border-radius:0px 5px 5px 0px;
}

.a1 li.s1:before{
    background-color: #0fd7b5;
}

.a1 li.s2:before{
    background-color: #689df9;
}

.a1 li.s3:before{
    background-color: #ffbf45;
}

.a1 li.s4:before{
    background-color: #49dafc;
}

.a1 li a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
}




.b1 li {
	position: relative;
    padding: 20px;
    border: 1px solid #c3e1ff;
    border-radius: 10px;
}

.b1 li+li{
	margin-top: 20px;
}

.b1 li h4 {
    line-height: 24px;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: bold;
    margin-bottom: 10px;
}

.b1 li h4,
.b1 li p {
    float: left;
    border-left:none;
}

.b1 li p {
    line-height: 24px;
    font-size: 14px;
    color: #999;
}

.b1 li b {
    position: absolute;
    bottom: 15px;
    right: 20px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 34px;
    padding: 0px 10px;
    text-align: center;
    font-weight: normal;
    background: #5babff;
    border-radius: 3px;
}



.jddh{
	margin-left: -10px;
	margin-right: -10px;
}

.jddh li{
	float: left;
	width: 373px;
	height: 147px;
	margin:0px 10px;
}

.jddh li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.jddh li a img{
	width: 100%;
	height: 100%;
}

.jddh li img{
        transition: transform .3s;
		/*max-width:360px;*/
    }

.jddh li a:hover img{
        transform: scale(1.05);
    }



/* 互动交流 结束*/

/* 信息公开 开始*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.leader img{
	width: 100%;
}

.ld_tz{
	width: 210px;
	height: 65px;
	color: #005aa8;
	font-size: 20px;
	padding:0px 15%;
	line-height: 65px;
	text-align: center;
	background:url(/material/images/jtt_images_2021/ld_bg.jpg) center no-repeat;
}

.ld_tz span{
	color: #333;
	padding-left: 10px;
	font-size: 24px;
}

.a2 li a{
	display: block;
	font-size: 18px;
	color: #005aa8;
	line-height: 40px;
	border-radius: 4px;
	margin-top: 10px;
	border:1px solid #d6ebf9;
}

.a2 li i.s1{
	background-position: 0px -120px;
}

.a2 li i.s2{
	background-position: -40px -120px;
}

.a2 li i.s3{
	background-position: -80px -120px;
}

.a2 li a:hover{
	color: #1680f3;
	border:1px solid #1680f3;
}

.a2 li a:hover i.s1{
	background-position: -120px -120px;
}

.a2 li a:hover i.s2{
	background-position: -160px -120px;
}

.a2 li a:hover i.s3{
	background-position: -200px -120px;
}





.b2{
	background-color: #f6fbff;
	border:1px solid #d8ebfe;
}

.b2 li{
	padding:0px;
}

.b2 li h4{
	font-size: 16px;
	min-height: 82px;
	line-height: 24px;
	padding-top: 10px;
	margin:0px 10px 10px 0px;
}

.b2 li .pic {
    width: 170px;
    height: 130px;
}

.b2 li span{
	color: #a0a0a0;
	font-size: 16px;
}

.b3 li{
	padding:10px 10px 10px 20px;
	background:url(/material/images/jtt_images_2021/dot.jpg) 0px 15px no-repeat;
}

.b3 li h4{
	margin:0px;
	font-size: 16px;
	line-height: 24px;
}

.b3 li+li{
	border-top:1px dashed #c5c5c5;
}


.ldry{
	margin-top: 20px;
}

.ldry li{
	line-height: 40px;
}

.ldry li span{
	padding-right: 5px;
	display: block;
	float: left;
	color: #005aa8;
}

.ldry li:nth-child(2) span{
	height: 80px;
}

.ldry li a{
	padding:0px 8px;
}

.gkzl_bt b{
	display: block;
	font-size: 0px;
	height: 72px;
	background:url(/material/images/jtt_images_2021/gkzl.jpg) center no-repeat;
}

.a3 li a{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 70px;
    line-height: 1.5;
    font-weight:normal;
    font-size: 18px;
    border-radius: 3px;
	background-color: #eff5ff;
	border:1px solid #deeaff;
    transition: background-position .3s;
}

.a3 li a span {
	width: 70%;
    display: table-cell;
    vertical-align: middle;
}

.a3 li i{
	margin: 15px;
}

.a3 li i.s1{
	background-position: 0px -40px;
}

.a3 li i.s2{
	background-position: -40px -40px;
}

.a3 li i.s3{
	background-position: -80px -40px;
}

.a3 li i.s4{
	background-position: -120px -40px;
}

.a3 li i.s5{
	background-position: -160px -40px;
}

.a3 li a:hover i.s1{
	background-position: 0px -80px;
}

.a3 li a:hover i.s2{
	background-position: -40px -80px;
}

.a3 li a:hover i.s3{
	background-position: -80px -80px;
}

.a3 li a:hover i.s4{
	background-position: -120px -80px;
}

.a3 li a:hover i.s5{
	background-position: -160px -80px;
}

.a3 li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 4px;
    height: 40px;
    margin-top: -20px;
    background-color: #689df9;
}



/* 信息公开 结束*/

/* 机构设置 开撕*/
.jgsz{
	padding: 20px;
}

.jgsz h3{
	display: block;
	font-size: 0px;
	width: 100%;
	height: 70px;
	border-bottom:1px solid #ccc;
}

.jgsz  h3.s1{
	background:url(/material/images/jtt_images_2021/jgsz_01.png) 0 0 no-repeat;
}

.jgsz  h3.s2{
	background:url(/material/images/jtt_images_2021/jgsz_02.png) 0 0 no-repeat;
}

.jgsz  h3.s3{
	background:url(/material/images/jtt_images_2021/jgsz_03.png) 0 0 no-repeat;
}

.jgsz  h3.s4{
	background:url(/material/images/jtt_images_2021/jgsz_04.png) 0 0 no-repeat;
}

.a4 li a{
	display: block;
	line-height: 38px;
	margin:5px -5px;
	border:1px solid #e9e9e9;
}

.a4 li a:hover{
	border:1px solid #1487ff;
	background:url(/material/images/jtt_images_2021/a.png) 96% 10px no-repeat;
}

.a5{
	padding:24px 30px;
	line-height: 40px;
	background:url(/material/images/jtt_images_2021/jgsz_bg.jpg) 0 0 no-repeat;
}

.a5 li{
	padding:0px 20px;
}

.a5 li a{
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

.a5 li i{
	margin-right: 20px;
	border-radius: 100px;
	background-color: #fff;
	border:1px solid #c3e1ff;
}

.a5 li i.s1{
	background-position: -160px 0px;
}

.a5 li i.s2{
	background-position: -200px 0px;
}




.leader-menu li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    line-height: 60px;
}

.leader .pic img {
    display: block;
    width: 100%;
}

.leader dt {
    float: left;
    width: 100px;
    padding: 120px 0 0 20px;
    line-height: 30px;
    font-size: 22px;
}

.leader dd {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 15px 125px;
}

.leader .list-p li a {
    padding: 20px 0;
    text-align: center;
}

.leader .list-p .pic {
    position: relative;
    overflow: hidden;
    display: block;
    width: 150px;
    height: 210px;
    margin: 0 auto 20px;
    background-color: #eee;
}

.leader .list-p .pic+h4 {
    max-height: 70px;
}

.leader .list-b .pic {
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    width: 150px;
    height: 190px;
    margin: 0;
    background-color: #eee;
}

.leader-bt{
	display: inline-block;
	margin-left: 10px;
	padding-left: 15px;
	border-left:3px solid #2884ff;
}

.leader-bt01,
.leader .list-b li .leader-info {
    margin-left: 170px;
    margin-bottom: 0px;
}

.leader .list-b li h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}

.leader .list-b li h4~p {
	font-size: 16px;
    padding: 5px 0;
}

.leader-info {
	margin-top: 10px;
    line-height: 24px;
}

.leader-info h5 {
    font-size: 16px;
    color: #717171;
    font-weight: bold;
}

.leader-info p {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.leader-info p .btn {
    font-size: 18px;
    padding:6px 20px;
    background-color: #2884ff;
}

.leader-info p+h5 {
    margin-top: 20px;
}

.leader .list-b li .card {
    padding: 15px;
    border-radius: 4px;
    transition: all .3s;
}

.leader .list-b li:hover .card {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 27, 128, .1);
}


/* 机构设置 结束*/

/* 部门动态 开始*/
.work h3{
	height: 50px;
	margin-left: 15px;
	margin-bottom: 20px;
	position:relative
}

.work h3.tab{
	margin:0px 0px 10px 0px;
}

.work h3.s1{
	background:url(/material/images/jtt_images_2021/work_bt01.png) 0 50% no-repeat;
}

.work h3.s2{
	background:url(/material/images/jtt_images_2021/work_bt02.png) 0 50% no-repeat;
}

.work h3.s3{
	background:url(/material/images/jtt_images_2021/work_bt03.png) 0 50% no-repeat;
}

.work h3.s4{
	background:url(/material/images/jtt_images_2021/work_bt04.png) 0 50% no-repeat;
}

.work h3 b{
	display: block;
	font-size: 0px;
}

.ztzl{
	border:1px solid #ccc;
}

.ztzl .list-t{
	padding: 10px;
}

.ztzl .list-t li{
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
}

.ztzl .list-t li a{
	white-space: normal;
}

.ztzl .list-t li:before{
	top: 30%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: transparent;
	border-radius: 0px;
	background:url(/material/images/jtt_images_2021/dot.jpg) 0 0 no-repeat;
}

.ztzl img{
	width: 100%;
}

.b4{
	margin-top: -5px;
	margin-left: -10px;
	margin-right: -10px;
}

.b4 li{
	width: 47%;
	padding:0px;
	margin:5px 10px;
	background-color: #f5f5f5;
}

.b4 li h4{
	position: relative;
	font-size: 16px;
	min-height: 60px;
	line-height: 24px;
	padding-top: 10px;
	margin:0px 10px 10px 0px;
}

.b4 li h4:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0px;
    width: 20px;
    height: 4px;
    margin-top: 2px;
    background-color: #7bbbff;
}


.b4 li .pic {
    width: 180px;
    height: 100px;
}

.b4 li span{
	color: #909090;
	font-size: 16px;
}

.b5 {
	margin-left: -10px;
	margin-right: -10px;
}

.b5 li {
	position: relative;
	width: 31.63%;
	margin:0px 10px;
    padding: 15px;
    border: 1px solid #d6ebf9;
    border-radius: 8px;
}

.b5 li h4 {
	width: 100%;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.b5 li h4,
.b5 li p {
    float: left;
    border-left:none;
}

.b5 li p {
    line-height: 24px;
    font-size: 16px;
    color: #868686;
}

.b5 li span {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    line-height: 28px;
    padding: 0px 10px;
    text-align: center;
    font-weight: normal;
    background: #5babff;
    border-radius: 0px 0px 10px 10px;
}





.jtb{
	height: 278px;
	background:url(/material/images/jtt_images_2021/jtb_bg.jpg) 0 0 no-repeat;
}

.jtb h3{
	display: block;
	height: 40px;
	margin:5px;
	background:url(/material/images/jtt_images_2021/jtb_bt.png) 0px center no-repeat;
}

.jtb a{
	display: block;
	width: 100%;
}

.jtb a img{
	width: 140px;
	height: 207px;
	margin:10px 17px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}

.jttj{
	line-height: 28px;
	padding-top: 20px;
}

.jttj a{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	padding: 0px 17px;
	font-weight: normal;
	background:url(/material/images/jtt_images_2021/gltj_bg.png) 0px center no-repeat;
 }

.jttj a:hover{
	font-weight: bold;
}

.list-p li h4{
	text-align: center;
	font-weight: normal;
}

.list-p li a{
	margin:0px;
}

/* 部门动态 结束*/

/*功能导航*/

#floatDivBoxs {
    width: 80px;
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 999;
    background-color: #333;
    background: rgba(62, 62, 62, 0.6);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#73e3e3e, endcolorstr=#73e3e3e);*/
    bottom: 0px;
}

#floatDivBoxs .floatDqq {
    padding: 180px 0px;
}

#floatDivBoxs .floatDqq li {
    width: 80px;
    height: 80px;
    padding: 10px 0px;
}

#floatDivBoxs .floatDqq li a {
    display: block;
    width: 80px;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    font: normal 14px/20px microsoft yahei, smihei;
}

#floatDivBoxs .floatDqq li a:hover {
    background-color: #2d8fff;
}

#floatDivBoxs .floatDqq li .iconfont {
    display: block;
    margin: 10px 15px;
    fill: #fff;
    font-size: 24px;
}

#rightArrow {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 300px;
    right: 120px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 80px;
    background: url(/material/images/jtt_images/s.png) no-repeat;
}

.floatDqq li span.wx {
    display: none;
    width: 90px;
    position: absolute;
    top: 250px;
    right: 124px;
    right: 124px\9\0;
    z-index: 9999999;
}

.floatDqq li:hover span.wx {
    display: block;
    display: block\9\0;
}

.floatDqq li span.wx img {
    width: 134px;
    height: 120px;
}
.hbjtb{
    background: url(/material/images/jtt_images/bk.png) ;
    background-size: 100%;
    height: 20px;
    width: 20px;
    margin: 10px auto;
    display: block;
}
.szzgsw{
    background: url(/material/images/jtt_images/pfzl.png) ;
    background-size: 100%;
    height: 20px;
    width: 20px;
    margin: 0 auto;
    display: block;
}
.xyjt{
    background: url(/material/images/jtt_images/sjdd.png) ;
    background-size: 100%;
    height: 20px;
    width: 20px;
    margin: 10px auto;
    display: block;
}
/*互动交流*/
.lnterview .list-b li .pic {
    float: left;
    position: relative;
    width: 260px;
    height: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.join, .view {
    display: inline-block;
    padding: 0 15px;
    border-radius: 100px;
    line-height: 30px;
}
/* 领导信息 开始 */

.leader .list-b li .pic {
     float: left;
     position: relative;
     overflow: hidden;
     display: block;
     width: 150px;
     height: 190px;
     margin: 0;
     background-color: #eee;
 }

 .leader .list-b .pic img {
     width: 100%;
     height:100%;
 }

 .leader .list-b li h4,
 .leader .list-b li .leader-info {
     margin-left: 170px;
 }

 .leader .list-b li h4 {
     font-size: 20px;
 }

 .leader-info {
     min-height: 144px;
     padding: 20px;
     line-height: 24px;
     background-color: #f0f3f8;
     background-image: linear-gradient(to top, #f0f3f8, #f1fafe);
     border-radius: 4px;
 }

 .leader-info h5 {
     border-left: 4px solid #06b;
     margin-left: -20px;
     margin-bottom: 10px;
     padding-left: 16px;
     font-size: 16px;
 }

 .leader-info p {
     width: 100%;
     overflow: hidden;
     text-overflow: ellipsis;
     max-height: 80px;
     padding: 5px 0;
 }

 .leader-info p .btn {
     margin-top: 10px;
 }

 .leader-info p+h5 {
     margin-top: 20px;
 }

/* 依申请公开 开始  */

.forms input[type="radio"] {
    -webkit-appearance: radio;
}

.forms input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.forms .form-control {
    padding: 6px;
}

.forms input.form-control {
    height: 38px;
}

.forms .pane {
    animation-duration: .3s;
}

.forms .row>div[class*="col-"] {
    margin-bottom: 1rem;
}

.forms .form-control:focus {
    border-color: #37e;
    box-shadow: 0 0 0.1rem 0.1rem rgba(0, 123, 255, .1);
}

.forms .form-inline .radio input {
    vertical-align: -2px;
    margin-right: 4px;
}

.forms .control-label {
    /* font-weight: bold;*/
}

.text-intro p {
    margin: 12px 0;
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
}

.text-intro p a {
    margin: 0 5px;
    color: #06b;
    text-decoration: underline;
}

.info-btns [class*="btn"] {
    margin: 10px;
    transition: .3s;
}

.info-btns .btn-lg {
    font-size: 18px;
}

.info-btns [class*="btn"]:hover {
    box-shadow: 0 10px 20px rgba(0, 27, 128, .1);
    transform: translate(0, -3px);
}

.info-detail {
    max-width: 800px;
    border: 1px solid #ddd;
    margin: 20px auto;
    padding: 0 15px;
    font-size: 15px;
}

.info-detail .row {
    margin-left: -15px;
    margin-right: -15px;
}

.info-detail .row:nth-of-type(odd) {
    background-color: #fafafa;
}

.info-detail .row>div {
    border-top: 1px solid #ddd;
    margin-top: -1px;
    padding: 15px;
}

/* 依申请公开 结束  */

.join,
.view {
    /*display: inline-block;*/
    padding: 0 15px;
    border-radius: 100px;
    line-height: 30px;
}

.interview {
    line-height: 28px;
    font-size: 16px;
}

.interview-video {
    background-image: linear-gradient(to bottom, #e9e9e9, #fff);
}

.interview-video video {
    width: 100%;
}

.interview-pic .prev,
.interview-pic .next {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
    color: #fff;
    animation-duration: .3s;
}

.interview-pic:hover .prev,
.interview-pic:hover .next {
    display: block;
}

.interview-pic .prev:hover,
.interview-pic .next:hover {
    background: #37e;
    filter: none;
    color: #fff;
}

.interview-pic .prev {
    left: 0;
}

.interview-pic .next {
    right: 0;
}

.interview-info img {
    width: 60%;
    margin: 10px 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.interview-info h3 {
    line-height: 40px;
    font-size: 18px;
    color: #2d8fff;
}

.interview-info h3 b {
    font-weight: normal;
}

.interview-info h3 i {
    margin-right: 10px;
    color: #ccc;
    vertical-align: -1px;
}

.interview-info p {
    font-size: 16px;
    line-height: 32px;
}

.interview-text {
    max-height: 800px;
    overflow: hidden;
}

.interview-text:hover {
    overflow-x: hidden;
    overflow-y: auto;
}

.interview-text p {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.interview-text p.q {
    cursor: pointer;
}

.interview-text p.q,
.interview-text p.a {
    padding: 15px 15px 15px 55px;
}

.interview-text p.q:before,
.interview-text p.a:before {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
}

.interview-text p.q:before {
    content: 'Q';
    color: #048;
}

.interview-text p.a:before {
    content: 'A';
    color: #ccc;
}

.interview-text p.current {
    background-color: #f8f8f8;
}

.lnterview .list-b li .pic {
    float: left;
    position: relative;
    width: 260px;
    height: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.lnterview .list li:hover .pic img {
    transform: scale(1.1);
}

.lnterview .list .pic img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}


/* 领导信息 结束 */

/* 依申请  */
.text-intro p{
	text-indent:2em
	
}
