header {
	width: 100%;
}

footer {
	width: 100%;
	background: #f8f8f8;
	border-top: #aca8a9 1px solid;
}

footer section {
	width: 100%;
	padding: 10px calc( 100%/2 - 1800px/2 );
	border-bottom: #aca8a9 1px solid;
}

footer section:last-child {
	border-bottom: unset;
}

footer .footer-link {
	display: flex;
	justify-content: space-between;
	overflow: unset;
}

footer .footer-bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer .footer-bottom li {
	font-size: 24px;
	padding: 10px 0;
}

footer .footer-info {
	padding-top: 35px;
	padding-bottom: 35px;
	display: flex;
}

footer .footer-info * , footer .footer-bottom * {
	color: #777;
}

footer .footer-info .left {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	flex: 1 1 auto;
	font-size: 24px;
}

footer .footer-info .left .row span {
	margin-right: 20px;
}

footer .footer-info .left .row .gongan {
	background: url(/uploads/image/xxtbimages/jinghui.png) no-repeat;
	background-size: auto 100%;
	padding-left: 40px;
}

footer .footer-info .middle {
	display: flex;
	flex-shrink: 0;
	flex-direction: column;
	justify-content: space-around;
	width: 300px;
}

footer .footer-info .middle label {
	display: block;
	font-size: 24px;
}

footer .footer-info .middle li {
	width: 240px;
	height: 50px;
	border: #ccc 1px solid;
	background: #f1f1f1;
}

footer .footer-info .right {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	height: 120px;
}

footer .footer-info .right img {
	height: 65px;
	margin-left: 15px;
}


.top-tools {
	background: #f8f8f8;
	height: 50px;
	padding: 0 100px;
}

.top-tools .user-login-bar a {
	margin-left: 20px;
}

.menu-box {
	height: 205px;
	background-color: #fff;
	background-image: url(/uploads/image/xxtbimages/logo.jpg);
	background-repeat: no-repeat;
	background-position: 60px center;
	background-size: auto 200px;
}

.menu-box::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 5px;
	width: 100%;
	background: var(--blue);
}

.menu-box .menus {
	position: absolute;
	right: 0;
	bottom: 7px;
	background: var(--blue);
}

.menu-box .menus .triangle {
	float: left;
	width: 60px;
	height: 60px;
	background-image: -webkit-linear-gradient(135deg, var(--blue) 50%, #fff 50%);
}

.menu-box .menus .item {
	float: left;
	height: 60px;
}


.menu-box .menus .item > a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
	color: #fff;
}

.menu-box .menus .item > a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	background: #fff;
}

.menu-box .menus .item > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -40px;
	width: calc( 100%   80px );
	z-index: 1;
	padding-top: 20px;
	
}

.menu-box .menus .item > ul ul {
	background: #fff;
	box-shadow: 0 0 10px #ccc;
}

.menu-box .menus .item ul a {
	display: block;
	color: #333;
	padding: 10px 10px 10px 15px;
	font-weight: normal;
	font-size: 21px;
	background: #fff;
	border-bottom: #ccc 1px solid;
}

.menu-box .menus .item ul a::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	height: 0;
	width: 5px;
	border-radius: 5px;
	background: var(--blue);
}

.menu-box .menus .item ul a:hover::before , .menu-box .menus .item ul a.curr::before {
	top: 15px;
	height: calc( 100% - 30px );
}

.menu-box .menus .item:hover ul {
	display: block;
}

.menu-box .menus .item.curr > a::before , .menu-box .menus .item:hover > a::before {
	width: 100%;
}

.menu-box .tools {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	height: 138px;
}

.menu-box .tools .button {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 200px;
	height: 50px;
	font-size: 24px;
	background: #f29545;
	margin-right: 60px;
	border-radius: 10px;
	cursor: pointer;
}

.menu-box .tools .button:first-child {
	background: #46b973;
}

.banner-box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 630px;
	background: ;
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.child .banner-box {
	height: 300px;
	padding-bottom: 50px;
	border-bottom: var(--blue) 5px solid;
}

.banner-box .search-box {
	width: 800px;
	max-width: 100%;
	height: 80px;
	margin-bottom: 140px;
}

.child .banner-box .search-box {
	width: 800px;
	height: 80px;
	margin-bottom: 20px;
}

.banner-box .search-box form {
	display: flex;
	width: 100%;
	height: 100%;
}

