.content{
    width: 1200px;
    margin:0 auto;
}
.content .content_top{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 18px;
    background-color: #fff;
    padding-bottom: 10px;
}
/* 轮播图 */
.box{
    position: relative;
    width:620px;
    height:320px;
    overflow: hidden;
    cursor: pointer;
}
.box ul{
    position:absolute;
    width:3720px;
    height:320px;
}
.box ul li img{
    vertical-align: top;
    width:620px;
    height:320px;
}
.box ol{
    position: absolute;
    bottom: 10px;
    right: -40px;
    width: 180px;
    height: 20px;
    border-radius: 8px;
}
.box ol li{
    width: 12px;
    height:12px;
    background-color: rgba(108, 112, 112, 0.5);
    margin-top: 4px;
    margin-left: 10px;
    float:left;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.box ul li{
    float:left;
}
.right{
    display: inline-block;
    width: 35px;
    height:60px;
    background-color: rgba(108, 112, 112, 0.5);
    position: absolute;
    right: 0;
    top:45%;
    color:white;
    line-height: 60px;
    text-align: center;
    display: none;
}
.left{
    display: inline-block;
    width: 35px;
    height:60px;
    background-color: rgba(108, 112, 112, 0.5);
    position: absolute;
    left: 0;
    top:45%;
    color:white;
    line-height: 60px;
    text-align: center;
    display: none;
}
.box:hover .right,.box:hover .left{
    display: block;
}
#ol .action{
    background-color: #fff;
    color:#000;
    width: 14px;
    height:14px;
}
.recommend_img{
    background: url(../images/news_recommend.png) no-repeat;
    width: 540px;
    background-color: #F5F5F5;
}
.recommend_img .title{
    text-align: center;
    font-size: 16px;
    padding:12px 25px;
    font-weight: 600;
}
.recommend_img .text{
    font-size: 14px;
    text-align: center;
    padding:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommend ul li{
    padding: 7px 0px;
    display: flex;
    justify-content: space-between;
}

.recommend ul li a{
    width:400px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recommend ul li span{
    font-size: 12px;
    padding-right: 5px;
}
.recommend ul li a::before{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background:#666;
    vertical-align: middle;
    margin-right: 10px;
}
.content_img_list{
    padding: 34px 10px 20px 10px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}
.content_img_list img{
    border-radius: 6px;
}
.content_roll .roll_news{
    display: flex;
    background-color: #056BCE;
    justify-content: space-between;
    color:#fff;
    align-items: center;
    padding:7px 20px;
}
.content_roll .roll_news .roll_title{
    font-size: 18px;
    position: relative;
    width: 80%;
    height: 38px;
    overflow: hidden;
}
.content_roll .roll_news .roll_title ul{
    width: 500px;
    position: absolute;
    top:0px;
    left: 50%;
    transform: translateX(-50%);
}
.content_roll .roll_news .roll_title ul li{
    padding:10px 0;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.content_roll .roll_news .roll_title ul li a{
    color:#fff;
}
.roll_news_content{
    margin-top: 23px;
    display: flex;
    justify-content: space-between;
}
.content_left{
    width: 70%;
    background-color: #fff;
}
.content_left .left_tabBar{
    padding-top: 10px;
    color:#056BCE;
}
.content_left .left_tabBar em{
    font-style: normal;
    padding:0 5px;
}
.content_left .left_tabBar .span_active{
    border-bottom: 3px solid #056BCE;
    color:#056BCE;
    font-weight: 600;
}
.content_left .left_tabBar span{
    padding:10px 20px;
    font-size: 18px;
}
/*修改了*/
.content_left .roll_relative{
    margin-bottom: 20px;
    position: relative;
}
/*修改了*/
.content_left .roll_relative .more_article{
    position: absolute;
    top:-32px;
    right:20px;
}
/*修改了*/
.content_left .roll_relative .more_article a{
    color:#056BCE;
}
.left_article{
    font-size: 15px;
    margin-top: 10px;
}
.policy .show{
    display: block !important;
}
.development .show{
    display: block !important;
}
.knowledge .show{
    display: block !important;
}
.policy .roll_absolute{
    display: none;
}
.development .roll_absolute{
    display: none;
}
.knowledge .roll_absolute{
    display: none;
}
.left_article .article_item{
    padding-left: 5px;
}
.left_article .article_title{
    width:380px;
    font-size: 18px;
    padding:30px 0 15px 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.article_title a{
    font-weight:bold;
}
.article_img_text{
    display: flex;
}
.article_img_text .text {
    display: -webkit-box;
    width: 220px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.article_text{
    height: 100px;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article_text a{
    padding-top:10px;
}
.article_img_text a {
    display: inline-block;
    color:#056BCE;
}
/*修改了*/
.article_item .article_info{
    padding: 15px 30px;
}
/*修改了*/
.article_item .article_info ul li{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
/*修改了*/
.article_item .article_info ul li a{
    position: relative;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-right:30px;
    min-width:0px;
    max-width: 600px;
}
/*修改了*/
.article_item .article_info ul li a img{
    padding-left: 5px;
    position: absolute;
    right:0px;
    top:3px;
}
.article_item .article_info{
    padding-top: 15px;
}
.left_more_article{
    width: 90%;
    line-height: 40px;
    color:#056BCE;
    text-align: center;
    margin: 15px auto;
    box-shadow: 5px 6px #F2F3F7;
    border-radius: 6px;
    font-weight: 500;
}
/* 右侧 */
.content_right .ranking_title{
    padding: 1px 10px;
    display: flex;
    color:#fff;
    background-color: #056BCE;
    align-items: center;
    justify-content: space-between;
}
.content_right .ranking_title img{
    padding-top: 3px;
}
.content_right .ranking ul{
    margin-top: 5px;
    padding:0 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.content_right .ranking ul li{
    padding:8px 5px;
    font-size: 15px;
    width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content_right .ranking ul li span{
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin-right: 8px;
}
.ranking{
    width: 336px;
}
.content_right .ranking ul li:nth-of-type(1) span{
    background-color: red;
    color:#fff;
}
.content_right .ranking ul li:nth-of-type(2) span{
    background-color: #FF9027;
    color:#fff;
}
.content_right .ranking ul li:nth-of-type(3) span{
    background-color: #E6B016;
    color:#fff;
}
.content_right .video_title{
    padding: 1px 10px;
    display: flex;
    color:#fff;
    background-color: #056BCE;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3px;
}
.content_right .video_title img{
    padding-top: 3px;
}
.video_recommed{
    width: 304px;
    margin-top: 20px;
    padding:12px 16px;
    background-color: #fff;
    border-radius: 5px;
}
.video_list .video_item a{
    display: flex;
    padding-top: 10px;
    justify-content: start;
    color:#000;
}
.video_list .video_item a:hover{
    color:#000;
}
.video_list .video_item img{
    border-radius: 5px;
}
.video_text{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 234px;
}
.video_text_title{
    font-size: 16px;
    font-weight: bolder;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.video_text_date{
    font-size: 12px;
    display: flex;
    color:#666;
    justify-content: space-between;
    padding: 5px 10px 0 0;
}
.video_text_date .span_active{
    color: #056BCE;
}
.mysql{
    width: 336px;
    margin-top: 7px;
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
}
.mysql_title{
    height: 36px;
    width: 304px;
    display: flex;
    color: #fff;
    background-color: #056BCE;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.mysql_title .mysql_img{
    padding:5px 0 1px 10px;
}
.mysql_more{
    padding-right: 10px;
}
.mysql_list{
    padding: 16px 0;
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.mysql_list a{
    color:#056BCE;
}
.mysql_list span{
    color:#056BCE;
    font-size: 14px;
}
.mysql_input{
    display: flex;
    justify-content: center;
    width: 322px;
    margin: 0 auto;
}
.mysql_input input{
    width: 252px;
    height: 37px;
    outline: none;
    border:1px solid #ccc;
    padding-left: 15px;
}
.mysql_input span{
    background-color: #056BCE;
    color:#fff;
    display: inline-block;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 70px;
    font-size: 28px;
    border:1px solid #056BCE;
}
.mysql ul li{
    display: flex;
    justify-content: space-between;
    padding:10px 0;
    margin: 0 8px;
    border-bottom: 1px solid #ccc;

}
.mysql ul li a{
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mysql ul li span:nth-of-type(2){
    font-size: 12px;
}
.mysql ul li:last-child{
    border-bottom:none;
}
.mysql ul li span:nth-of-type(2){
    color:#056BCE;
}


/*修改了二*/
.mysql ul li span:nth-of-type(1){
    display: flex;
    align-items: center;
}
.mysql ul li span:nth-of-type(1)>span{
    display: inline-block;
    width: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 5px;
    margin-left: 10px;
    font-size: 12px;
}
/*修改了二*/
.mysql ul li:nth-of-type(1) span:nth-of-type(1)>span{
    color: #fff;
    background-color: red;
}
/*修改了二*/
.mysql ul li:nth-of-type(2) span:nth-of-type(1)>span{
    color: #fff;
    background-color: #FF9027;
}
/*修改了二*/
.mysql ul li:nth-of-type(3) span:nth-of-type(1)>span{
    color: #fff;
    background-color: #E6B016;
}


.mysql_contact{
    border:1px solid #ccc;
    border-radius: 3px;
    margin-top: 20px;
    width: 290px;
    margin: 12px auto;
}
.mysql_consulting{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.consulting{
    width: 50px;
    height: 50px;
    background:url(../images/button.png);
    background-position: 55px 2px;
    padding:0 !important;
    background-size: 100px;
}
.mysql_consulting span{
    padding-top: 5px;
}
.mysql_consulting div{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    padding: 20px 20px 5px 20px;
}
.mysql_service{
    width: 100%;
    background-color:#056BCE;
    padding: 8px 0;
    color:#fff;
    text-align: center;
    border-radius: 5px;
}
.mysql_tel{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#056BCE;
}
.content_link{
    width: 1200px;
    margin:10px auto;
    background-color: #fff;
}
.link_relative .show{
    display: block;
}
.link_absolute{
    display: none;
}
.link_tabBar{
    padding: 5px 0;
    border-bottom: 3px solid #ccc;
}
.link_tabBar span{
    padding: 5px 25px;
    font-size: 18px;
}
.link_tabBar .span_active{
    color:#056BCE;
    border-bottom: 3px solid #056BCE;
    color:#056BCE;
}
.link_list{
    display: flex;
    flex-wrap: wrap;
}
.link_list ul{
    display: flex;
    flex-wrap: wrap;
    padding:15px 10px;
}
.link_list ul li{
    padding:5px 10px;
}