/*滚动条整体*/
::-webkit-scrollbar{
    width:10px; /*滚动条宽度*/
}
/*滚动条按钮*/
::-webkit-scrollbar-button {

}
::-webkit-scrollbar-track{
    background-color:#f1f2f6;  /*滑道全部*/
}
::-webkit-scrollbar-track-piece{
    background-color:#f1f2f6;  /*滑道*/
    -webkit-border-radius:5px; /*滑道圆角宽度*/
}
::-webkit-scrollbar-thumb{
    background-color:#f1f2f6; /*滑动条表面*/
    border:solid 1px #C0C0C0; /*滑动条边框*/
    border-radius:8px;  /*滑动条圆角宽度*/
}
/*横竖滚动条交角*/
::-webkit-scrollbar-corner {
    background-color: #f1f2f6;
}
/*横竖滚动条交角图案*/
::-webkit-resizer {
    /*background-image: url(/public/img/resizer-inactive.png);*/
    background-repeat: no-repeat;
    background-position: bottom right;
}
/*鼠标滑过滑动条*/
::-webkit-scrollbar-thumb:hover{
    background-color:#F3F3E0;
}
.content{
	width: 100%;
    background-color: #f1f2f6;
    padding-top: 30px;
    position: relative;
    /* padding-bottom: 50px; */
}

h3 a, .box .title a{
	color: #333333;
    letter-spacing: 0;
    font-size: 16px;
}
.box .title a:hover{
    color: #0912a4 !important;
}

/*第一屏*/
.content-one{
	width: 100%;
    overflow: hidden;
}
.content-one .left-content{
	width: 840px;
	float: left;
}
.part1, .part2{
	overflow: hidden;
}
.part1{
	padding-bottom: 30px;
}
.part1 .part1_l{
	width: 530px;
    margin-right: 27px;
    float: left;
}
.part1 .part1_l .img{
	width: 100%;
    height: 300px;
    background-color: white;
}
.home-img{
	position: relative;
}
.home-img .img-title {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
	color: #fff;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
	color: #fff;
	padding: 16px 55px 16px 15px;
	font-size: 16px;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.85));
}
/*轮播*/
.swiper-button-next, .swiper-button-prev{
}
.swiper-pagination-fraction,.swiper-pagination-fraction>span{
    color: #ffffff;
}
.swiper-pagination-fraction{
    text-align: right;
    right: 20px;
    left: auto!important;
	bottom: 16px;
}
.swiper-button-next, .swiper-button-prev{
    opacity: 0.5;
}
.swiper-button-next:hover,.swiper-button-prev:hover{
    opacity: 1;
}

.part1 .part1_r{
	width: 250px;
    float: right;
    margin-right: 30px;
}
.index-banner-top{
	width: 250px;
    height: 142px;
    margin-bottom: 15px;
}
.part1_r .img{
	height: 142px;
    background-color: white;
    position: relative;
}
.part1_r .img img{
	width: 250px;
	height: 142px;
}
.part1_r .img .img-title{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.85));
    text-overflow:ellipsis;/*当对象内文本溢出时显示省略标记(...)；需与overflow:hidden;一起使用。*/
    overflow: hidden;
    -webkit-line-clamp: 2;/*设置显示几行文字*/
}

.part2 .news_box{
	width: 250px;
    height: 333px;
    display: inline-block;
    padding-right: 30px;
    float: left;
    margin-bottom: 27px;
    padding-top: 30px;
    border-top: 1px dotted #ccc;
}
.part2 .news_box:nth-child(3n){
	padding-right: 0;
}
.part2 .img_box{
	width: 100%;
    height: 142px;
    background-color: white;
}
.content-one .category{
	font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-size: 13px;
    border-radius: 2px;
    padding: 3px 10px;
    display: inline-block;
    margin: 15px 0px 10px;
    color: #0912a4;
    border: 1px solid #0912a4;
    letter-spacing: 2px;
}
.content-one .category:hover{
    background: #0912a4;
    color: #fff;
}
.part2 .news_box h3{
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
}
.part2 .news_box h3 a:hover{
	color: #0912a4;
}
.content-one .profile{
	font-family: '微软雅黑';
    font-weight: 400;
    font-size: 14px;
    color: #6B6B6B;
    line-height: 22px;
    margin-top: 5px;
    transition: all .5s linear;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 38px;
    overflow: hidden;
    word-break: break-all;
}
.content-one .time{
	font-size: 12px;
    margin: 13px 0 0px;
}
.content-one .time .dian{
	font-size: 18px;
	font-weight: bold;
	margin: 0 2px;
}
.content-one .time .author{
	color: #0912a4;;
}

.content-one .right-content{
	width: 360px;
    float: right;
    background-color: white;
    position: relative;
}