.banner-box .search-box input[type='text'] {
	flex: 1 1 auto;
	background: #fff;
	height: 100%;
	border: unset;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0 20px;
	font-size: 24px;
}

.banner-box .search-box input[type='submit'] {
	flex-shrink: 0;
	width: 80px;
	height: 100%;
	background: var(--blue);
	background-image: url(/uploads/image/xxtbimages/search.png);
	background-position: center;
	background-size: auto 50%;
	background-repeat: no-repeat;
	border: unset;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	cursor: pointer;
}

.top-news-box {
	position: absolute;
	display: flex;
	bottom: 20px;
	left: calc( 50% - 890px );
	width: 100%;
	max-width: 1780px;
	height: 165px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	border-radius: 15px;
	overflow: hidden;
}

.top-news-box .tag {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}

.top-news-box .tag label {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f00;
	color: #fff;
	border-radius: 15px;
	font-size: 24px;
	font-weight: bold;
	height: 100%;
	writing-mode: vertical-lr;
	padding: 8px 10px 0 10px;
	letter-spacing: 10px;
}

.top-news-box .cont {
	flex: 1 1 auto;
	height: 100%;
	padding-right: 20px;
	overflow: hidden;
}

.top-news-box .cont label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 36px;
	font-family: "sourcehanserif";
	height: 80px;
	line-height: 80px;
	color: var(--blue);
}
.top-news-box .cont p {
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 显示3行 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 24px;
	line-height: 140%;
}

/*左侧轮播栏*/
.swiper-box {
	width: 940px;
	height: 550px;
}

.swiper-box .item , .swiper-box .item .img-box , .swiper-box .item .img {
	width: 100%;
	height: 100%;
}

.swiper-box .item .img-box .img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.swiper-box .item .title {
	position: absolute;
	display: flex;
	align-items: center;
	height: 50px;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	font-size: 18px;
	padding: 0 10px;
}

.swiper-box .item .title a {
	display: block;
	color: #fff;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*右侧*/
.tab-box {
	width: 840px;
	height: 550px;
}

.tab-box .tab {
	height: 100px;
}

.tab-box .tab .item {
	float: left;
	width: calc( 100%/3 - 2px/3 );
	height: 100%;
	background: var(--blue);
	margin-left: 1px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 28px;
	cursor: pointer;
}

.tab-box .tab .item:first-child {
	margin-left: unset;
}

.tab-box .tab .item.curr::before {
	content: "";
	position: absolute;
	bottom: -15px;
	width: 30px;
	height: 30px;
	background: var(--blue);
	transform: rotate(45deg);
}

.tab-box .tab .item::after {
	content: "";
	position: absolute;
	width: calc( 100% - 6px );
	left: 3px;
	top: 3px;
	height: 3px;
	background: #fff;
}

.tab-box .tab-body {
	display: none;
	margin-top: 30px;
	height: 420px;
}

.tab-box .tab-body.curr {
	display: block;
}

.tab-box .tab-body li {
	display: flex;
	height: 60px;
	font-size: 24px;
	align-items: center;
	overflow: hidden;
}

.tab-box .tab-body li::before {
	content: "";
	display: block;
	flex-shrink:0;
	float: left;
	width: 10px;
	height: 10px;
	background-image: -webkit-linear-gradient(135deg, var(--blue) 50%, #fff 50%);
	transform: rotate(-45deg);
}

.tab-box .tab-body li label {
	display: block;
	flex: 1 1 auto;
	margin-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "sourcehanserif";
}

.tab-box .tab-body li span {
	display: block;
	flex-shrink: 0;
	width: var(--time-width);
	text-align: right;
}

.advert {
	width: 1800px;
	padding-top: 2px;
	border-bottom: var(--blue) 5px solid;
	overflow: hidden;
}

.advert img {
	width: 100%;
}


.block-box {
	width: 100%;
}

.block-box.float-left , .block-box.float-right {
	width: calc( 50% - 10px );
}

.block-box .block-title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	height: 100px;
	border-bottom: #aca6a6 1px solid;
}

.block-box .block-title label {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 30px;
	height: 100%;
	font-family: "sourcehanserif";
	font-size: 36px;
	color: var(--blue);
}

.block-box .block-title label::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: var(--blue);
}

.block-box .block-title a {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
}

.block-box .block-title a:after {
    content: " ";
    padding-left: 5px;
	font-size: 24px;
}

.block-box .article-box {
	width: 100%;
	overflow: hidden;
}

