﻿
body, h1, h2, h3, h4, ul, li, a, input {
	margin: 0;
	padding: 0;
	font-family: siyuanRegular,思源黑体 CN,Microsoft Yahei,微软雅黑,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Source Han Sans CN,Source Han Sans,"Source Han Serif",sans-serif;
}
div, a {
	font-size: 14px;
	color: #323232;
}
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: middle;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
}
ul, li, dl, dt, dd {
	list-style: none;
	margin: 0;
	padding: 0;
}
body {
	overflow-x: hidden;
	min-width: 1100px;
	background: #f2f2f2;
}
/**头部**/
.head {
	/*background: url(../images/top_bg.jpg) no-repeat center;*/
	/*background-size: 100% auto; !* 宽度100%，高度自适应 *!*/
	/*height: 360px;*/
}
.head .head_img{
	width: 100%;
}
.head .warp {
	width: 1100px;
	margin-left: 400px;
}
.head .warp .logo {
	padding-top: 10px;
}
.head .warp .logo img{
	width: 240px;
}

/**菜单**/
#nav {
	height: 65px;
	line-height: 65px;
}
.nav {
	width: 1200px;
	margin: 0 auto;
	height: 65px;
}
.nav ul {
	margin-left: 10px;
}
.nav ul li, .nav ul .home{
	float: left;
	width: 130px;
	height: 65px;
	line-height: 65px;
	text-align: center;
}
.nav ul li a, .nav ul .home a{
	color: #333;
	font-size: 19px;
	text-align: center;
	display: block;
	width: 130px;
	font-weight: bold;
}
.nav ul li a:hover, .nav ul li a.hover {
	color: #fff;
	background: #0a5ac9;
	width: 130px;
}
.nav ul li ul {
	display: none;
	z-index: 1;
}
.nav ul li ul li {
	height: 35px;
	line-height: 35px;
	background: #0a5ac9;
	text-align: center;
	display: block;
    animation: sideHeightBottom-47acb8a0 .7s linear;
    animation-fill-mode: forwards;
	padding: 5px 0;
	box-shadow: 1px 1px 0 0 #0000004d;
}
.nav ul li ul > *:last-child {
	padding-bottom:30px;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.nav ul li ul p{
	width: 65px;
    height: 3px;
    margin: 0 auto 16px;
    background-color: #fff;
}
.nav ul li:hover ul {
	display: block;
	position: relative;
	top: -65px;
	min-width: 130px;
	left: -10px;
}
.nav ul li:hover ul li a {
	width: 130px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
.nav ul li:hover ul li a:hover {
	color: #fff;
	font-size: 18px;
}
.nav ul li:hover ul a {
	color: #fff;
	background: #0a5ac9;
}
.nav ul li:hover ul a:after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    height: 2px;
    background: #fad817;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
/*底部公共*/
.header {
	position: fixed;
    top: 0px;
    width: 100%;
    height: 80px;
	z-index: 10;
	font-size:14px;
	font-family: siyuanRegular,思源黑体 CN,Microsoft Yahei,微软雅黑,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Source Han Sans CN,Source Han Sans,"Source Han Serif",sans-serif;
}
.header .t-header {
	width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 10px #0006
}
.t-header .t-header-inner {
    /*width: 1200px;*/
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.t-header .t-header-inner .t-header-logo {
	margin-top: 10px;
    height: 50px;
}
.header .t-menus {
    flex: 1;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: right;
}
.t-menus li {
    padding: 0 15px;
    height: 80px;
    position: relative;
}
.t-menus li.active {
    border-bottom: 3px solid #0a5ac9;
	color: #0a5ac9;
}
.t-menus li a {
    display: block;
    height: 80px;
    line-height: 90px;
    font-weight: 600;
    font-size: 16px;
}
.t-menus li:nth-child(2):hover .t-menus-submenu {
    display: block;
    animation: sideHeightBottom-868b58f9 .7s linear;
    animation-fill-mode: forwards;
}
.t-menus li:hover .t-menus-submenu {
    display: block;
    animation: sideHeightBottom2-868b58f9 .7s linear;
    animation-fill-mode: forwards;
}
.t-menus li .t-menus-submenu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 199999;
    display: none;
    background-color: #0a5ac9;
    box-shadow: 0 0 5px #0000004d;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 30px;
    overflow: hidden;
}
.t-menus li .t-menus-submenu h2 {
    width: 100%;
    height: 90px;
}
.t-menus li .t-menus-submenu h2 a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 90px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.t-menus li .t-menus-submenu a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #fff;
}
.t-menus li.active a {
    font-weight: bold;
}
.t-menus li.active .t-menus-submenu a {
    font-weight: unset;
}
.t-menus li .t-menus-submenu a {
    font-weight: unset;
}
.t-menus li .t-menus-submenu a:hover {
    font-weight: 700;
}
.t-menus li .t-menus-submenu p {
    width: 65px;
    height: 3px;
    margin: 0 auto 16px;
    background-color: #fff;
}

.container {
    width: 1100px;
    margin: 0 auto;
}
/**资讯**/
.information {
    background: #f2f2f2;
}
.information .section-title {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
.information .section-title h2 {
    font-size: 24px;
    margin-bottom: 25px;
	background: url(../images/index_title_bg.png) no-repeat center;
}
.information .content {
    height: 100%;
    overflow: hidden;
	padding-bottom: 50px;
}
.information .content .new_pic_list {
	width: 480px;
    float: left;
}
.information .content .new_pic_list .pic-slide{
	position: relative;
    width: 480px;
    height: 320px;
    background-color: #000;
    float: left;
}
.pic-slide .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}
.pic-slide .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}
.pic-slide .shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: 10;
	height: 41px;
	line-height: 41px;
	background: #0a5ac9;
	display: block;
	text-align: left;
	opacity: 0.7;
}
.pic-slide .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	overflow: hidden;
	margin-left: 10px;
	font-family: siyuanRegular,思源黑体 CN,Microsoft Yahei,微软雅黑,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,miui,Source Han Sans CN,Source Han Sans,"Source Han Serif",sans-serif;
}
.pic-slide .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #000
}
.pic-slide .fcon img {
	display: block;
	width: 480px;
	height: 320px;
}
.pic-slide .fbg {
	bottom: 20px;
	right: 20px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
}
.pic-slide .fbg div {
	margin: 15px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}
