
/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */

html{
    font-size: 16px;
}
body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:1rem;
    font-weight:400;
    color: #505663;
    overflow-x: hidden;
    background-color: #f2f4f6!important;
}
a {
    color: #505663;
}
a:hover, a:active, a:focus {
    color: #505663;
    text-decoration:none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
h1, h2, h3, h4, h5{
    font-weight: bold;
}

@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl{
        max-width: 1400px;
    }
}
/*------------public style--------------*/
.top_part_cont{
    display: flex;
}
.lt_avator{
    width: 160px;
    height: 160px;
    border-radius: 5px;
    margin-right: 20px;
    margin-top: -35px;
    overflow: hidden;
	flex-shrink: 0;
}
.lt_avator img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.details_cont{
    width: 100%;
    padding-right: 15px;
}
.details_cont h1{
    font-size: 20px;
    color: #333;
    margin-bottom:0;
    margin-right: 15px;
}
.top_part_cont{
    padding:16px 30px;
}
.title_txt{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-bottom:5px;
}
.medal-icon img{
    width: 20px;
    margin-right: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.medal-icon img:hover{
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.header_cont{
    margin-bottom:20px;
}
.header_cont,.article_list{
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 1px 2px 12px -5px rgb(0 0 0 / 10%);
    box-shadow: 1px 2px 12px -5px rgb(0 0 0 / 10%);
}
.tags{
    margin-bottom:15px;
}
.tags span{
    /*background-image: url(../images/tags.png);*/
    background-color: #e6e4fe;
    color: #6e4bd8;
    display: inline-block;
    width: auto;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: 8px center;
    margin: 0;
    display: inline-block;
}
.details_cont p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    word-break: break-all;
    margin-bottom:15px;
	text-align: justify;
}
.contact_cont{
    /*display: flex;*/
    /*align-items: center;*/
    font-size: 14px;
    color: #666;
}
.contact_cont img{
    width: 14px;
    margin-right: 5px;
}
.contact_cont a{
    color: #ff6600;
}
.code_cont{
    padding-right: 10px;
}
.code_cont img{
    width: 140px;
    margin: 0 auto;	
}
.rt_txt{
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
.article_wrap{
    margin-bottom:20px;
}
.title2_txt h3{
    display: inline-block;
    color: #ff6600;
    border-bottom: 2px solid #ff6600;
    padding-bottom: 15px;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}
.title2_txt{
    border-bottom: 1px solid #ebeced;
    padding:30px 30px 0;
}
.body_article{
    padding:0 30px 70px;
}
.item_img{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 58%;
}
.item_img img{
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);

    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.item_img img:hover{
    -webkit-transform: scale(1.2) translate3d(-42%,-42%,0);
    transform: scale(1.2) translate3d(-42%,-42%,0);
}
.rt_cont{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.rt_cont h4{
    margin-bottom:20px;
    height: 48px;
    overflow: hidden;
}
.rt_cont h4 a{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    display: block;
}
.rt_cont h4 a:hover,.bottom_mode a:hover{
    color: #ff6600;
}
.bottom_mode{
    font-size: 12px;
    color: #999;
}
.rt_cont p{
    font-size: 14px;
    color: #999;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.data_time{
    margin-right: 25px;
}
.tag_txt img{
    margin-top:-3px;
}
.paddingRight{
    margin-right: 10px;
}
.item_cont{
    padding: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}
.item_cont:not(:last-child){
    border-bottom: 1px solid #ebeced;
}
.pagination_nav .pagination{
    justify-content: center;
    padding:0  30px 30px;
}
.recommend_cont{
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 1px 2px 12px -5px rgb(0 0 0 / 10%);
    box-shadow: 1px 2px 12px -5px rgb(0 0 0 / 10%);
}
.rt_header_cont{
    border-bottom: 1px solid #ebeced;
}
.rt_header_cont h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding:20px;
    margin-bottom: 0;
}
.com_list li{
    padding:20px 0;
}
.com_list li:not(:last-child){
    border-bottom: 1px solid #ebeced;
}
.com_item{
    padding:0 30px;
    text-align: center;
}
.com_item_txt .txt1,.com_item_txt .txt2{
    font-size: 14px;
    line-height: 21px;
    color: #999;
}
.txt1 .tagTxt{
    color: #fff;
    background: #f60;
    padding: 0 7px 1px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 12px;
}
.txt1 .contTxt{
    color:#000;
}
.txt1 .contTxt:hover{
    color:#f60;
}
.com_btn{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 30px;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: #ff6600;
    border: 1px solid #ff6600;

    width: 94px;
    height: 32px;
    margin: 16px auto 0;
}
.com_btn:hover{
    color: #fff;
}
.com_item_txt{
    margin-top:5px;
}
.com_item_txt >p.font-bold{
    color:#000;
}

.pagination_nav .page-link{
    border:none;
    color:#ff6600;
}
.page-link:focus{
    box-shadow: none;
}
.page-item.active .page-link{
    background-color:#ff6600;
}

.article_wrap{
    padding-top: 77px;
}

.cont-pad{
	padding-bottom:5px
}

/*dialog弹框*/
.dialog_btn span,.dialog_btn button{
    width: 174px;
    background: #DC283B;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding:13px 5px;
    display: inline-block;
    cursor: pointer;
}
.dialog_analyze .modal-header{
    padding:15px 44px;
    background: linear-gradient(90deg, #FF887C, #BF3744);
}
.dialog_analyze .modal-title{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.dialog_analyze .modal-body{
    padding:23px 44px 43px;
}
.dialog_analyze .col-form-label{
    font-size: 14px;
    font-weight: 400;
    color: #5F5F5F;
    padding:0;
    text-align: left;
}
.dialog_analyze .form-group{
    align-items: center;
    margin-bottom: 20px;
}
.dialog_btn{
    margin-top:35px;
}

.dialog_analyze .modal-header .close{
    padding-right: 0;
}
.dialog_analyze .modal-content{
    border-radius: 14px;
    overflow: hidden;
    border:5px solid rgba(255,255,255,.2);

}

@media (min-width:520px) and (max-width:768px) {
    .contact_cont .colItem{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .contact_cont .colItem{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width:576px){
    .dialog_analyze .modal-body {
        padding: 20px;
    }
	.top_part_cont {
		padding: 16px 15px;
	}
	.com_item{
		padding:0 15px;
	}
}
/*dialog弹框结束*/


@media (min-width:992px) and (max-width:1199px){
    .article_wrap{
        padding-top: 145px;
    }
}
@media (max-width:991px) {
    .article_wrap{
        padding-top: 77px;
    }
}
@media (max-width:768px) {
    .body_article {
        padding: 0 30px 30px;
    }
    .top_part_cont,.rt_txt{
        display: block;
    }
    .details_cont{
        width: 100%;
    }
    .lt_avator {
        width: 80px;
        height: 80px;
        border-radius: 80px;
    }
}
@media (max-width:768px) {
    .lt_avator{
        margin-top: -54px;
    }
    .code_cont img{
        margin: 15px auto 10px;
		width:160px;
    }
    .lt_avator {
        width: 60px;
        height: 60px;
        border-radius: 60px;
    }
    .title2_txt {
        padding: 10px 15px 0;
    }
    .body_article {
        padding: 0 15px 30px;
    }
    .item_img {
        margin-bottom: 0;
    }
    .tag_txt img {
        width: 16px;
    }
    .data_time {
        display: block;
    }
    .rt_cont {
        margin-top: 10px;
    }
    .rt_cont p {
        margin-bottom: 0;
    }
}
@media (max-width:370px) {
    .article_wrap {
         padding-top:122px;
    }
}