.block-box .article-box li {
	display: flex;
	height: 60px;
	font-size: 24px;
	align-items: center;
	overflow: hidden;
}

.block-box .article-box li::before {
	content: "";
	display: block;
	flex-shrink: 0;
	float: left;
	width: 10px;
	height: 10px;
	background-image: -webkit-linear-gradient(135deg, var(--blue) 50%, #fff 50%);
	transform: rotate(-45deg);
}

.block-box .article-box li label {
	display: block;
	flex: 1 1 auto;
	margin-left: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-family: "sourcehanserif";
}

.block-box .article-box li span {
	display: block;
	flex-shrink: 0;
	width: var(--time-width);
	text-align: right;
}

/**
 * 底部特殊链接(带背景边框图标的链接)
*/
.bottom-link {
	display: flex;
	justify-content: space-between;
	padding: 25px 0 50px 0;
}

.bottom-link .item {
	width: 500px;
	height: 100px;
	background: url(/uploads/image/xxtbimages/border.png);
	background-position: center;
	background-repeat: no-repeat;
}

/**
 * 首页法律服务
*/
.icon-box {
	overflow: hidden;
}

.icon-box .item {
	display: flex;
	flex-direction: column;
	width: calc( 100%/5 - 120px/5 );
	float: left;
	margin-right: 30px;
	margin-top: 30px;
	background: var(--blue);
	height: 200px;
}

.icon-box .item:nth-child(5n) {
	margin-right: unset;
}

.icon-box .item .icon {
	flex: 1 1 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	margin: 2px;
}

.icon-box .item .icon img {
	max-width: 100%;
	max-height: 100%;
}

.icon-box .item .title {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	flex-shrink: 0;
	height: 40%;
	letter-spacing: 2px;
	text-align: center;
	font-family: "sourcehanserif";
}

.icon-box .item .title:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: 2px;
    background: #fff;
}

.zwgk-box {
	overflow: hidden;
}

.zwgk-box .item {
	float: left;
	display: flex;
	width: calc( 100% / 3 - 40px/3 );
	margin-right: 20px;
	margin-top: 30px;
	background-image: -webkit-linear-gradient(45deg, rgba(var(--r),var(--g),var(--b),0.3) 30%, rgba(var(--r),var(--g),var(--b),1) 30%);;
	height: calc( 370px/3 );
}

.zwgk-box .item .icon  {
	display: flex;
	flex-shrink: 0;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	background-position: 15px 65px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.zwgk-box .item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 20px 20px 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 1 auto;
	font-family: "sourcehanserif";
	font-size: 24px;
	color: #fff;
}

.zwgk-box .item:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	width: 3px;
	height: calc(100% - 6px);
	background: #fff;
}

.zwgk-box .item .icon img {
	width: 40px;
	height: 40px;
}

.zwgk-box .item:nth-child(3n) {
	margin-right: unset;
}

.zhuanti-title {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zhuanti-title label {
	font-family: "sourcehanserif";
	font-size: 28px;
	color: var(--blue);
	background: #fff;
	padding: 0 20px;
	border-radius: 50px;
}

.zhuanti-title:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	background: var(--blue);
	left: 0;
	top: 28px;
	border-radius: 5px;
}

.zhuanti-title::after {
	position: absolute;
	content: "";
	width: 30%;
	height: 10px;
	background: var(--blue);
	left: 35%;
	top: 25px;
	z-index: -1;
	border-radius: 10px;
}

.zhuant-swiper {
	width: calc( 100%   20px );
	margin-left: -10px;
	height: 185px;
	white-space: nowrap;
}

.zhuant-swiper .item {
	float: left;
	height: 100%;
}

.zhuant-swiper .item .img-box {
	padding: 0 10px;
}

.mail-block {
	display: flex;
    width: 100%;
    height: 290px;
    margin-top: 10px;
    background-image: -webkit-linear-gradient(100deg, #fff 0%, rgba(var(--r),var(--g),var(--b),1) 100%);
}

.mail-block .mail-button {
	display: flex;
	flex-direction: column;
	width: 200px;
	flex-shrink: 0;
	padding: 20px 20px 0 20px;
	height: 100%;
}

.mail-block .mail-button a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: calc( 100%/3 - 40px/3 );
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: -20px center;
	font-size: 21px;
	padding-left: 40px;
	color: #fff;
	font-family: "sourcehanserif";
	box-shadow: 5px 5px 3px rgba(0,0,0,.5);
}