.pic-slide .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #9c9ea0;
}
.pic-slide .D1fBt .current, .pic-slide .D1fBt a:hover {
	background: #e0e1e1;
}
.pic-slide .D1fBt img {
	display: none
}
.pic-slide .D1fBt i {
	display: none;
	font-style: normal;
}
.new_title_list {
	width: 600px;
	float: left;
	margin-left: 20px;
}
.new_title_list ul {
    line-height: 30px;
	background: #fff;
    padding: 0 10px;
    border-radius: 10px;
}
.new_title_list ul li {
	height: 44px;
	line-height: 44px;
	border-bottom: 1px dashed #eaeaea;
	padding-left: 20px;
	position: relative;
}
.new_title_list ul li a {
	font-size: 16px;
	color: #3f3f3f;
}
.new_title_list ul li a:hover{
	font-weight: 700;
    color: #0a5ac9 !important;
}
.new_title_list ul li a:hover p{
    background: #0a5ac9 !important;
}
.new_title_list ul li p{
	content: "";
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    top: 20px;
    left: 0px;
}
.new_title_list ul li span {
	position: absolute;
	right: -10px;
	top: 0;
	font-size: 16px;
	color: #555555;
}
.new_nav {
	margin-bottom: 16px;
	height: 35px;
}
.new_nav a {
	width: 130px;
	height: 35px;
	display: block;
	float: left;
	text-align: center;
	line-height: 35px;
	background: rgb(229, 32, 42);
	color: #fff;
	margin-right: 10px;
	border-radius: 5px;
}
.new_nav :hover {
    background: #0a5ac9 !important;
	color: #fff;
}

