﻿p {
    margin-top: 0;
    margin-bottom: 0;
}
img{
    max-width: inherit;
}
/*banner*/
.color1{
    color: rgb(20,116,233);
}
.color2{
    color: rgb(251,154,2);
 }
.news-banner{
    background-image: url("../image/news_banner_bg.jpg");
    display: flex;
    justify-content: center;
    position: relative;
}
.banner-text{
    font-size: 18px;
    color: rgb(78,78,78);
    margin-right: 200px;
}
.banner-title{
    margin-top: 100px;
}
.banner-con{
    width: 500px;
}
.banner-pic{
    padding-top: 40px;
    width: 500px;
}
.banner-bottom{
    width: 100%;
    position: absolute;
    background-color: rgba(255,255,255,0.5);
    padding: 9px;
    bottom: 0;
}
.banner-bottom-text{
    width: 1200px;
    margin: 0 auto;
}
.banner-bottom img{
    width: 14px;
    position: relative;
    bottom: 2px;
}
.arrow-margin{
    margin: 0 6px;
}
h1{
    letter-spacing: 2px;
}
.aboutus:hover,.zhuhuadt:hover{
    font-weight: bold;
    color: #1771eb;
    cursor: pointer;
}
.homeimg{
    cursor: pointer;
}
/*内容*/
.content{
    margin: 30px auto 120px;
    display: flex;
    width: 1200px;
}
.news-describe-title{
    font-size: 18px;
    color: black;
    font-weight: normal;
}
/*内容左侧*/
.right-menu-title{
    font-size: 18px;
    color: black;
    font-weight: normal;
}
.content-item{
    display: flex;
    width: 860px;
    height: 224px;
    border: 1px solid #fff;
    padding: 20px 20px;
    margin-right: 10px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 22.95px 4.05px rgba(132, 199, 238, 0.14);
}
.content-item:not(:first-child):not(:last-child){
    margin: 10px 10px 10px 0;
}
.content-item:first-child{
    margin-bottom: 10px;
}
.content-item:last-child{
    margin-top: 10px;
}
.content-item:hover{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(10, 148, 255);
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 22.95px 4.05px rgba(132, 199, 238, 0.14);
}
.news-pic{
    width: 324px;
    border-radius: 8px;
    transition: transform 200ms ease;
}
.time{
    margin-left: 2px;
    color: #777;
}
.news-pic:hover{
    position: relative;
    transform: scale(1.1,1.1);
    cursor: pointer;
}
.news-describe-title{
    margin-left: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-describe-text{
    margin-left: 2px;
    color: #777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-describe-title:hover{
    font-weight: bold;
    color: #1771eb;
    cursor: pointer;
}
.news-describe{
    position: relative;
    padding: 10px 20px;
}
.news-describe-bottom{
    position: absolute;
    bottom: 5px;
}
.news-tags{
    margin-top: 4px;
}
.news-tag{
    border: 1px solid rgb(34,136,237);
    color: rgb(92,165,243);
    padding: 2px 14px;
    border-radius: 18px;
    margin: 2px;
}
.news-tag:hover{
    background-color: rgb(34,136,237);
    color: white;
}

/*内容右侧*/
.right-menu-content{
    width: 320px;
    box-shadow: 0px 0px 22.95px 4.05px rgba(132, 199, 238, 0.14);
    border-radius: 10px;
    padding: 20px;
}
.right-content-title{
    display: flex;
}
.rig-icon2{
    width: 23px;
    height: 23px;
    position: relative;
    bottom: 3px;
    margin-right: 3px;
}
.hot-news-subtitle{
    display: flex;
}
.hot-news-subtitle-text{
    margin-left: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.hot-news-subtitle-text:hover{
    color: #1771eb;
    cursor: pointer;
}
.new-circle{
    position: relative;
    top:2px;
    width: 9px;
    height: 9px;
    margin: 7px;
}
.right-menu-tag{
    display: inline-block;
    height:28px;
    line-height: 26px;
    padding:2px 10px;
    margin:0 2px 6px;
    background-color: rgb(240,240,240);
    border-radius: 4px;
    color: rgb(98,98,98);
    cursor: pointer;

}
.right-menu-tag:hover{
    background-color: rgb(34,136,237);
    color: white;
}

.right-menu-tag-selected{
    background-color: rgb(34,136,237);
    color: white;
}
.right-menu-content:not(:first-child):not(:last-child){
    margin: 10px 0;
}

.menu-img{
    height: 184px;
    background: url("../image/free_trial_pic.jpg") no-repeat center;
    background-size: cover;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu-img:hover{
    background: url(../image/free_trial_pic_hover.jpg) no-repeat center;
    background-size: cover;
}
.zhuhua-wx:hover,.zhuhua-xt:hover {
    background-color: rgb(33,134,236);
    border-radius: 38px;
    height: 35px;
    text-align: center;
    width: 188px;
    font-size: initial;
    line-height: 35px;
    color: white;
    margin: 5px;
    cursor: pointer;
}
.zhuhua-wx,.zhuhua-xt {
    background-color: white;
    border-radius: 38px;
    height: 35px;
    text-align: center;
    width: 188px;
    font-size: initial;
    line-height: 35px;
    color: #1771eb;
    margin: 5px;
    cursor: pointer;
}

.article-detail {line-height: 2rem;}