.mail-block .mail-button a.tzxx {
	background-image: url(/uploads/image/xxtbimages/tzxx.png);
}

.mail-block .mail-button a.mytb {
	background-image: url(/uploads/image/xxtbimages/yfzj.png);
}

.mail-block .mail-button a.xiexin {
	background-image: url(/uploads/image/xxtbimages/xx.png);
	background-position: -8px center;
}

.mail-block .mail-body {
    flex: 1 1 auto;
    margin: 20px 20px 20px 0;
    background: #fff;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, .5);
	overflow: hidden;
}

.mail-block .mail-body li {
	display: flex;
	width: 100%;
	overflow: hidden;
	height: 40px;
}

.mail-block .mail-body > li {
	height: 50px;
	background: rgba(var(--r), var(--g), var(--b), 1);
}

.mail-block .mail-body li label , .mail-block .mail-body li span {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.mail-block .mail-body li span {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mail-block .mail-body li label::before , .mail-block .mail-body li span::before {
	position: absolute;
	content: "";
	left: 0;
	height: calc( 100% - 2px );
	top: 1px;
	width: 1px;
	background: rgba(var(--r), var(--g), var(--b), 0.2);
}

.mail-block .mail-body > li label::before {
	background: #fff;
}

.mail-block .mail-body li label:first-child::before {
	background: unset;
}

.mail-block .mail-body li:nth-child(even) {
	background: rgba(var(--r), var(--g), var(--b), 0.2);
}


.mail-block .mail-body li .title {
	flex: 1 1 auto;
	text-align: left;
	justify-content: flex-start;
	padding: 0 10px;
}

.mail-block .mail-body li .title a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mail-block .mail-body > li .title {
	justify-content: center;
}

.mail-block .mail-body li .type , .mail-block .mail-body li .status {
	flex-shrink: 0;
	width: 70px;
}

.mail-block .mail-body li .formname , .mail-block .mail-body li .time {
	flex-shrink: 0;
	width: 120px;
}

.mail-block .mail-body ul li {
	border-bottom: rgba(var(--r), var(--g), var(--b), 0.2) 1px solid ;
}

.mail-block .mail-body ul li:last-child {
	border-bottom: unset;
}

.page-main {
	padding: 20px;
	margin-top: -50px;
	margin-bottom: 50px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}

.page-location {
	display: flex;
	align-items: center;
	height: 60px;
	font-size: 24px;
}

.page-location:before {
	content: "";
	position: absolute;
	bottom : 0 ;
	left: 0;
	height: 1px;
	width: 100%;
	border-radius: 10px;
	background: #ccc;
}

.page-location label {
	
}

.page-content {
	display: flex;
	padding-top: 20px;
}

.page-content .navs-box {
	width: 350px;
	flex-shrink: 0;
	font-family: "sourcehanserif";
}

.page-content .curr-nav {
	display: flex;
	align-items: center;
	height: 100px;
	color: #fff;
	font-size: 32px;
	padding: 0 20px;
	font-family: "sourcehanserif";
	background: rgba(var(--r), var(--g), var(--b), 1);
}

.page-content .curr-nav::after {
	position: absolute;
	content: "";
	left: 2px;
	bottom: 2px;
	width: calc( 100% - 4px );
	height: 2px;
	background: #fff;
}

.page-content .curr-nav::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 40px;
	top: 4px;
	right: 4px;
	background-image: -webkit-linear-gradient(225deg, #fff 30%, rgba(var(--r),var(--g),var(--b),1) 30%);
}

.page-content .navs-box .nav {
	margin-top: 5px;
	background: #f8f8f8;
}

.page-content .navs-box .nav a::before {
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

.page-content .navs-box .nav > a::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	width: 5px;
	height: 0;
	background: var(--blue);
	border-radius: 5px;
}

.page-content .navs-box .nav.curr > a {
	color: var(--blue);
}

.page-content .navs-box .nav.curr > a::before , .page-content .navs-box .nav:hover > a::before {
	top: 5px;
	height: calc( 100% - 10px );
}

.page-content .navs-box .nav .root {
	display: flex;
	align-items: center;
	font-size: 21px;
	height: 60px;
	padding-left: 20px;
}

.page-content .navs-box .nav ul {
	display: flex;
	flex-direction: column;
	border: #f8f8f8 2px solid;
	background: #fff;
	overflow: hidden;
}

.page-content .navs-box .nav:hover ul {
	height: auto;
}

.page-content .navs-box .nav ul a {
	padding: 10px 0 10px 10px ;
	margin: 0 10px;
	background: #fff;
	text-align: justify;
	border-bottom: rgba(var(--r),var(--g),var(--b),0.2) 1px solid;
}

.page-content .navs-box .nav ul a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	height: 0;
	width: 6px;
	border-radius: 5px;
	background: var(--blue);
}

.page-content .navs-box .nav ul a.curr {
	color: var(--blue);
}

.page-content .navs-box .nav ul a.curr::before , .page-content .navs-box .nav ul a:hover::before {
	top: 15px;
	height: calc( 100% - 30px );
}

.page-content .navs-box .nav ul a:last-child {
	border-bottom: unset;
}

/**
 * 
 .page-content .navs-box .nav .root {
 	display: block;
 	align-items: center;
 	letter-spacing: 2px;
 	height: 60px;
 	color: #fff;
 	font-size: 24px;
 	background: rgba(var(--r),var(--g),var(--b),0.7);
 }
 
 .page-content .navs-box .nav .root span {
 	display: flex;
 	align-items: center;
 	position: absolute;
 	padding-bottom: 2px;
 	top: 0;
 	left: 30px;
 	height: 60px;
 	white-space: nowrap;
 	transform: translatex(0);
 }
 
 .page-content .navs-box .nav:hover .root , .page-content .navs-box .nav.curr .root {
 	background: rgba(var(--r),var(--g),var(--b),1);
 }
 
 .page-content .navs-box .nav:hover .root span , .page-content .navs-box .nav.curr .root span {
 	left: calc( 100% - 30px );
 	transform: translatex(-100%);
 }
 
 .page-content .navs-box .nav .root::before {
 	position: absolute;
 	content: "";
 	bottom: 5px;
 	left: 5px;
 	width: 20px;
 	height: 20px;
 	background-image: -webkit-linear-gradient(225deg, rgba(0,0,0,0) 50%, #fff 50%);
 }
 
 .page-content .navs-box .nav .root::after {
 	position: absolute;
 	content: "";
 	top: 5px;
 	right: 5px;
 	width: 20px;
 	height: 20px;
 	background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 50%, #fff 50%);
 }
 
 .page-content .navs-box .nav ul {
 	display: none;
 	border: var(--blue) 1px solid;
 }
 
 .page-content .navs-box .nav.curr ul {
 	display: block;
 }
 
 .page-content .navs-box .nav ul a {
 	display: flex;
 	align-items: center;
 	height: 50px;
 	padding: 2px 30px 0 40px;
 	border-bottom: var(--blue) 1px solid;
 }
 
 .page-content .navs-box .nav ul a.curr::before {
 	content: "";
 	position: absolute;
 	left: 10px;
 	top: 50%;
 	width: 10px;
 	height: 10px;
 	background-image: -webkit-linear-gradient(45deg, rgba(0,0,0,0) 50%, var(--blue) 50%);
 	transform: rotate(45deg) translatey(-50%);
 }
 
 .page-content .navs-box .nav ul a:last-child {
 	border-bottom: unset;
 }
*/

.page-content .attr-box {
	flex-shrink: 0;
	width: 140px;
	overflow: hidden;
}

.page-content .attr-box .attr {
	padding-bottom: 30px;
}

.page-content .attr-box .share ul li img {
	cursor: pointer;
}

.page-content .attr-box .share_content {
	display: none;
	position: fixed;
	z-index: 1;
	top: 30%;
	left: 50%;
	width: 240px;
	margin-left: -120px;
	padding: 20px;
	background: #fff;
	border: #ccc 1px solid;
}

.page-content .attr-box .share_content label {
	display: block;
	padding: 0 0 20px 0;
}

.page-content .attr-box .share_content label span {
	float: right;
	cursor: pointer;
}

.page-content .attr-box .share_content h4 {
	padding-top: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	color: #999;
}

.page-content .attr-box .share > label ,
.page-content .attr-box .mobile label {
	display: block;
	padding: 20px 0;
	color: #7e7e7e;
}

.page-content .attr-box .share ul , .page-content .attr-box .mobile ul {
	width: 100%;
	overflow: hidden;
}

.page-content .attr-box .share ul li {
	overflow: hidden;
	float: left;
	margin-left: 10px;
}

.page-content .attr-box .share ul li:first-child {
	margin-left: unset;
}

.page-content .attr-box .share ul li.share_weixin .open , .page-content .attr-box .share ul li.share_weibo .open {
	display: block;
	float: left;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(/uploads/image/xxtbimages/weixin.png) no-repeat;
	background-size: 40px 40px;
	background-position: left center;
}

.page-content .attr-box .share ul li.share_weibo .open {
	background: url(/uploads/image/xxtbimages/weibo.png);
}

.page-content .attr-box .mobile img {
	width: 100%;
}

.page-content .content-split {
	width: 1px;
	flex-shrink: 0;
	background: #ccc;
	margin: 0 50px;
}

.page-content .content-box {
	flex: 1 1 auto;
	min-height: 800px;
	overflow: hidden;
}

.page-content .content-box .class-title {
	font-size: 32px;
	height: 60px;
	font-family: "sourcehanserif";
	color: var(--blue);
	text-align: center;
}

.page-content .content-box .class-title label {
	display: inline-flex;
	height: 100%;
	background: #fff;
	padding: 0 30px;
	align-items: center;
	padding-bottom: 5px;
}

.page-content .content-box .class-title::before {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -3px;
	left: 0;
	width: 100%;
	height: 6px;
	border-radius: 10px;
	background: var(--blue);
}

.page-content .content-box .class-list {
	
}

.page-content .content-box .article-list .item {
	display: flex;
	padding-bottom: 30px;
	border-bottom: #ccc 1px solid;
	margin-top: 30px;
}

.page-content .content-box .article-list .item .thumb {
	display: block;
	width: 0;
	height: 180px;
	flex-shrink: 0;
	margin-right: 0;
	border-radius: 10px;
	overflow: hidden;
}

.page-content .content-box .article-list .item .thumb.show {
	width: 320px;
	margin-right: 30px;
}

.page-content .content-box .article-list .item .item-content {
	display: block;
	flex: 1 1 auto;
	overflow: hidden;
}

.page-content .content-box .article-list .item .item-content .item-title {
	display: block;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 24px;
	font-family: "sourcehanserif";
}

.page-content .content-box .article-list .item .item-content .item-desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 180%;
	text-align: justify;
	letter-spacing: 2px;
	color: #7e7e7e;
	height: 90px;
}

