
.main{
    width: 100%;
    background: #f8fafc;
}
.main .layout{
    width: 1000px;
    padding: 0px 100px;
    z-index: 1;
    padding-bottom: 40px;
}
.main h1{
    font-size: 45px;
    color: #000;
    line-height: 75px;
    text-align: center;
    padding: 100px 138px 0px 138px;
}
.main .data{
    padding: 0px 138px;
    text-align: center;
    margin-top: 45px;
}
.main .data img{
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 15px;
}
.main .data span{
    font-size: 15px;
    color: #666;
	padding:0 10px;
}
.main .data span a{
    color: #666;
}
.main .data span em{
    color: #aaa;
	font-style: normal;
}
.main .data span i{
    font-style: initial;
    font-size: 18px;
    color: #262626;
    margin: 0px 16px 0px 7px;
}
.main .software{
    width: 725px;
    height: 105px;
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid #f1f1f1;
    margin-top: 55px;
    transition: transform .3s ease-in-out,translateY .3s ease-in-out,box-shadow .3s ease-in-out;
}
.main .software:hover {
    transform: translateY(-5px);
    box-shadow: rgb(0 61 131 / 10%) 0px 0px 26px;
}

.main .software .softIcon {
    position: relative;
}
/* 图片发光 */
.main .software .softIcon .softIcon-hover {
    background-color: var(--color);
    background-size: cover;
    background-repeat: no-repeat;
}
.main .software .softIcon .softIcon-hover{
    --size: 60px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 28px;
    left: 30px;
    background-image: var(--img);
    border-radius: 55px;
    opacity: .6;
    transform: scale(0) translateX(-50%);
    filter: blur(20px) opacity(70%);
    z-index: 0;
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}
.main .software:hover .softIcon-hover {
    transform: scale(1);
}

.main .software img{
    width: 65px;
    height: 65px;
    margin: 20px 0px 0px 27px;
}
.main .software span.floatL {
    margin-top: 25px;
    margin-left: 14px;
}
.main .software span.floatL h2{
    font-size: 24px;
    color: #24292f;
    font-weight: 500;
}
.main .software span.floatL p{
    font-size: 14px;
    color: #8d8d8d;
    margin-top: 10px;
}
.main .software span.floatR p{
    margin-top: 30px;
    margin-right: 28px;
}
.main .software span.floatR p span{
    color: #aaaaaa;
    font-size: 13px;
    margin-left: 20px;
}
.main .software span.floatR p span:nth-of-type(1){
    margin-left: 0px;
}
.main .software span.floatR p i.download{
    display: inline-block;
    width: 11px;
    height: 11px;
    background-position: -82px -4px;
    margin-right: 4px;
}
.main .software span.floatR p i.comment{
    display: inline-block;
    width: 13px;
    height: 11px;
    background-position: -98px -4px;
    margin-right: 4px;
}
.main .software span.floatR p i.time{
    display: inline-block;
    width: 11px;
    height: 11px;
    background-position: -118px -4px;
    margin-right: 4px;
}
.main .software span.floatR span.jt{
    display: block;
    width: 38px;
    height: 10px;
    background-position: -135px -5px;
    margin-top: 18px;
}
.main .software a{
    width: 100%;
    height: 106px;
    display: block;
}
.main .software a:hover span.floatL h2{
    color: #4690fe;
}
.main .software a:hover span.floatR span.jt{
    background-position: -177px -5px;
}
/* 文章内容 */
.article_content{
    width: 723px;
    margin: 0 auto;
    text-align: justify;
    margin-top: 48px;
}
.article_content p:nth-of-type(1){
    font-size: 24px;
    color: #000;
    line-height: 38px;
    font-weight: bold;
}
.article_content p:nth-of-type(1) span{
    font-size: 24px !important;
    color: #000;
    line-height: 38px;
    font-weight: bold;
}
.article_content p span[style="font-weight: bold;"]{
    font-size: 22px;
    color: #000;
    line-height: 38px;
    /* margin-top: 60px; */
    display: block;
}
.article_content p span[style="font-size: 9pt;"]{
    font-size: 16px !important;
}
.article_content p span[style="font-weight: bold;"] span[style="font-size: 9pt;"]{
    font-size: 22px !important;
}
.article_content p span[style="font-weight: bold;"]::after{
   content: '';
   width: 37px;
   height: 4px;
   background: #64a1f8;
   border-radius: 2px;
   display: block;
   margin-left: 6px;
   margin-top: 5px;
}
.article_content p img{
    max-width: 723px;
    border-radius: 5px;
    margin: 30px 0px;
}
.article_content p{
    font-size: 16px;
    color: #1f3549;
    line-height: 38px;
	text-indent: 2em;
	margin-top:10px;
}
.article_content p a{
    color: #0082ff;
}
/* 相关文章 */
.Related_articles{
    width: 100%;
    background:#f8fafc;
    overflow: hidden;
    padding-bottom: 50px;
}
.Related_articles .layout{
    margin-top: 40px;
}
.Related_articles h2{
    display: inline;
    color: #24292f;
    font-size: 30px;
    font-weight: 500;
    vertical-align: middle;
    margin-left: 5px;
}

.Related_articles .articleList ul{
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.Related_articles .articleList ul li{
    width: 586px;
    height: 139px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    margin-top: 20px;
    transition: transform .3s ease-in-out,translateY .3s ease-in-out,box-shadow .3s ease-in-out;
}
.Related_articles .articleList ul li a{
    display: block;
}
.Related_articles .articleList ul li img{
    width: 145px;
    height: 100px;
    border-radius: 5px;
    margin: 20px 0px 0px 20px;
}
.Related_articles .articleList ul li span.floatL{
    width: 280px;
    margin-left: 38px;
    margin-top: 23px;
}
.Related_articles .articleList ul li span.floatL .articleTitle{
    font-size: 20px;
    color: #24292f;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.Related_articles .articleList ul li span.floatL .articleTime{
    font-size: 16px;
    color: #aaaaaa;
    line-height: 24px;
    margin-top: 11px;
}
.Related_articles .articleList ul li span.jt{
    display: block;
    width: 38px;
    height: 10px;
    background-position: -135px -5px;
    margin-top: 64px;
    margin-right: 32px;
}
.Related_articles .articleList ul li:hover{
    box-shadow: 0 0 26px rgb(0 61 131 / 10%);
    background: #fff;
    transform: translateY(-5px);
}
.Related_articles .articleList ul li:hover span.jt{
    background-position: -177px -5px;
}
.Related_articles .articleList ul li:hover span.floatL .articleTitle{
    color: #3e8dff;
}
.footer{
    margin-top: 0px;
}
.main .layout::before{
    background: url('') !important;
}