@charset "utf-8";
@import ;

/*
			* 本站使用的是减缩试用模板
			* 完整原创模板来源[睿空间]http://www.3205.cc
			* 
*/

html {
	font-family: "helvetica neue", helvetica, tahoma, arial, 'microsoft yahei', 'pingfang sc', 'hiragino sans gb', 'wenquanyi micro hei', sans-serif;
	font-size: 62.5%;
	line-height: 1.35;
	scroll-behavior: smooth;
}

* {
	box-sizing: content-box;
}

a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
menu {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-text-size-adjust: none;
}

a,
a:hover,
button,
input,
label,
select {
	cursor: pointer
}

textarea {
	resize: none
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.65em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

ol,
ul {
	list-style: none
}

:focus {
	outline: 0
}

img {
	vertical-align: middle;
	border: 0;
}

table {
	border-collapse: collapse;
	empty-cells: show
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

em {
	font-style: normal
}

p:empty {
	display: none;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
	border: none;
	padding: 0
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input,
button {
	border: 0;
	outline: 0;
}

.text-blue,
.hover-blue:hover {
	color: #2f93e6 !important;
}

.text-red {
	color: #eb3c39 !important;
}

.text-green {
	color: #38b03f !important;
}

.text-white {
	color: white !important;
}

.bg-blue {
	background-color: #2f93e6 !important;
}

.bg-red {
	background-color: #eb3c39 !important;
}

.bg-white {
	background-color: white !important;
}

.bg-gray {
	background-color: rgba(0, 0, 0, .03) !important;
}

.bg-green {
	background-color: #38b03f !important;
}

.border-blue {
	border-color: #2f93e6 !important;
}

.border-red {
	border-color: #eb3c39 !important;
}

a,
a:visited {
	text-decoration: none;
	color: #4b5c6e;
}

a:hover,
a:active {
	color: #0c82ff;
	text-decoration: none;
	transition: all .1s linear;
}

.hover-red:hover {
	color: #eb3c39;
}

a:link,
a:visited {
	text-decoration: none;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none;
}

.showing {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.show {
	display: block!important;
	visibility: visible !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.affix {
	position: fixed;
}

.padding-25 {
	padding: 25px;
}

.default-margin {
	margin: 25px;
}

.mg-auto {
	margin: 0 auto;
}

.mg-t-b {
	margin: 1.5rem auto !important;
}

.mg-left {
	margin-left: 30px !important;
}

.mg-right {
	margin-right: 30px !important;
}

.mg-bottom {
	margin-bottom: 30px !important;
}

.pd-left {
	padding-left: 30px;
}

.pd-right {
	padding-right: 30px;
}

.no-padding {
	padding: 0!important;
}

.no-margin {
	margin: 0!important;
}

code {
	font-family: "微软雅黑";
}


/*文本超出省略...*/

.text-ellipsis {
	display: block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.line-clamp-2,
.line-clamp-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	vertical-align: middle;
	text-overflow: ellipsis;
}


/*文本限2行*/

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}


/*文本超出截取*/

.text-intercept {
	display: block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}


/*flex换行*/

.flex-wrap {
	flex-wrap: wrap !important;
}


/*垂直居中*/

.vertical-centering {
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.mp-t-b {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}


/*分割线*/

.dividing-line {
	display: inline-block;
	width: 100%;
	border-bottom: solid thin rgba(234, 234, 234, .65);
}


/*等比例缩放*/

.dbl-inner {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}

.dbl-inner[style*="--aspect-ratio"] {
	padding-top: calc(100% / (var(--aspect-ratio)));
}

.dbl-inner>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dbl-inner img {
	background-size: cover;
}

.flex_column,
.flex_row {
	display: -webkit-flex;
	display: flex;
}

.flex_column>*,
.flex_row>* {
	overflow: hidden;
}

.flex_column {
	flex-flow: column nowrap;
	align-items: stretch;
}

.flex_row {
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

img {
	display: block;
	width: 100%;
	min-height: 100%;
	background-size: cover;
	font-size: 14px;
	line-height: 1.3;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

.img-sc {
	filter: brightness(.95);
	transition: all .3s;
}

.img-sc:hover {
	filter: brightness(1);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.hood {
	position: absolute;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, 0 10%, 0 100%, from(rgba(0, 0, 0, 0)), to(#484848));
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #484848);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #484848);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #484848);
	padding: 10px 15px;
	transition: all .2s ease;
}

.hood a {
	color: white;
}

.hood a:hover {
	filter: brightness(1);
}

.border-radius {
	border-radius: 5px;
}


/*文字渐隐*/

.fade-text:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 85%;
	height: 58%;
	right: 0;
	bottom: 3%;
	background: linear-gradient(to left, #ffffff 15%, rgba(255, 255, 255, 0));
}


/*清除浮动*/

.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.sidebar-padding,
.background-gray {
	padding: 10px 15px;
}

.bg-gray,
.background-gray {
	background-color: #fafafa;
	box-shadow: 0 0 3px rgba(0, 0, 0, .02);
}

.mobile-block {
	display: none;
}

.pc-block {
	display: block;
}

@media screen and (max-width: 1020px) {
	.mobile-block {
		display: block;
	}
	.pc-block {
		display: none;
	}
}


/*flex 布局*/

.col-1 {
	flex: 1;
}

.col-2 {
	flex: 2;
}

.col-3 {
	flex: 3;
}

.col-4 {
	flex: 4;
}

.col-5 {
	flex: 5;
}

.col-6 {
	flex: 6;
}

.col-7 {
	flex: 7;
}

.col-8 {
	flex: 8;
}

.col-9 {
	flex: 9;
}

body {
	position: relative;
	font-size: 14px;
	font-weight: 330;
	/*letter-spacing: 1px;*/
	color: #444444;
	/*background-color: #f5f6f8;*/
	margin: 0 auto;
}

.full-add,
.full-container,
.width-full {
	width: 100%;
}

.container {
	width: 1260px;
	margin: 0 auto;
}

.full-add {
	position: relative;
	margin: 0 auto 2.5rem;
}

.full-add:after {
	content: '广告';
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 70%;
	color: white;
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, .55);
	border-radius: 3px 0 0 0;
}


/*header*/

.head-wrapper {
	font-size: 1.6rem;
	justify-content: flex-start;
	padding: 2.35rem 0 2rem;
}

.head-wrapper>* {
	overflow: hidden;
}

.head-logo {
	width: 45%;
	overflow: hidden;
	justify-content: flex-start;
}

.head-logo>a {
	max-width: 12rem;
}

.head-logo>h2 {
	/*max-width: 25rem;*/
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 350;
	color: #939393;
	margin-left: 0.65rem;
}

.head-logo>h2 i,
.head-logo>h2 a,
.head-logo>h2 span {
	display: table-cell;
}

.head-logo>h2 i {
	font-size: 100%;
	color: #babbbc;
}

.head-logo>h2 a:hover {
	color: #434343;
	filter: brightness(0.85);
}

.head-search {
	width: 28.5rem;
	align-self: flex-end;
	justify-content: center;
	margin: 0 0 0 auto;
}

.search-bar {
	border-radius: 3.5px;
	border: 1.35px solid #ededed;
	margin-bottom: 0.7%;
	transition: all .35s;
}

.search-bar:hover,
.search-bar:focus {
	border-color: #2f93e6;
}

.search-bar input[type="search"] {
	font-size: 1.6rem;
	padding: 0 1rem 0 1.5rem;
	border-radius: 1rem 0 0 1rem;
}

.search-bar button {
	cursor: pointer;
	padding: 0.35rem 0.5rem 0.35rem 1rem;
	border-radius: 2.5rem;
	background-color: white;
}

.search-bar button i {
	font-size: 2rem;
	font-weight: 800;
	color: #b0b0b0;
	padding: 0.2rem 0.5rem;
}

.search-bar button i:hover {
	filter: brightness(.9);
}

.head-menu {
	margin: 0 5rem 0 3.5rem;
	align-self: stretch;
}

.navbar {
	box-sizing: border-box;
	height: 100%;
}

.nav-list {
	font-size: 1.75rem;
	justify-content: flex-start;
	border: 1px solid #000;
}


/*.head-other {
	margin-left: auto;
}
*/


/*header end*/

.nav-main {
	margin-bottom: 2.5rem;
}

.nav {
	font-size: 1.8rem;
	font-weight: 330;
	color: white;
}

.nav>ul {
	height: 5rem;
	position: relative;
	overflow: hidden;
}

.nav li {
	padding: 1.25rem 0 1rem;
}

.nav a {
	color: white;
	padding: 0.1rem 0.3rem;
	border-bottom: 1.2px solid transparent;
	border-top: 1.2px solid transparent;
}

.nav a:hover {
	border-bottom: 1.2px solid white;
}

.nav .position-main {
	width: 90%;
}

.nav .position-main li {
	float: left;
	margin: 0 1.25rem;
}

.nav .position-main li:first-child {
	margin-left: 0;
}

.nav .position-vice {
	width: calc(10% - 3rem);
	justify-content: flex-end;
}

.nav .position-vice>i {
	font-size: 110%;
}

.nav .position-vice li {
	margin: 0 1.25rem;
}

.nav .position-vice li:last-child {
	margin-right: 0;
}

.nav-vice {
	font-size: 1.45rem;
	background-color: #f5f5f5;
}

.nav-vice ul {
	justify-content: flex-start;
}

.nav-vice li {
	padding: 1rem 0.2rem;
	margin: 0 1.35rem;
}

.nav-vice li:first-child {
	margin: 0;
}


/*footer*/

.footer {
	background-color: #2b333e;
}

.footer-content {
	font-size: 1.6rem;
	padding: 2.5rem 0;
	color: rgba(255, 255, 255, .6);
	align-items: flex-start;
}

.footer-content>* {
	overflow: hidden;
}

.footer-content .left {
	font-size: 1.6rem;
	line-height: 1.65;
}

.footer-content .right {
	justify-content: flex-end;
}

.footer-content .right i {
	margin: 0 0.5rem;
}

.footer-content a {
	color: rgba(255, 255, 255, .6);
}

.footer-content a:hover {
	color: #ffffff;
}


/*footer end*/


/*主体*/

.topping {
	border-bottom: thin solid #e5e5e5;
	margin-bottom: 1.75rem;
	margin-top: 1rem;
	padding-bottom: 1.5rem;
	justify-content: flex-start;
}

.topping h1 {
	flex: 1;
	font-size: 2.65rem;
	font-weight: 750;
}

.topping code {
	width: auto;
	align-self: stretch;
	font-size: 1.8rem;
	font-weight: 400;
	display: inline-block;
	margin-right: 1rem;
	padding: 0 7.5px 3px;
	border-radius: 3px;
}

.topping code a {
	vertical-align: middle;
}

.mod-area {
	align-items: stretch;
	margin-bottom: 2.5rem;
}

.area-a-1 {
	align-items: flex-start;
}

.c-main {
	width: calc(100% - 33rem - 5rem);
}

.area-a-1 .c-main {
	align-items: flex-start;
}

.area-a-1 .left {
	width: calc(48% - 3rem);
}

.area-a-1 .mod-pic {
	margin-bottom: 1.5rem;
}

.area-a-1 .right {
	width: 52%;
}


/*焦点图-轮播*/

.cm_bigimg {
	position: relative;
	width: 100%;
	margin-bottom: 1.35rem;
}

.cm_bigimg h3,
.smallimg h3 {
	overflow: hidden;
	font-size: 1.5rem;
}

.smallimg {
	width: calc(50% - 0.65rem);
	align-self: flex-start;
}

.smallimg:not(:nth-last-child(-n 2)) {
	margin-bottom: 0.8rem;
}

.smallimg h3 {
	margin: 0.5rem 0;
	font-weight: 330;
}

.txt-list {
	font-size: 1.6rem;
	font-weight: 350;
}

.txt-list:not(:last-child) {
	margin-bottom: 0.5rem;
}

.layout-list .txt-list {
	margin-bottom: 0;
}

.txt-list li {
	flex: 1;
	line-height: 1.65;
}

.txt-list li:not(:first-child) {
	margin-top: 1.5rem;
}

.area-a-1 .right .txt-list li {
	margin: 0 0 1.5rem;
}

.layout-class .area-a-1 .right .txt-list li {
	margin:0  0 1.4rem;
}

.txt-list li .add-txt {
	font-size: 1.35rem;
	line-height: 1.2;
	color: #a3a3a3;
	border: solid thin #e5e5e5;
	border-radius: 3px;
	padding: 2px 5px;
}

.txt-list li code a {
	color: #2f93e6;
	margin-right: 0.3rem;
}

.txt-list li:hover code a {
	color: #a3a3a3;
	text-decoration: underline;
}

.txt-list li time {
	font-size: 1.4rem;
	color: #c0c0c0;
	margin-left: 1.25rem;
}

.txt-list li>a:before {
	content: '';
	display: inline-block;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background-color: rgba(150, 150, 150, .4);
	margin-right: 0.5rem;
	margin-left: 0.3rem;
	margin-bottom: 0.35rem;
}

.txt-first {
	font-size: 1.85rem;
	font-weight: 900;
}

.txt-list .txt-first>a:before {
	display: none;
}

.txt-first code,
.txt-first time {
	display: none;
}


/*频道模块标题*/

.cm_mod_title {
	position: relative;
	border-top: 1px #e5e5e5 solid;
	margin-bottom: 0.5rem;
}

.cm_mod_title h2 {
	position: relative;
	float: left;
	font-size: 1.8rem;
	font-weight: 350;
	padding: 7.5px 5px 7px 5px;
}

.cm_mod_title h2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.25rem;
	background-color: #eb3c39;
	z-index: 100;
}

.listbar-name h2,
.channel-bar-name h2 {
	font-size: 2.2rem;
	font-weight: 350;
	padding-top: 5.5px;
}

.listbar-name h2:before,
.channel-bar-name h2:before {
	height: 0.35rem;
	background-color: #2f93e6;
}

.listbar-name,
.listbar-name h2,
.row50-item .channel-bar-name,
.row50-item .channel-bar-name h2 {
	border: none;
	font-size: 2.2rem;
}

.listbar-name,
.row50-item .channel-bar-name {
	border-bottom: 1.2px solid #e5e5e5;
}

.listbar-name,
.row50-item .cm_mod_title {
	margin-bottom: 2rem;
}

.listbar-name h2:before,
.row50-item .channel-bar-name h2:before {
	height: 0.25rem;
	top: auto;
	bottom: 0;
}

.listbar-name h2,
.row50-item .channel-bar-name h2 {
	padding-bottom: 5px;
}

.listbar-name h2 i,
.row50-item .channel-bar-name h2 i {
	font-size: 2.35rem;
	font-weight: 900;
	margin-right: 2px;
}

.widget .cm_mod_title h2 {
	font-weight: 460;
}

.widget .cm_mod_title h2:before {
	height: 0.35rem;
	background-color: #f18f01;
}

.cm_mod_title .channel_more_list {
	float: right;
	font-size: 1.6rem;
	font-weight: 360;
	transform: translatey(35%);
}

.cm_mod_title .channel_more_list,
.cm_mod_title .channel_more_list a {
	color: #696969;
}

.add-list {
	margin-top: 1rem;
	border-top: thin solid #e5e5e5;
}

.area-a-1 .left .txt-list-row {
	font-size: 1.5rem;
}

.txt-list-row li {
	flex: auto;
	width: calc(50% - 1rem);
}

.txt-list-row li:nth-child(even) {
	margin-left: 0.85rem;
	padding-left: 0.85rem;
	border-left: solid thin #e5e5e5;
}

.txt-list-row li>a:before {
	display: none;
}

.txt-list-row li {
	margin-top: 1.3rem;
}

.smpic-alone {
	margin-bottom: 2rem;
}

.smpic-alone .entry-title {
	font-size: 1.6rem;
}

.row-smpic .thumbnail {
	width: 43%;
	border-radius: 5px;
}

.row-smpic .title-inner {
	width: calc(57% - 1.2rem);
	margin-left: 1.2rem;
	align-self: stretch;
}

.row-smpic .entry-title {
	/*max-height:7rem;*/
	line-height: 1.55;
	font-weight: 460;
	margin-bottom: 1.35rem;
}

.row-smpic .entry-other {
	margin-top: auto;
	color: #c6c6c6;
}

.channel_body {
	align-items: flex-start;
}

.section-a .entry-title {
	/*max-height: 7.55rem;*/
	font-weight: 900;
	line-height: 1.6;
}

.row100-pic-alone {
	width: 100%;
	margin-bottom: 1.5rem;
	padding-bottom: 2rem;
	border-bottom: solid thin #f1f1f1;
}

.list-body-first .row100-pic-alone {
	align-items: flex-start;
}

.list-body-first .row100-pic-alone .entry-detail .txt-list-row {
	margin-top: 0;
}

.layout-list .txt-list {
	margin-bottom: 1.5rem;
}

.layout-list .list-body-first .entry-detail .txt-list {
	margin-bottom: 0;
}

.row50-item {
	width: calc(50% - 1.5rem);
	margin-bottom: 0;
}

.row30-item {
	width: calc(33.333% - 2.5rem);
}

.row50-item:not(:nth-last-child(-n 2)),
.row30-item:not(:nth-last-child(-n 3)) {
	margin-bottom: 2rem;
}

.row100-pic-alone .entry-thumb {
	width: 40%;
	border-radius: 5px;
}

.row100-pic-alone .entry-detail {
	width: calc(60% - 2rem);
	align-self: stretch;
	margin-left: 2rem;
	justify-content: space-between;
}

.row100-pic-alone .entry-detail h3 {
	font-size: 1.85rem;
	font-weight: 600;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

.more-bar {
	border: 1px solid #f1f1f1;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 10px;
	transition: all .3s;
}

.more-bar:hover {
	border-color: #2f93e6;
	border-radius: 3.5px;
}

.layout-list .row100-pic-alone .entry-detail h3 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.65;
	overflow: hidden;
}

.layout-list .row100-pic-alone .entry-detail h3:before {
	content: '热文';
	background-color: #eb3c39;
	font-size: 1.7rem;
	color: white;
	border-radius: 3px;
	margin-right: 5px;
	padding: 3px 7px 1px;
}

.row100-pic-alone .entry-brief {
	/*max-height:4.4rem;*/
	color: #999;
	font-size: 1.35rem;
	line-height: 1.75;
	text-indent: 3rem;
}

.row100-pic-alone .entry-detail .txt-list-row {
	background-color: #f8f8f8;
	padding: 5px 15px 10px;
	margin-top: 1.3rem;
	border-radius: 5px;
}

.row100-pic-alone .entry-detail .txt-list-row li {
	font-size: 1.45rem;
	margin-top: 0.85rem;
}

.row100-pic-alone .entry-detail .txt-list-row li>a:before {
	content: '';
	display: inline-block;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background-color: rgba(150, 150, 150, .4);
	margin-right: 0.5rem;
	margin-left: 0.3rem;
	margin-bottom: 0.35rem;
}

.row100-pic-alone .entry-detail .txt-list-row li:nth-child(even) {
	border: none;
	padding-left: 0;
	margin-left: 0;
}

.section-a {
	align-items: flex-start;
}

.section-a .txt-list li a:before {
	display: none;
}

.section-a .txt-list li code {
	margin-right: 1rem;
	line-height: 1.2;
}

.section-a .right .txt-first {
	font-size: 2.5rem;
	font-weight: normal;
}

.section-a .right .line {
	border-top: 3px solid #2f93e6;
	width: 40px;
	height: 0;
	margin: 15px 0 10px;
}


/*主体 end*/


/*侧栏*/

.sidebar {
	width: 33rem;
	margin-left: 5rem;
	box-sizing: border-box;
}

.sidebar>*:not(:last-child) {
	margin-bottom: 2rem;
}

.widget-list {
	font-size: 1.6rem;
	padding: 5px 10px;
}

.area-a-1 .widget-list {
	padding-bottom: 10px;
}


/*侧栏 小图文列表*/

.side-smpic-list li {
	align-items: stretch;
	border-bottom: solid thin rgba(47, 147, 230, .15);
	padding-bottom: 1.7rem;
	transition: all .3s;
}

.side-smpic-list li:hover {
	border-bottom-color: rgba(47, 147, 230, .35);
}

.side-smpic-list li:not(:last-child) {
	margin-bottom: 1.65rem;
}

.side-smpic-list .entry-detail {
	width: calc(60% - 1.2rem);
	margin-right: 1.2rem;
}

.side-smpic-list .entry-detail>a {
	/*max-height: 4.5rem;*/
	font-weight: normal;
	margin-bottom: 1.2rem;
}

.side-smpic-list .entry-other {
	font-size: 1.2rem;
	color: #bebebe;
	margin-top: auto;
}

.side-smpic-list .entry-other a {
	color: #bebebe;
}

.side-smpic-list .entry-thumb {
	width: 40%;
}

.side-bg-kbai {
	padding: 0 5px;
}

.ddu-picbox h3 {
	overflow: hidden;
	font-size: 1.6rem;
	font-weight: 550;
	line-height: 1.5;
	margin-bottom: 0.8rem;
}

.ddu-picbox p {
	font-size: 1.3rem;
	margin-top: 8.5px;
}

.ddu-picbox a {
	color: #4b5c6e;
}

.ddu-picbox a:hover {
	filter: brightness(.5);
}


/*侧栏 end*/


/*文章列表 - a*/

.list-body {
	align-items: flex-start;
}

.recommend-nav-list {
	width: 13.5rem;
	max-width: 20rem;
	font-size: 1.65rem;
	font-weight: 400;
	/*align-self: stretch;*/
	border-right: solid 1px #e5e5e5;
}

.recommend-nav-list li {
	padding: 1.35rem 2rem;
	transition: all .3s;
}

.recommend-nav-list li:hover {
	background-color: #f1f1f1;
}

.recommend-nav-list li:hover a {
	color: #0c82ff;
}

.recommend-nav-list h2 {
	font-size: 2rem;
	font-weight: 400;
}

.list-container {
	flex: 1;
}

.notpic-title,
.entry-pic-title {
	align-items: stretch;
	justify-content: space-around;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
	transition: all .2s;
}

.entry-title:hover h3 a {
	color: #0c82ff;
}

.entry-title:hover h3 a {
	text-decoration: underline;
}

.entry-pic-title:hover img {
	filter: brightness(.7);
	transform: scale(1.2);
}

.entry-pic-title .entry-thumb {
	width: 28%;
	margin-right: 2rem;
}

.notpic-title h3,
.entry-pic-title .entry-detail h3 {
	overflow: hidden;
	font-size: 1.85rem;
	line-height: 1.35;
	font-weight: normal;
}

.entry-pic-title .entry-detail h3 {
	line-height: 1.55;
}

.notpic-title {
	padding: 1.5rem 0;
	margin-bottom: 1rem;
	transition: all .3s;
}

.notpic-title:first-child {
	padding-top: 0;
}

.notpic-title h3 span {
	font-size: 1.65rem;
	font-weight: 330;
	padding: 0.35rem 1rem 0.3rem;
	margin-right: 12px;
}

.notpic-title:hover h3 span {
	border-radius: 3.5px;
	background-color: #116ed1 !important;
}

.notpic-title h3>a {
	font-size: 2.1rem;
}

.notpic-title h3 time {
	font-size: 1.4rem;
	margin-left: 1rem;
}

.notpic-title .entry-brief {
	position: relative;
	max-height: 3.6rem;
	text-indent: 3.5rem;
	margin-top: 1rem;
}

.notpic-title .entry-brief:before {
	bottom: -3.5%;
}

.notpic-title h3 time,
.notpic-title .entry-brief,
.entry-pic-title .entry-brief {
	color: #c0c0c0;
}

.entry-pic-title .entry-other {
	margin-top: auto;
	padding-bottom: 3.5px;
	color: #c2c2c2;
}

.entry-pic-title .entry-other .category {
	font-size: 1.3rem;
	color: #2f93e6;
	padding: 0.3rem 1rem;
	margin-right: 2.5rem;
	border: 1px solid #2f93e6;
	border-radius: 2px;
}

.entry-pic-title .entry-other .category:hover {
	background-color: #2f93e6;
}

.entry-pic-title .entry-other .category:hover a {
	color: white;
}

.page-number-bar {
	width: 90%;
	justify-content: center;
	margin: 3.5rem auto 1.5rem;
}

.page-number-bar>a,
.page-number-bar>b {
	font-size: 1.6rem;
	font-weight: 400;
	border: thin solid #eaeaea;
	background-color: rgba(227, 227, 227, .15);
	border-radius: 3.5px;
	margin: 0 1rem;
	padding: 0.55rem 1.5rem 0.4rem;
}

.page-number-bar>a:hover,
.page-number-bar>b {
	background-color: #2f93e6;
	border-color: #2f93e6;
	color: white;
}

.page-number-bar>a b {
	font-weight: 400;
}

.tag-list-body {
	width: 100%;
}

.tag-list-body ul {
	align-items: flex-start;
	justify-content: flex-start;
}

.column-pic-title {
	width: calc((100% / 3) - 1.34rem);
	margin-bottom: 2.5rem;
	/*justify-content: space-between;*/
	align-items: flex-start;
	/*align-self: stretch;*/
	transition: all .3s;
}

.column-pic-title:hover {
	filter: brightness(.85);
}

.column-pic-title:nth-child(3n 2) {
	margin: 0 2rem;
}

.column-pic-title:hover .text-title {
	border-bottom-color: #2f93e6;
}

.column-pic-title:nth-last-child(-n 3) {
	margin-bottom: 2.5rem;
}

.column-pic-title .thumbnail,
.column-pic-title .text-title {
	width: 100%;
}

.column-pic-title .text-title {
	margin: 1rem 0 1.5rem;
	padding: 0 0.5rem 1rem;
	border-bottom: 1px solid #e5e5e5;
}

.column-pic-title .title {
	font-size: 1.6rem;
	font-weight: 350;
	margin-bottom: 1rem;
}

.column-pic-title .entry-meta,
.column-pic-title .entry-meta a {
	color: #c2c2c2;
}

.entry .title {
	margin-bottom: 1.5rem;
}

.entry h1 {
	font-size: 2.8rem;
}

.entry .entry-meta {
	font-size: 1.6rem;
	color: #999;
	margin-top: 1.2rem;
}

.entry-content {
	font-size: 1.8rem;
	line-height: 1.8;
}

.entry-content>* {
	overflow: hidden;
	margin: 1rem auto 2.5rem;
}

.entry-content img {
	width: auto;
	margin: 0 auto;
	transition: all .3s;
	filter: brightness(.8);
}

.entry-content img:hover {
	transform: scale(1.1);
	filter: brightness(1);
}

.entry-content a {
	border-bottom: solid thin #c3c3c3;
}

.entry-content h3 {
	font-size: 2rem;
	color: #2f93e6;
}

.entry-content .statement {
	font-size: 1.4rem;
	color: #999;
}

.entry-bottom>*:not(:last-child) {
	margin-bottom: 1.5rem;
}

.entry-bottom .entry-tags {
	font-size: 1.8rem;
}

.entry-bottom .entry-tags a {
	float: left;
	margin-right: 2rem;
	background-color: #e1e1e1;
	padding: 3px 10px;
	border-radius: 3.5px;
}

.entry-bottom .entry-tags a:hover {
	background-color: #e5e5e5;
}

.entry-related {
	border-top: 2px solid #f1f1f1;
	padding-top: 2rem;
	margin-bottom: 2rem;
}

.entry-related h2 {
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 1.5rem;
}

.entry-related li {
	width: calc(50% - 2rem);
	overflow: hidden;
	/* margin-bottom: 2rem; */
	padding: 1.2rem 1rem;
	font-size: 1.65rem;
	text-align: justify;
	border-radius: 5px;
	transition: all .3s linear;
}

.entry-related li:nth-last-child(-n 2) {
	margin-bottom: 1rem;
}

.entry-related li a:before {
	content: '';
	border-left: 0.3rem solid #eaeaea;
	margin-right: 0.75rem;
	border-radius: 0.35rem;
}

.entry-related li:hover {
	background-color: rgba(234, 234, 234, .35);
}

.entry-related li:hover a {
	color: #0c82ff;
}

.entry-related li:hover a:before {
	border-left-color: #0c82ff;
}

.aside-pictxt-list li {
	padding: 8px 5px;
	margin-bottom: 0.5rem;
}

.aside-pictxt-list li:first-child {
	padding-top: 0;
}

.aside-pictxt-list .entry-thumb {
	width: 31%;
}

.aside-pictxt-list .entry-detail {
	width: calc(100% - 31% - 1.2rem);
	align-self: stretch;
	justify-content: space-between;
	font-size: 1.6rem;
}

.aside-pictxt-list .entry-detail>a {
	/*max-height: 4.5rem;*/
	line-height: 1.55;
}

.aside-pictxt-list .entry-detail>p {
	font-size: 1.3rem;
	color: #ccc;
	justify-content: flex-end;
}

.layout-about .c-main {
	order: 2;
	width: calc(100% - 33rem - 3.5rem);
}

.layout-about .sidebar {
	order: 1;
	margin-left: 0;
	align-self: stretch;
	margin-right: 3.5rem;
	padding-right: 3.5rem;
	border-right: 1px solid #e5e5e5;
}

.about-us {
	border-bottom: 1px solid #e5e5e5;
}

.about-us h1 {
	font-weight: 400;
	padding-bottom: 10px;
}

.about-list>a {
	font-size: 1.8rem;
	line-height: 1.8;
	text-align: center;
	padding: 5px 0;
	border: solid 1px #e5e5e5;
	transition: all .3s;
}

.about-list>a:not(:last-child) {
	margin-bottom: 2rem;
}

.about-list>a:hover {
	border-color: #2f93e6;
}

.layout-about .cont-links {
	margin-top: 3rem;
	align-items: flex-start;
	justify-content: flex-start;
}

.layout-about .cont-links a {
	width: calc(20% - 1.38rem);
	margin-bottom: 2rem;
	border: none;
}

.layout-about .cont-links a:hover {
	text-decoration: underline;
}

.layout-about .cont-links a:nth-child(5n 2),
.layout-about .cont-links a:nth-child(5n 4) {
	margin: 0 1.5rem;
}

.layout-so .full-container {
	max-width: 900px;
	margin: 0 auto;
}

.layout-so .head-wrapper {
	color: white;
	justify-content: space-between;
}

.layout-so .head-wrapper i {
	font-size: 3rem;
}

.layout-so .head-center h2 {
	font-size: 2.2rem;
	font-weight: 450;
}

.layout-so .txt-list {
	padding: 0 1.2rem;
	margin: 3.5rem auto 2.5rem;
}

.layout-so .search-bar {
	margin: 0 1.2rem;
}

.layout-so .txt-list li:before {
	content: '推荐';
	background-color: #f17105;
	color: white;
	font-size: 1.3rem;
	padding: 0 7.5px;
	margin-right: 5px;
}

.layout-so .txt-list li:nth-child(n 3):before {
	content: '热文';
	background-color: #d11149;
}

.layout-so .txt-list li:nth-child(3n 1):before {
	content: '最新';
	background-color: #2f93e6;
}