/**资讯**/
.talent {
    background: #fff;
}
.talent .section-title {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
.talent .section-title h2 {
    font-size: 24px;
    margin-bottom: 25px;
	background: url(../images/index_title_bg.png) no-repeat center;
}
.talent .content {
    height: 100%;
    overflow: hidden;
	padding-bottom: 50px;
}

.leftLoop {
	
}
.leftLoop .hd {
	height: 20px;
	position: relative;
}
.leftLoop .hd a {
	display: block;
	position: absolute;
	width: 18px;
	height: 34px;
	cursor: pointer;
	position: absolute;
	top: 80px;
	z-index: 99;
}
.leftLoop .bd {
	width: 1100px;
	overflow: hidden;
	margin: 0 auto;
}
.leftLoop .bd ul {
}
.leftLoop .bd ul li {
	float: left;
	width: 240px;
	margin-left: 25px;
}
.leftLoopa .bda ul li a {
	display: block;
	text-align: center;
	float: left;
	width: 240px;
}
.leftLoop .bd ul li a img {
	width: 240px;
	height: 180px;
	/*box-shadow:5px 5px #7a5a54;
	h-shadow v-shadow blur spread color inset;*/
}
.leftLoop .bd ul li a:hover {
	color: #FFF;
	font-size: 16px;
}
.leftLoop .bd ul li a p {
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 500;
}
/**党建**/
.party {
    background: #f2f2f2;
}
.party .section-title {
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
}
.party .section-title h2 {
    font-size: 24px;
    margin-bottom: 25px;
	background: url(../images/index_title_bg.png) no-repeat center;
}
.party .content {
    height: 100%;
    overflow: hidden;
	padding-bottom: 50px;
	text-align: center;
}
.party .content div{
    display: none;
    width:1100px;
	height: 420px;
    margin:0 auto;
    animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-timing-function: linear;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: linear;
}

.party .content div:nth-child(1){
    display: block;
}
.party .content ul li {
    float: left;
    width: 333px;
	height: 350px;
    margin-right: 50px;
    text-align: center;
    background: #fff;
    padding-bottom: 38px;
    box-shadow:0px 3px 10px 10px #f2f2f2;
}
.party .content ul li .box {
    width: 100px;
    height: 100px;
    background: rgba(250 216 23 /80%);
    position: relative;
    top: -355px;
    float: right;
	font-weight:800;
	color: rgba(51,51,51,1);
	margin: 0 auto;
	text-align:center;
	font-size:16px;
	display:table-cell;
}
.party .content ul li .box h2{
	display: block;
    text-align:center;
	font-size:48px;
}
.party .content ul li p:nth-child(2) {
	font-size: 16px;
    color: rgba(51,51,51,1);
    line-height: 24px;
    padding: 0 10px;
    height: 48px;
	text-align:left;
	font-weight: 500;
	margin: 10px 0;
}
.party .content ul li p:nth-child(3) {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 24px;
    padding: 0 10px;
    height: 80px;
	text-align:left;
	text-indent: 2em;
}
.party .content ul li:last-child {
    margin-right: 0;
}
.party .content ul li img {
    width: 333.33px;
	height: 240px;
}
.party .content ul li a {
    display: block;
    width: 180px;
    height: 44px;
    background: #3da1f9;
    background: -moz-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #3da1f9), color-stop(100%, #476dfd));
    background: -webkit-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -o-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: -ms-linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    background: linear-gradient(45deg, #3da1f9 0%, #476dfd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3da1f9', endColorstr='#ff6c55', GradientType=1 );
    box-shadow: 0 3px 10px 0 #3da1f9;
    border-radius: 22px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(243,243,248,1);
    line-height: 44px;
    text-align: center;
    margin: 24px auto 0;
}
.more_btn {
	display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 18px;
    color: #0a5ac9;
    border: 1px solid #0a5ac9;
    text-align: center;
    margin: 0 20px;
}
.more_btn:hover{
    color: #fff;
	background: #0a5ac9;;
}
/**服务**/
.service {
    background: #fff;
}
.service .content {
    height: 100%;
    overflow: hidden;
	padding-bottom: 50px;
}
.service .section-title {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
}
.service .content .left_pic_list {
	width: 500px;
    float: left;
	margin: 0 25px;
	position: relative;
}
.service .content .left_pic_list img{
	position: relative;
    width: 500px;
    height: 160px;
    background-color: #000;
    float: left;
}
.service .content .right_pic_list {
	width: 500px;
    float: right;
	margin: 0 25px;
	position: relative;
}
.service .content .right_pic_list img{
	position: relative;
    width: 500px;
    height: 160px;
    background-color: #000;
    float: left;
}
.service .content .left_pic_list p,.service .content .right_pic_list p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: left;
    opacity: 0.7;
    margin: 0px auto;
    padding: 60px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
/*底部公共*/
.footer {
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
    background: #0a5ac9;
}
.footer .wrapper {
    width: 1100px;
    margin: 0 auto;
}
.footer_flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding:30px 0 20px;
}
.footerList_tit h3{
	margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
	font-weight:600;
}
.footerList_tit p {
	width: 100%;
	font-size: 14px;
	margin-bottom: 8px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.footerList_tit p a {
	color: #fff;
}
.footerList_tit a:hover{
	color: #fad817;
}
.product_show {
	display: flex;
	justify-content: space-between;
	width: 170px;
}
.footerList_tit .product_show p{
}
.product_show a {
	display: block;
	margin-bottom: 8px;
}

.focus_nengyu {
	width: 110px;
	height: 110px;
	overflow: hidden;
}
.focus_nengyu img{
	display: inline-block;
	width: 100%;
}

.nengyu_img {
	display: inline-block;
	width: 100%;
}
.websiete_place {
	display: block;
	width: 100%;
	padding:  5px 0;
	font-size: 14px;
}
.link {
	padding: 5px 0;
	width: 100%;
}
.linkText {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
.fLink {
	display: inline-block;
}
.fLink a {
	display: inline-block;
	float: left;
	color: #fff;
	padding: 0 5px;
	font-size: 12px;	
	line-height: 12px;
}
.websiete_place b {
	display: inline-block;
	font-size: 15px;
}
.websiete_place a {
	display: inline-block;
	color: #a8aaba;
	padding: 0 7px;
	font-size: 14px;
	line-height: 12px;
}
.websiete_place img{
	display: inline-block;
    width: 15px;
    margin-right: 3px;
}
.fLink a:hover,
.websiete_place a:hover{
	color: #fad817;
}
.fLink a:last-child {
	border-right: none;
}
.copyright {
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
	text-align: left;
}
.copyright a {
	color: #fff;
}
.copyright a:hover {
	color: #fad817;
	border-bottom: 1px solid #fad817;
}
.webInfo-ga-icon{
	display: inline-block;
	width: 12px;
	margin-right: 3px;
}
/** aboutus **/
/* .t-page-banner.t-group-banner { */
    /* background: #fff url(../images/aboutus.jpg) center center / auto 100% no-repeat; */
/* } */
/* .t-page-banner.t-news-banner { */
    /* background: #fff url(../images/news.jpg) center center / auto 100% no-repeat; */
/* } */
/* .t-page-banner.t-talent-banner { */
    /* background: #fff url(../images/talent.jpg) center center / auto 100% no-repeat; */
/* } */
/* .t-page-banner.t-party-banner { */
    /* background: #fff url(../images/party.jpg) center center / auto 100% no-repeat; */
/* } */
/* .t-page-banner.t-contact-banner { */
    /* background: #fff url(../images/contact.jpg) center center / auto 100% no-repeat; */
/* } */
.t-page-banner.t-group-banner {
    background: #fff url(../images/aboutus.jpg) no-repeat;
}
.t-page-banner.t-news-banner {
    background: #fff url(../images/news.jpg) no-repeat;
}
.t-page-banner.t-talent-banner {
    background: #fff url(../images/talent.jpg) no-repeat;
}
.t-page-banner.t-party-banner {
    background: #fff url(../images/party.jpg) center center / auto 100% no-repeat;
}
.t-page-banner.t-contact-banner {
    background: #fff url(../images/contact.jpg) no-repeat;
}
/*.t-page-banner.t-exam-banner {*/
/*    background: #fff url(../images/top_bg.jpg) no-repeat;*/
/*}*/
.t-page-banner.t-exam-banner .head_img{
	width: 100%;
}
.t-page-banner {
    width: 100%;
	height: 1px;
    min-height: 280px;
}
.t-page-banner.t-exam-banner{
	height: inherit;
	min-height: 100px;
}
.t-body {
    width: 100%;
}
.t-body.w1200 {
    width: 1200px;
    margin: -60px auto 30px auto
}
.trans-to-top {
    animation: sideMarginTop 1s;
}
.t-flex {
    display: flex;
}
.t-page-menu {
    width: 230px;
    margin-right: 10px;
    background-color: #fff;
    position: relative;
    padding-top: 40px;
}
.t-page-menu .t-page-menu-ucenter {
	background: #fff url(../images/Examinee.jpg) no-repeat;
}
.t-page-menu .t-contact-content {
    flex: 1;
    overflow: hidden;
	padding: 15px 25px;
}
.t-contact-content h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
}
.t-contact-content p {
    font-size: 15px;
    text-indent: initial;
    line-height: 2;
}
.t-contact-content img {
	width: 150px;
    height: 150px;
    overflow: hidden;
}
.t-page-menu.t-page-menu-red ul li a.active, .t-page-menu.t-page-menu-red ul li a:hover {
    color: #d80303 !important;
}
.t-page-menu.t-page-menu-red ul li a.active, .t-page-menu.t-page-menu-red ul li a:hover {
    color: #d80303 !important;
}
.t-page-menu.t-page-menu-red ul li a.active:after, .t-page-menu.t-page-menu-red ul li a:hover:after {
    background-color: #d80303;
}
.t-page-menu h2 {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 0;
    color: #fff;
    background: #fff url(../images/t-page-menu-bg2.jpg) center center / 100% 100% no-repeat;
}
.t-page-menu h3 {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 0;
    color: #fff;
    background: #fff url(../images/t-page-menu-bg3.jpg) center center / 100% 100% no-repeat;
}
.t-page-menu h2 .t-icons {
    margin-right: 12px;
}
.t-icons {
    font-family: iconfont;
    width: 23px;
    height: 15px;
    font-size: 22px;
    line-height: 15px;
    color: #333;
    display: inline-block;
    vertical-align: top;
	background: url(../images/jiantou2.png) no-repeat;
}
.t-icon-group-introduction{
	background: url(../images/t-icon-group-introduction.png) center center / 100% 100% no-repeat;
}
.t-page-menu ul li {
    width: 100%;
    height: 60px;
}
.t-page-menu ul li a.active, .t-page-menu ul li a:hover {
    color: #0a5ac9 !important;
    font-weight: 700;
}
.t-page-menu ul li a {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.t-page-menu ul li a.active:after, .t-page-menu ul li a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0a5ac9;
    animation: sideWidth 1s;
}
.t-page-content {
    flex: 1;
    overflow: hidden;
    min-height: 500px;
}
.t-page-content .t-page-content-header {
    padding: 15px;
    background-color: #fff;
}
.t-page-content .t-page-content-header .t-page-content-title {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
    padding-left: 2px;
    font-weight: 700;
    background-color: #fff;
}
.t-page-content .t-page-content-header .t-page-content-title:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -2px;
    z-index: -2;
    width: 160px;
    height: 16px;
    background: url(../images/t-index-title-bg.png) no-repeat;
}
.t-news-list .t-news-item .t-news-item-inner {
    width: 100%;
    display: block;
    border-bottom: 1px solid #f8f8f8;
    padding: 20px 0;
}
.t-page-content-inner .t-news-list{
	padding: 0 20px;
}
a:hover {
    color: #0a5ac9;
    text-decoration: none;
}
.t-news-list .t-news-item .t-news-item-inner .t-news-item-title {
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.t-news-list .t-news-item .t-news-item-inner .t-news-item-title h5 {
    flex: 1;
    font-size: 18px;
    height: 36px;
    font-weight: 700;
    display: flex;
    align-items: center;
    overflow: hidden;
}
/* .t-news-list .t-news-item:nth-child(1) .t-news-item-inner .t-news-item-title h5 span:nth-child(1){ */
    /* width: 23px; */
    /* height: 15px; */
    /* line-height: 15px; */
    /* font-size: 14px; */
    /* color: rgb(220, 17, 17); */
	/* background: url(../images/jiantou1.png) no-repeat; */
/* } */
/* .t-news-list .t-news-item:nth-child(1) .t-news-item-inner .t-news-item-title h5 span:nth-child(2){ */
    /* color: rgb(220, 17, 17); */
    /* font-weight: bold; */
/* } */
.t-news-list .t-news-item .t-news-item-inner .t-news-item-title h5 .t-news-item-title-i {
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.t-news-list .t-news-item .t-news-item-inner .t-news-item-title small {
    width: 100px;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
}
/* .t-news-list .t-news-item:nth-child(1) .t-news-item-inner .t-news-item-title small { */
    /* color: rgb(220, 17, 17); */
    /* font-weight: bold; */
/* } */
.t-news-list .t-news-item .t-news-item-inner p {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.t-news-list .t-news-item .t-news-item-inner:hover .t-news-item-title {
    color: #0a5ac9 !important;
}
.t-news-list .t-news-item .t-news-item-inner:hover .t-news-item-title {
    color: #0a5ac9 !important;
}
.t-news-list .t-news-item .t-news-item-inner:hover .t-news-item-title .t-icons {
	background: url(../images/jiantou3.png) no-repeat;
}
/** 公共分页 **/
.pagination {
    height: 40px;
    padding: 20px;
}
.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}
.pagination a.cur {
    border: none;
    background: #077ee3;
    color: #fff;
}
.pagination p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0px;
    color: #666;
    letter-spacing: 2px;
}
.pagination p {
    float: left;
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}
.t-page-content .t-page-content-inner .t-page-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 0;
}
.ant-pagination {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.ant-pagination .ant-pagination-total-text {
    display: inline-block;
    height: 32px;
    margin-inline-end: 8px;
    line-height: 30px;
    vertical-align: middle;
}
.ant-pagination .ant-pagination-disabled,.ant-pagination .ant-pagination-disabled:hover {
    cursor: not-allowed;
}
.ant-pagination .ant-pagination-item-active {
    font-weight: 600;
    background-color: #ffffff;
    border-color: #0a5ac9;
}
.ant-pagination .ant-pagination-item {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    margin-inline-end: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    list-style: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0;
    cursor: pointer;
    user-select: none;
}
.ant-pagination .ant-pagination-item-active a {
    color: #0a5ac9;
}
.ant-pagination .ant-pagination-item a {
    display: block;
    padding: 0 6px;
    color: rgba(0, 0, 0, 0.88);
    transition: none;
}
/** 新闻 **/
.t-body .t-pages-breadcrumb {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
}
.ant-breadcrumb {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.45);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.ant-breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ant-breadcrumb a {
    color: rgba(0, 0, 0, 0.45);
    transition: color 0.2s;
    padding: 0 4px;
    border-radius: 4px;
    height: 22px;
    display: inline-block;
    margin-inline: -4px;
}
.ant-breadcrumb .ant-breadcrumb-separator {
    margin-inline: 8px;
    color: rgba(0, 0, 0, 0.45);
}
.t-body .t-news-info-content {
    width: 100%;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
}
.t-body .t-news-info-content .t-news-info-title {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
    font-family: 宋体, sans-serif !important;
}
.t-body .t-news-info-content .t-news-info-h {
    width: 100%;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 16px;
    color: #8e8e8e;
    display: flex;
    justify-content: space-between;
    font-family: 宋体, sans-serif !important;
}
.t-body .t-news-info-content .t-news-info-content-inner {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.t-body .t-news-info-content .t-news-info-footer {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 2px solid #e8e8e8;
	font-size: 14px;
	padding: 10px;
}
.t-body .t-news-info-content .t-news-info-footer span {
    min-width: 50%;
}
.t-body .t-news-info-content .t-news-info-footer span a {
    font-size: 14px;
}
.t-page-content .t-page-content-inner {
    width: 100%;
    padding-bottom: 25px;
    background-color: #fff;
}
.t-group-introduction {
    padding: 30px;
}
.scode {
	width: 1100px;
    position: relative;
    bottom: 240px;
    left: -50px;
	z-index: 0;
    height: 41px;
    line-height: 41px;
    display: block;
    text-align: right;
    opacity: 0.7;
    margin: 20px auto;
    color: #fff;
    font-size: 36px;
}
.scode span{
    font-size: 24px;
}
.t-group-contact-item {
    margin-bottom: 20px;
    display: flex;
	text-align: center;
}
.t-group-contact-item .t-group-contact-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.t-group-contact-item .t-group-contact-content {
    flex: 1;
    overflow: hidden;
}
.t-group-contact-item .t-group-contact-content h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
}
.t-group-contact-item .t-group-contact-content p {
    font-size: 15px;
    text-indent: initial;
    line-height: 2;
}

.t-umodify-contact-item {
    margin-bottom: 20px;
    display: flex;
}
.t-umodify-contact-item .t-group-contact-icon {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.t-umodify-contact-item .t-group-contact-content {
    flex: 1;
    overflow: hidden;
}
.t-umodify-contact-item .t-group-contact-content h4 {
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
}
.t-umodify-contact-item .t-group-contact-content p {
    font-size: 15px;
    text-indent: initial;
    line-height: 2;
}
.input_text {
	background-color: #f7fafc;
    border-color: #edf2f7;
    width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 10px;
    font-weight: 500;
    border-width: 0.1px;
    border-radius: 0px;
    --border-opacity: 1;
}
.nav-func_btn {
    color: #fff;
    background: #0a5ac9;
    border-radius: 15px;
	height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
	margin-top: 10px;
	margin-left: 15px;
}
.nav-func_btn:hover {
    color: #fff;
}
.empty{
	width: 200px;
	height: 200px;
	background-size: cover;
	background: url(../images/empty.png) no-repeat;
}