/*用户信息&登录*/
.user-card.logged{
	padding: 16px;
}
.user-card{
	background: #fff;
	border-bottom: 1px dashed #ccc;
    position: relative;
}
.user-card>div{
	width: 100%;
}
.show-monitor{
	display: inline-block;
}
.show-monitor img{
	width: 80px;
}
.user-card .user-info{
	clear: both;
}
.user-card .user-info .picture{
	width: 32px;
	height: 32px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	-webkit-filter: drop-shadow(4px 4px 20px rgba(0,0,0,.08));
	filter: drop-shadow(4px 4px 20px rgba(0,0,0,.08));
	float: left;
}
.user-card .user-info>div{
	height: 32px;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.user-card .user-info .name{
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #222;
	margin-left: 8px;
	margin-right: 4px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.user-card .user-info .icon-arrow{
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqBAMAAAA37dRoAAAAG1BMV…wqRlHcRqwo0AQVIm3DatkwVYoj9WVgTami2JTiyAEUAADwzjHkrymCMgAAAABJRU5ErkJggg==);
	background-size: contain;
}
.user-card .relate-num{
	padding: 20px 0 8px;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: center;
}
.user-card .relate-num a{
	width: 32%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 10px;
	background-color: #f1f2f6;
	border-radius: 8px;
}
.user-card .relate-num .num{
	line-height: 27px;
	font-weight: 700;
	color: #222;
}
.user-card .relate-num .num span:first-child{
	font-family: ByteNumber-center;
	font-size: 20px;
}
.user-card .relate-num .word{
	font-size: 14px;
	line-height: 16px;
	color: #505050;
}
.user-card .publisher{
	padding: 10px 0;
	background: #fff;
	border-radius: 8px;
}
.user-card .publisher .publish-item{
	display: inline-block;
	width: 32%;
	text-align: center;
	padding: 15px 0;
	background-color: #f1f2f6;
	border-radius: 5px;
}
.user-card .publisher .publish-item img{
	width: 34px;
	height: 34px;
}
.user-card .publisher .publish-item p{
	font-size: 14px;
	line-height: 20px;
	color: #222;
	margin-top: 2px;
}
.user-card.login{
	text-align: center;
}
.user-card .login-button{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #fff;
	background: #0912a4;
	border-radius: 6px;
	padding: 8px 32px;
}
/*未读消息*/
.user-card .unread-msg{
    position: absolute;
    top: 9%;
    right: 10%;
}
.user-card .unread-msg i{
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/icon/unread-msg.png");
    background-size: 100%;
    float: left;
    margin-top: 2px;
}
.user-card .unread-msg span{
    float: left;
    font-size: 12px;
    margin-left: 3px;
}

/*文章推荐*/
.content-one .right-content .focus1 h3{
	color: #333333;
    height: 65px;
    line-height: 65px;
    text-indent: 20px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
}
.content-one .right-content .focus1 .focus-box{
	width: 100%;
    padding: 15px 0;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
.content-one .right-content .focus1 .focus-box .main-focus{
    position: relative;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}
.focus-box .main-focus img{
	height: 200px;
}
.focus-box .main-focus .title{
	color: #ffffff;
    font-size: 18px;
    display: inline-block;
    padding: 12px 15px!important;
    text-align: left;
    background-color: rgba(0,0,0,.65);
    position: absolute;
    bottom: 9px;
    width: 92%;
}
.focus-box .main-focus .title a{
	color: #fff;
	font-weight: normal;
}
.content-one .right-content .focus1 .focus-box .focus-news{
	border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 6px 6px 6px 10px;
}
.focus-box .focus-news .title{
	display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #6b6b6b;
    width: 245px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding: 0;
    text-indent: 8px;
}
.focus-box .focus-news .title:hover{
    color: #0912a4 !important;
}
.focus-box .focus-news .img{
	width: 88px;
    height: 50px;
    background-color: gray;
    float: right;
}

/*第二部分内容*/
.content-two{
	overflow: hidden;
    margin-top: 25px;
    padding-bottom: 30px;
}
.content-two .left-content{
	width: 360px;
    background-color: white;
    float: left;
}
.content-two h3{
	color: #333333;
    font-size: 19px;
    font-weight: 700;
    margin: 20px;
}
.content-two .left-content li{
	border-top: 1px dotted #ccc;
}
.cc{
	position: relative;
    list-style-type: none;
    width: 345px;
    height: 60px;
    line-height: 60px;
    text-indent: 33px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.cc:hover{
    color: #0912a4 !important;
}
.cc::before{
	content: "●";
    position: absolute;
    left: -15px;
    top: -1px;
}
.content-two .left-content .all-tag-title{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	margin: 20px 0 0!important;
    padding: 20px;
}
.content-two .left-content .all-tag{
	padding: 20px;
}
.content-two .left-content .all-tag span{
	display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgba(153, 153, 153, 1);
    font-size: 12px;
    color: #666666;
    margin-right: 5px;
    margin-bottom: 10px;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -ms-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.content-two .left-content .all-tag span:hover{
	border: 1px solid #0912a4;
	color: #0912a4;
}
.content-two .right-content{
	width: 838px;
    float: right;
}
.content-two .right-content .box{
	width: 250px;
    float: left;
    margin-left: 28px;
    /*height: 450px;*/
    overflow: hidden;
    margin-bottom: 20px;
}
.content-two .right-content .box .h4{
	font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}
.content-two .right-content .box .h4:after{
	content: "";
    padding-left: 195px;
    background-repeat: no-repeat;
    background-position-y: 22px;
    background-position-x: 6px;
    position: absolute;
    top: 7px;
    right: -210px;
    height: 15px;
    background-color: #e4e7ef;
}
.content-two .right-content .box .img{
	height: 142px;
    background-color: white;
    margin-bottom: 25px;
}
.content-two .right-content .box .img img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.content-two .right-content .box .title{
	font-weight: 700;
    font-size: 18px;
    text-align: left;
    margin-bottom: 5px;
    padding: 0;
    height: auto;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.content-two .right-content .box .profile{
    height: 45px;
	font-weight: 400;
    font-size: 14px;
    color: #6B6B6B;
    line-height: 22px;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.content-two .right-content .box .list{
	font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    border-top: 1px dotted #cfcfcf;
    padding: 15px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.content-two .right-content .box .list a{
	color: #333333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.content-two .right-content .box .list a:hover{
    color: #0912a4 !important;
}
