﻿/*新闻资讯*/
.banner{height:400px; background: url(../img/banner_02.png);}
.banner_layer{text-align: center;color: #fff;}
.banner_layer h1{font-size: 50px; padding-top: 80px;}
.banner_layer .banner_sum{padding: 45px 0; font-size: 20px;}
.banner_layer button.banner_reg{font-size: 18px; background-color: #2988be;padding: 30px 35px; border-radius: 3px; color: #fff; opacity: 0.8;filter: alpha(opacity=80);}

.content{background-color: #f7f7f7;padding-bottom: 5px;}
.content .con_nav{height: 140px;  text-align: center;}

.content .con_nav span{font-size: 24px; display: inline-block;padding-bottom: 20px;margin:50px 60px 0px; cursor:pointer;}
.content .con_nav span.current{color: #00aeef; border-bottom: 4px solid #00aeef;}

.con_main .main{ background-color:#fff; padding: 30px; margin-bottom: 30px;}
.con_main .title{ font-size: 18px; padding-bottom: 30px; font-weight: 600; position: relative;}
.con_main .title i{position: absolute; right:0; top: 2px; background-image:url(../img/share.png); width:19px; height:20px;cursor: pointer;}
.con_main p{padding-bottom: 20px;}
.con_main p.sum{line-height:40px;}
.con_main p a{color: #959595;}

.con_main p span.place{margin-left:40px;color: #959595;}

.con_main p.sum i{cursor:pointer;}
.con_main p.sum i.fold{ color: #006df9;}
.con_main p.sum i.deploy{background-image: url(../img/icon.png); background-position: -307px -255px; background-color: #a0a0a0;width:40px; height:20px; border-radius: 2px;display:block;margin:20px auto 0;}

.pagination{background-color: #f7f7f7;}
.page{margin:65px auto; text-align: center;}
.pagination span{display: inline-block; padding:10px 20px; border:1px solid #00aeef; margin-right: 10px; border-radius: 3px; color: #00aeef;}
.pagination span.current{display: inline-block;border-radius: 3px; background-color:#00aeef;margin-right: 10px; color: #fff;}

/*新闻详情页*/
.con_main p.sum img{display: block;margin: 0 auto;}
/*api文档*/
.content .api_main{padding-top: 35px;}
.api_main .left_menu{line-height: 50px;background-color: #fff;}
.api_main .left_menu li span{margin: 10px;}
.api_main .left_menu li.current{background-color: #00aeef; color: #fff;}

.api_main .right_cont {max-width: 1035px;line-height: 25px;}
.api_main .right_cont .top_cont p{color:#333; font-weight: 600;}
.api_main .tab_cont table{border-collapse: collapse;width:100%;}
.api_main .tab_cont th,td,tr{height: 50px;line-height: 50px;text-align: center;}
.api_main .tab_cont th{background-color: #cceffc;}
.api_main .tab_cont td{background-color: #fff;}
.api_main .tab_cont tr{border-bottom: 1px solid #eaeaea;}
.api_main .tab_cont .title{margin: 10px 0;}
.api_main .tab_cont .title span{font-size: 16px; font-weight: 600;}

.api_main .right_cont  .bottom_sum{margin:20px 0;}
.api_main .right_cont  .bottom_sum i{color: #006df9;}