.page-content .content-box .article-list .item .item-content .item-attr {
	display: flex;
	height: 40px;
	justify-content: space-between;
	align-items: flex-end;
}

.page-content .content-box .article-title {
	padding-bottom: 30px;
	border-bottom: #ccc 1px solid;
	font-size: 24px;
	font-family: "sourcehanserif";
	text-align: center;
}

.page-content .content-box .article-info {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}

.page-content .content-box .article-content {
	padding-top: 50px;
}

.page-content .content-box .article-content section {
    width: unset;
    margin: unset;
}

.page-content .content-box .mail-search {
	padding: 40px 0;
	overflow: hidden;
}

.page-content .content-box .mail-search li {
	float: left;
	margin-right: 60px;
}

.page-content .content-box .mail-search label {
	display: block;
	float: left;
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	border-right: unset;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: var(--blue);
	color: #fff;
}

.page-content .content-box .mail-search input {
	width: 240px;
	height: 40px;
	padding: 0 10px;
	border: var(--blue) 1px solid;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.page-content .content-box .mail-search input[type="button"] , .page-content .content-box .mail-search a {
	display: block;
	float: right;
	border-radius: 10px;
    margin-left: 40px;
	width: 180px;
	color: #fff;
	border: unset;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}

.page-content .content-box .mail-search .send {
	background: #5cb85c;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.page-content .content-box .mail-search input.search {
	background: var(--blue);
}

.page-content .content-box .mail-list {
	
}

.page-content .content-box .mail-list li {
	display: flex;
	border-bottom: #fff 1px solid;
}

.page-content .content-box .mail-list li label , .page-content .content-box .mail-list li span {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	height: 50px;
	overflow: hidden;
	border-left: #fff 1px solid;
}

.page-content .content-box .mail-list li label {
	background: var(--blue);
	justify-content: center;
	color: #fff;
}

.page-content .content-box .mail-list li span {
	background: rgba(var(--r),var(--g),var(--b),0.2);
	padding: 0 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.page-content .content-box .mail-list li .title {
	justify-content: start;
	flex: 1 1 auto;
	padding: 0 15px;
}

.page-content .content-box .mail-list li .title a {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page-content .content-box .mail-list li .type , .page-content .content-box .mail-list li .status {
	width: 100px;
	justify-content: center;
}

.page-content .content-box .mail-list li .user , .page-content .content-box .mail-list li .date {
	width: 150px;
	justify-content: center;
}

.page-content .content-box .mail-list li .unit {
	width: 220px;
}

.mail-main {
	width: 1400px;
	background: #fff;
	padding: 0 20px;
	margin-top: -50px;
	margin-bottom: 50px;
	box-shadow: 0 0 5px #ccc;
}

.mail-main .send-mail-box {
	min-height: 700px;
	padding: 50px 0px;
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mail-main .send-mail-box .steps-box {
	display: flex;
	justify-content: space-between;
}

.mail-main .send-mail-box .steps-box:before {
	content: "";
	position: absolute;
	width: calc( 100% - 20px );
	height: 2px;
	left: 10px;
	top: 14px;
	background: var(--blue);
}

.mail-main .send-mail-box .steps-box .step {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	height: 30px;
	color: var(--blue);
	background: #fff;
	border-radius: 20px;
	border: var(--blue) 1px solid;
	font-size: 14px;
}

.mail-main .send-mail-box .steps-box .step.show {
	background: var(--blue);
	color: #fff;
}

.mail-main .info-box {
	padding: 50px 20px;
	display: none;
}

.mail-main .info-box.show {
	display: block;
}

.mail-main .info-box p {
	padding-bottom: 15px;
}

.mail-main .send-mail-box .info-box .input-item {
	display: flex;
	margin-bottom: 20px;
}

.mail-main .send-mail-box .info-box .input-item.require {
	
}

.mail-main .send-mail-box .info-box .input-item label {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	text-align: right;
	height: 40px;
	background: var(--blue);
	color: #fff;
	width: 150px;
	padding: 0 15px;
}

.mail-main .send-mail-box .info-box .input-item input , .mail-main .send-mail-box .info-box .input-item .select-type , .mail-main .send-mail-box .info-box .input-item .switch-type {
	height: 40px;
	border: var(--blue) 1px solid;
	width: calc( 100% - 150px );
	padding: 0 15px;
}

.mail-main .send-mail-box .info-box .input-item .check-code {
	width: 100px;
	text-align: center;
}

.mail-main .send-mail-box .info-box .input-item .switch-type {
	display: flex;
	align-items: center;
}

.mail-main .send-mail-box .info-box .input-item .switch-type .switch {
	width: 50px;
	height: 24px;
	border-radius: 15px;
	border: #666 1px solid;
	cursor: pointer;
}

.mail-main .send-mail-box .info-box .input-item .switch-type .switch:before {
	content: "";
	position: absolute;
	height: 16px;
	width: 16px;
	border-radius: 10px;
	background: #666;
	top: 3px;
	left: 3px;
}

.mail-main .send-mail-box .info-box .input-item .switch-type .switch.on {
	border: var(--blue) 1px solid;
}

.mail-main .send-mail-box .info-box .input-item .switch-type .switch.on:before {
	left: unset;
	left: calc( 100% - 19px );
	background: var(--blue);
}

.mail-main .send-mail-box .info-box .input-item .switch-type .switch::after {
	content: "off";
	position: absolute;
	right: 5px;
	font-size: 12px;
	top: 3px;
}

.mail-main .send-mail-box .info-box .input-item .switch-type .switch.on::after {
	content: "on";
	right: unset;
	color: var(--blue);
	left: 5px;
}

.mail-main .send-mail-box .info-box .input-item img {
	flex-shrink: 0;
	width: 100px;
	margin-left: 15px;
	border: var(--blue) 1px solid;
	cursor: pointer;
}

.mail-main .send-mail-box .info-box .input-item .select-type {
	padding: 0;
}

.mail-main .send-mail-box .info-box .input-item .select-type li {
	display: flex;
	align-items: center;
	height: 38px;
	padding: 0 15px;
	cursor: pointer;
}

.mail-main .send-mail-box .info-box .input-item .select-type ul li {
	border-bottom: #ccc 1px solid;
}

.mail-main .send-mail-box .info-box .input-item .select-type ul li:last-child {
	border-bottom: unset;
}

.mail-main .send-mail-box .info-box .input-item .select-type ul {
	display: none;
	position: absolute;
	width: calc( 100%   2px );
	top: calc(100%-1);
	left: -1px;
	border: var(--blue) 1px solid;
	background: #fff;
	z-index: 1;
	overflow: hidden;
}

.mail-main .send-mail-box .info-box .input-item .select-type ul li:hover {
	background: rgba( var(--r) , var(--g) , var(--b) , 0.1 );
}

.mail-main .send-mail-box .info-box .input-item textarea {
	border: var(--blue) 1px solid;
	width: calc( 100% - 150px );
	padding: 15px;
}

.mail-main .send-mail-box .step-button {
	display: flex;
	justify-content: center;
}

.mail-main .send-mail-box .step-button label {
	display: none;
	padding: 5px 15px;
	border-radius: 5px;
	font-size: 14px;
	background: var(--blue);
	color: #fff;
	margin: 0 10px;
	cursor: pointer;
}

.mail-main .send-mail-box .step-button label.show {
	display: flex;
}

.result-box {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: rgba(0,0,0,.3);
}

.result-box div {
	width: 240px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px #333;
	
}

.result-box div label {
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
	border-bottom: #ccc 1px solid;
}

.result-box div > span {
	display: block;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	background: var(--blue);
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 2px var(--blue);
}

.result-box div p {
	padding: 10px 0 20px 0;
	text-align: center;
}

.result-box div p input {
	display: block;
	width: 100%;
    background: #f8f8f8;
	box-shadow: inset 0 0 5px #ccc;
	border: #f8f8f8 1px solid;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	font-size: 24px;
	color: var(--blue);
	user-select: unset;
	border-radius: 5px;
}

.result-box div p font {
	display: block;
	padding: 10px 0 0 0;
	color: #999;
	font-size: 12px;
}

.mail-detail-box {
	width: 100%;
	min-height: 400px;
}

.mail-detail-box .title {
	display: flex;
	justify-content: center;
	color: #2a3c54;
	font-size: 30px;
	text-align: justify;
	margin-bottom: 50px;
	font-weight: bold;
	padding-top: 10px;
}

.mail-detail-box table {
	width: 100%;
	background: rgba(var(--r),var(--g),var(--b),0.2);
}

.mail-detail-box table col {
	width: calc( 100% / 12 );
}

.mail-detail-box table td {
	padding: 10px;
	background: #fff;
}

.mail-detail-box table td.label {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	background: #f4f6f9;
}

.mail-detail-box .mail-details {
	width: 100%;
	border: var(--blue) 1px solid;
	padding-bottom: -1px;
	overflow: hidden;
}

.mail-detail-box .mail-details li {
	padding: 10px;
	display: flex;
	align-items: center;
}

.mail-detail-box .mail-details > li {
	float: left;
	height: 35px;
	border: var(--blue) 1px solid;
	border-right: none;
	border-bottom: none;
	margin: -1px 0 0 -1px;
}

.mail-detail-box .mail-details li.label {
	width: 200px;
	background: rgba(var(--r),var(--g),var(--b),0.1);
}

.mail-detail-box .mail-details li.content {
	width: calc( 50% - 198px );
}

.mail-detail-box .mail-details li.textarea {
	width: calc( 100% - 199px );
}

.mail-detail-box .mail-details .row {
	display: flex;
	width: 100%;
	border-top: var(--blue) 1px solid;
	overflow: hidden;
}

.mail-detail-box .mail-details .row .label {
	flex-shrink: 0;
}

.mail-detail-box .mail-details .row .textarea {
	flex: 1 1 auto;
	border-left: var(--blue) 1px solid;
	margin-left: -2px;
}

#page-div {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}

#page-div .pagination-first {
	display: flex;
	font-size: 14px;
}

#page-div a {
	display: inline-block;
	padding: 5px 15px;
	margin-right: 10px;
	border-radius: 5px;
	border: var(--blue) 1px solid;
	color: var(--blue);
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
}

#page-div a:hover , #page-div a.active {
	color: #fff;
	background: var(--blue);
}

#page-div .pagination-last {
	display: flex;
	align-items: center;
}

#page-div .pagination-last span , #page-div .pagination-last small {
	display: inline-block;
	margin-left: 10px;
}

#page-div .pagination-last small {
	display: flex;
	align-items: center;
}

#page-div .pagination-last input {
	display: inline-block;
	border: var(--blue) 1px solid;
	height: 30px;
	padding: 0 10px;
	margin-left: 10px;
	border-radius: 5px;
}

#page-div .pagination-last input {
	width: 50px;
	text-align: center;
}

#page-div .pagination-last a {
	margin-left: 10px;
}