@charset "utf-8"; /**
 * base.css
 * https://www.ip3q.com/
 * Copyright 2023, design by yangqq
 */
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; color: #000; background: #f6f6f6; line-height: 1.5; overflow-x: hidden; }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #0779a3; text-decoration: underline; }
.clear { clear: both; width: 100%; overflow: hidden; }
.blank { clear: both; width: 100%; overflow: hidden; height: 20px }
.box { width: 1200px; margin: auto; overflow: hidden }
main { width: 1200px; margin: -50px auto 0; overflow: hidden; display: block; }
.is-fixed { position: fixed; top: 120px; z-index: 99; }
/*header*/
header { background: url(../images/banner.jpg) no-repeat; padding: 0 0 80px; background-size: cover; }
nav li { float: left }
nav li a { color: #666; line-height: 45px; font-size: 15px; margin: 0px 15px; }
li.selected a, nav li:hover a { color: #000; }
nav { overflow: hidden; background: rgba(255,255,255,.3); border-radius: 0 0 10px 10px; width: max-content; padding: 0 20px; }
nav li a:hover { text-decoration: none; }
.logo { text-align: center; font-size: 32px; margin: 50px auto }
.search { width: 40%; margin: 50px auto; position: relative; border: #69c2e0 2px solid; border-radius: 5px; overflow: hidden; }
.search input.input_submit { border: 0; color: #fff; outline: none; position: absolute; top: 0; right: 0; width: 25%; display: block; font-size: 15px; height: 36px; line-height: 36px; cursor: pointer; background: #43add4; }
.search input.input_text { border: 0; line-height: 36px; height: 36px; font-size: 14px; width: 75%; outline: none; text-indent: 1em; }
.lbox { width: 70%; float: left; }
.rbox { width: 27%; float: right; }
.blogs { background: rgba(255,255,255,.6); border-radius: 10px; overflow: hidden; margin-bottom: 20px }
/*tab*/
.gd-box { }
#tab { padding: 0 20px; overflow: hidden; border-bottom: #efefef 1px solid; }
#tab li { font-size: 16px; margin-right: 30px; position: relative; cursor: pointer; display: inline-block; line-height: 50px; color: #666; float: left; }
#tab li:after { content: ""; background: #333333; width: 20%; height: 2px; position: absolute; bottom: 0; left: 40%; opacity: 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
#tab li:hover:after, #tab li.tab-current:after { opacity: 1; width: 100%; margin: auto; display: block; left: 0; }
#tab li.tab-current, #tab li:hover { color: #333333; font-weight: bold; }
#tab-content>div { display: none; }
#tab-content>div:nth-child(1) { display: block }
#tab-content { overflow: hidden; background: #fff; }
.blogs_list { padding: 20px 20px 0; }
.blogs_list li { border-bottom: 1px solid #e9ecf3; margin-bottom: 20px; padding-bottom: 20px; }
.blogs_list li .title { }
.blogs_list li .title span { display: inline-block; height: 18px; line-height: 18px; padding: 0 4px; background: #3ed3da; border-radius: 4px; font-size: 12px; color: #fff; text-align: center; margin-right: 5px; margin-top: 3px; vertical-align: top; }
.blogs_list li .title a { font-size: 18px; line-height: 24px; }
.blogs_list li i { float: right; width: 178px; height: 100px; display: block; overflow: hidden; margin: 12px 0 0 22px; }
.blogs_list li i img { width: 100%; min-height: 100%; }
.blogs_list li p { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; margin: 12px 0 24px 0; font-size: 14px; color: #7C7C7C; line-height: 24px; }
.info { display: inline-block; line-height: 16px; color: #999; font-size: 14px; }
.info a { color: #999; }
.info span { display: inline-block; padding: 0 14px 0 0; margin-right: 14px; border-right: 1px solid #e9ecf3; vertical-align: top; }
.info span:last-child { border-right: none; }
.btn_more { background: #fff; text-align: center; overflow: hidden; padding: 20px 0; }
.btn_more a { width: 266px; height: 36px; line-height: 36px; margin: auto; display: block; border: #333 1px solid; font-size: 14px; border-radius: 4px; transition: .3s; }
.rbox>div { background: rgba(255,255,255,.6); border-radius: 10px; padding: 20px; margin-bottom: 20px; }
.side_title { font-size: 18px; line-height: 25px; color: #333; margin: 0 0 20px; font-weight: bold; }
.side_title a { float: right; font-size: 14px; font-weight: normal; color: #999; }
.hot_news li:nth-child(1):before { color: #fe2d46; }
.hot_news li:nth-child(2):before { color: #f60; }
.hot_news li:nth-child(3):before { color: #faa90e; }
.hot_news ul li { position: relative; padding: 10px 0 5px; line-height: 1.6; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; counter-increment: a 1; }
.hot_news ul li:before { content: counter(a); display: inline-block; left: 0px; top: 0; margin-right: 10px; color: #9195a3; }
.tj_news ul { background: #f5f8f9; border-radius: 9px; padding: 15px; box-sizing: border-box; border: 1px solid #f5f8f9; }
.tj_news ul li { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 14px; position: relative; padding-left: 20px; line-height: 34px; }
.tj_news ul li:before { content: ''; width: 4px; height: 4px; border-radius: 4px; position: absolute; top: 15px; left: 0; background: #333; }
.contact ul { display: flex; justify-content: space-around; margin-bottom: 18px; }
.contact li { width: 45%; text-align: center; font-size: 14px; }
.contact li img { width: 100%; }
.contact p { font-size: 14px; line-height: 30px; }
.contact p span { color: #858585; margin: 0 10px 0 0; width: 40px; text-align: center; display: inline-block; }
footer { font-size: 14px; color: #9d9d9d; line-height: 14px; text-align: center; padding: 20px 0; }
footer a { color: #9d9d9d; }
.icon-top { background: url(../images/istop.png) no-repeat center #fff; background-size: 22px; width: 40px; height: 40px; position: fixed; right: 20px; bottom: 10%; transition: all 0.3s; z-index: 9999999; border: #ccc 1px solid; border-radius: 100%; opacity: 0; }
.cd-is-visible { opacity: 1; }
/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; padding: 0 0 10px; font-size: 12px; }
.pagelist a { color: #5c626c; margin: 0 5px 10px; padding: 5px 10px; background: #f4f4f5; display: inline-block; }
.pagelist a:nth-child(1) { display: none }
.pagelist a:hover, .pagelist > b { color: #FFF; background: #43add4; text-decoration: none; }
.pagelist > b { padding: 5px 10px; }
.weizhi { line-height: 50px; padding-left: 20px; color: #cfcfcf; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.weizhi span { color: #666; font-size: 13px; margin-left: 10px; }
.weizhi a { margin: 0 5px; color: #666; }
.tags li { background: #f5f8f9; border-radius: 6px; text-align: center; line-height: 36px; margin: 5px; display: inline-block;font-size: 14px; }
.tags li a { padding: 0 15px; display: block;}
.con_tit { margin: 20px; }
.con_tit h1 { font-size: 28px; color: #000; line-height: 40px; word-break: break-word; word-wrap: break-word; margin-bottom: 20px; }
span.con_tag { color: #81bd3e; letter-spacing: .44px; background-color: #f2f8eb; padding: 4px 8px; border-radius: 2px; display: inline-block; }
.con_info { font-size: 14px; color: #999; }
.con_info span { margin-right: 10px; }
span.con_class a { color: #484949; }
.content { font-size: 16px; line-height: 1.8; word-break: break-all; color: #262626; margin: 20px; }
.content p { margin: 20px 0; }
.content ul, .content ol { margin: 20px 0 20px 35px; }
.content ul li, .content ol li { margin-top: 3px; line-height: 30px; }
.content.content ul li { list-style-type: disc; }
.content ol li { list-style-type: decimal; }
.content h2, .content h3, .content h4, .content h5, .content h6 { position: relative; margin: 20px 0; line-height: 1.2; }
.content h2 { font-size: 22px; }
.content h3 { font-size: 20px; }
.content h4 { font-size: 18px; }
.content h5 { font-size: 17px; }
.content h6 { font-size: 16px; }
.content hr { width: 100%; height: 1px; border: 0; border-top: 1px #dedddd solid; margin: 30px 0; }
.content img { max-width: 100% !important; width: auto !important; height: auto !important; margin: 10px auto; }
.content video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
.content table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 15px; line-height: 26px; }
.content table th { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #dedede; }
.content table td { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #ffffff; }
.content span.marker { background: yellow; }
.content blockquote { position: relative; padding: 30px 30px 30px 75px; background: #f3f3f3; border-left: 0; font-size: 16px; border-radius: 3px; margin: 20px 0; display: block; }
.content blockquote:before { content: ""; background: url(../images/yinhao.png) no-repeat; width: 37px; height: 32px; position: absolute; left: 26px; top: 16px; }
.con_tags { margin: 20px }
.con_tags a { color: #6f79a9; padding: 4px 13px 4px 30px; background: #f2f3f7; border-radius: 18px; margin: 0 10px 13px 0; position: relative; font-size: 14px; display: inline-block }
.con_tags a:before { position: absolute; content: "#"; background: #6f79a9; color: #fff; width: 20px; height: 20px; border-radius: 100%; text-align: center; left: 3px; top: 3px; }
.info-pre-next { font-size: 14px; color: #999; margin: 30px 20px; line-height: 30px; }
.info-pre-next a:hover { text-decoration: underline; }
.info-pre-next p { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.other_news { margin: 20px }
.blog_list.love_list .side_title { margin: 40px 0 10px 20px; }
.blog_list.love_list ul li:last-child { border: none; }
.tags_list { background: rgba(255,255,255,.6); border-radius: 10px; padding-bottom: 20px; }
/*mnav*/
#mnavh { display: none; width: 40px; height: 40px; text-align: center; }
.navicon { display: block; position: relative; width: 27px; height: 2px; background-color: #828282; margin-top: 20px; float: left; }
.navicon:before, .navicon:after { content: ''; display: block; width: 27px; height: 2px; position: absolute; background: #828282; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -8px; }
.navicon:after { margin-top: 8px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #828282; }
.tags_list .tags { padding: 20px; font-size: 14px; }

/* 日历样式
---------------------------------------------------*/
/* 日历的加载样式，防止翻页造成太大的视觉变化 */
.cal_loading {
	margin-bottom: 243px
}
#calendar {
	color: #212529
}
.calendartop {
	letter-spacing: 3px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: #000
}
.calendartop a {
	font-weight: 100 !important
}
.calendar {
	margin-bottom: -10px;
	width: 100%
}
.calendar td {
	text-align: center;
	padding: 1px 10px;
	line-height: 1.6
}
.calendar td a:link {
	color: #000;
	font-weight: bolder;    
	text-decoration: underline
}
.calendar td a:hover {
	color: #886353;
	text-decoration: none
}
.calendar tr {
	height: 40px
}
.day {
	color: #212529;
	background: #eaeaea;
	border-radius: var(--marRadius)
}
.sun {
	color: #333
}
.week {
	color: #333
}
hr {
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
/* 「归档」的样式 
---------------------------------------------------*/
.archive {
    color: #929292;
    font-size: 16px;
    padding: 4px;
    border-color: #ced4da;
    margin-top: 20px;
    width: 70%;
}
/* 侧边栏组件中的文章分类 */
.log-classify-f {
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 400
}
.log-classify-c {
	margin-left: -27px;
	list-style: none;
	font-size: medium
}
/* 边栏组件的标题 */
.side-bar h3 {
	position: relative;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 20px
}
.log-classify-f li {
	position: relative;
	color: #6f6f6f;
	line-height: 2
}
/*分页*/
.pg, .pgb {
    line-height: 26px;
    margin-bottom: 10px;
    height: 35px;
}
.pg span {
    background-color: #E5EDF2;
    float: left;
    display: inline;
    margin-left: 4px;
    padding: 0 8px;
    height: 26px;
    border: 1px solid;
    border-color: #C2D5E3;
    background-repeat: no-repeat;
    color: #333;
    overflow: hidden;
    text-decoration: none;
    border-radius: 5px;
}
.pg a {
    float: left;
    display: inline;
    margin-left: 4px;
    padding: 0 8px;
    height: 26px;
    border: 1px solid;
    border-color: #C2D5E3;
    background-color: #FFF;
    background-repeat: no-repeat;
    color: #333;
    overflow: hidden;
    text-decoration: none;
    border-radius: 5px;
}

/* 评论样式
---------------------------------------------------*/
/* 发表评论表单样式 */
textarea {
    padding: 1rem 0.75rem;
}

@media (min-width:768px)  {
	.commentform {
		height: 250px
	}
}
#comments {
	margin-top: 80px;
}
.comment-name {
	float: left;
	border-bottom-left-radius: 10px !important
}
.comment-mail {
	float: left
}
.comment-url {
	border-right: 1px #d6d6d6 solid !important;
	border-bottom-right-radius: 10px !important
}
.form-controls {
	display: block;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-out, box-shadow 0.15s ease-in-out
}
.comment-info {
	width: auto
}
.com_control {
	display: block;
	border-radius: 0px;
	border: 1px #d6d6d6 solid;
	border-right: 0px;
	height: 50px
} 

/* 评论处的输入框提示，居中、隐藏 */
.com_control:focus::-webkit-input-placeholder{
	color: rgba(255, 255, 255, 0)
} 
.com_control::-webkit-input-placeholder {
	color: rgba(116, 116, 116, 0.336)
}
@media (min-width:578px) {
	.com_control::-webkit-input-placeholder {
		text-align: center
	}
}
.comment-header {
	margin-block: 30px;
	height: 0
}
.comment-post {
	clear: both
}
.comment-post p {
	margin: 5px 0px
}
.comment-post .cancel-reply {
	float: right;
	cursor: pointer;
	padding-right: 10%
}
.comment-post .cancel-reply:hover {
	text-decoration: underline
}
.comment-post small {
	font-size: 12px;
	color: #999
}
.comment-post input {
	padding: 7px 40px;
	font-size: small;
	color: #848797;
	width: 33.3333334%
}
.comment-post #comment {
	width: 95%;
	border: 1px #d6d6d6 solid;
	font-size: small;
	border-radius: var(--marRadius) 10px 0 0;
	height: 130px;
	resize: none
}
.comment-post #comment_submit {
	width: 84px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	margin: 10px 0px;
	float: right;
	margin-right: 1px;
	border-radius: 8px;
	border: 1px solid #dedede;
	padding: 7px 10px;
	justify-content: center
}
.comment-post #comment_submit:hover {
	cursor: pointer;
	color: #fff;
	background-color: #007bff
}
.comment-post .input {
	width: 100px
}
.comment {
	margin: 10px 0;
	padding: 10px 0px;
	font-size: medium;
	border-bottom: 1px #f7f7f7 solid;
	overflow: hidden;
	color: #333
}
.comment span {
	color: #ff7a15
}
.comment .comment-time {
	color: #999999;
	display: inline;
	font-size: 10px
}
.comment .avatar {
	float: left;
	margin: 5px 4px
}
.comment .comment-infos {
	background: #f7f7f7;
	padding: 12px;
	padding-bottom: 5px;
	border-radius: var(--marRadius);
	margin-top: 9px;
	margin-left: 58px
}
.comment .comment-infos-unGravatar {
	padding: 5px
}
.com-bottom {
	margin-bottom: 80px;
}
/* 评论列表中指向评论者头像的箭头 */
.arrow {
	position: absolute;
	margin-top: 3px;
	margin-left: -34px;
	border-width: 13px;
	border-style: solid;
	border-color: transparent #f7f7f7 transparent transparent
}
.comment .comment-content {
	margin: 8px 0px 0px 0px;
	word-break: break-word
}
.comment .comment-reply {
	float: right;
	font-size: 12px;
	cursor: pointer;
	margin-top: -15px
}
.comment .comment-reply:hover {
	text-decoration: underline
}
.comment-children {
	margin: 20px 10px 10px 20px;
	clear: both;
	border: none;
	padding: 0
}
.comment .comment-post {
	width: 90%;
	margin: 15px auto
}
.comment-info {
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: -8px;
	white-space: nowrap
}