body{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit*/
    font-size:16px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(184,192,204,1);
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size:16px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(184,192,204,1);
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size:16px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(184,192,204,1);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
    font-size:16px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(184,192,204,1);
}
/*--header--*/

.header0 {
    width: 100%;
    height: 5%;
    background: transparent;
}

/*上下高度5%；中间盒子高度90%*/
.main0 {
    overflow: hidden;
    width: 100%;
    height: 90%;
}


.downloadInfo{
    margin-left:21% ;
    width:56%;
    height:80px;
    background:rgba(242,244,247,1);
    border-radius:2px;
}
.downloadInfo button{
    float: right;
    margin-right: 20px;
    margin-top: 18px;
    width:100px;
    height:44px;
    background:rgba(31,39,51,1);
    border-radius:4px;
    font-size:16px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(255,255,255,1);
}
.downloadInfo img{
    height: 27px;
    width: 27px;
    margin-left: 36px;
    line-height: 80px;
}
.downloadInfo span{
    margin-left: 8px;
    font-size:16px;
    font-family:MicrosoftYaHeiUI-Bold;
    font-weight:bold;
    line-height: 80px;
    color:rgba(31,39,51,1);
}

.closelogo{
    margin-top: 8px;
    margin-right: 10px;
    height: 12px;
    width: 12px;
    float: right;
    background: url("../../images/login/icon_close_default.png");
}
.closelogo:hover{
    background: url("../../images/login/icon_close_hover.png");
}

/*上下高度5%；中间盒子高度90%*/
.footer .footer0 {
    width: 100%;
    /*height: 53px;*/
    background:transparent;
    text-align: center;
}

.header1 {
    width: 100%;
    height: 550px;
    position: relative;
}

/*上下高度5%；中间盒子高度90%*/
.main1 {
    width: 100%;
    min-height:830px ;
    margin-top: 20px;
}

/*上下高度5%；中间盒子高度90%*/
.footer .footer1 {
    width: 2180px;
    height: 83px;
    background: #1F2733;
    display: table-cell;
    vertical-align: middle;

}


.header2 {
    width: 100%;
    height: 66px;
    position: relative;
    background: transparent;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
}

/*上下高度5%；中间盒子高度90%*/
.main2 {
    width: 100%;
    height:830px;
    #height:950px;
    _height:890px;

}


/*上下高度5%；中间盒子高度90%*/
.footer .footer2 {
    width: 2180px;
    height: 83px;
    background: #1F2733;
    display: table-cell;
    vertical-align: middle;

}

.header2 .top-icons a {
    color: #1F2733;
    text-decoration: none;
}

.header2 .top-icons a:hover {
    color: #096EFF;
    text-decoration: none;
}

/*---------- footer -----------*/
.footer .footer2 .center-block,.footer .footer1 .center-block {

    width:531px;
    height:13px;
    font-size:12px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(184,192,204,1);
    opacity:0.5;
    width: 100%;
    line-height: 0px;
    text-align: center;
}

.footer .footer0 .center-block {
    width:531px;
    height:13px;
    font-size:12px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.5;
    width: 100%;
    line-height: 0px;
    text-align: center;
}

/*---------- footer -----------*/


.top-nav .logo  {

    font-size: 20px;
    font-family: MicrosoftYaHeiUI-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.top-nav .logo .logo-icon
{
    display:block;
    max-width: 60%;
    height:40px
}

.header2 .top-nav .logo  {
    font-size: 20px;
    font-family: MicrosoftYaHeiUI-Bold;
    color: rgba(9, 110, 255, 1);
    font-weight: bold;
    line-height: 0px;
}




/*--- slider-css --*/
.banner .bannerlaw
{
    text-align:center;
    height: 520px;
    background-image: url(../images/law/banner.png);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}
.banner .bannerlaw span{
    font-size:60px;
    line-height:50px;
    top:210px;
    text-align:center;
    width:500px;
    position:relative;
    color:#fff;
    font-family: "SourceHanSerifCN-Heavy"
}

.slider {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    height: 550px;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

.rslides li :first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: 100%;
    float: left;
    width: 100%;
    border: 0;
}

.rslides_tabs {
    position: absolute;
    bottom: 32%;
    z-index: 999;
    right: 4%;
}

.rslides_tabs li {
    display: block;
    margin-bottom: 5px;
}

h1 {
    margin: 0px !important;
}

.rslides_tabs a {
    border: 2px solid #fff;
    border-radius: 50%;
}

.rslides_tabs li :first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    color: #fff;
    font-weight: bold;
}

#slider3-pager a {
    display: inline-block;
}

#slider3-pager img {
    float: left;
    display: block;
}

#slider3-pager .rslides_here a {
    background: transparent;
    border: 2px solid #efbe0c;
}

#slider3-pager a {
    padding: 4px;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*-- //slider-css --*/

/*-- navigation --*/
/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(
            0
    );
    transform: translateZ(
            0
    );
    box-shadow: 0 0 1px rgba(
            0,
            0,
            0,
            0
    );
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center :before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #f44639;
    height: 4px;
    -webkit-transition-property: left,
    right;
    transition-property: left,
    right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center :hover :before, .hvr-underline-from-center :focus :before, .hvr-underline-from-center :active :before {
    left: 0;
    right: 0;
}

.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a :hover, .navbar-default .navbar-nav > .active > a :focus {
    color: #99abd5;
    background: none !important;
}

.navbar-nav > li {
    margin: 0 0.5em;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 1.2em;
    padding: 1.8em 1em;
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a :hover, .navbar-default .navbar-nav > li > a :focus, .navbar-default .navbar-nav li a .active {
    color: #f44639 !important;
    background: none !important;
}

.navbar-right {
    float: left !important;
    margin-right: 0px !important;
}

.navbar-collapse {
    padding: 0 !important;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.header {
    position: relative;
}

.top-nav {
    margin-left: 5%;
    float: left;
}


/*-- //top-nav --*/
/*--// navigation --*/

/*-- header --*/




.top-icons ul li {
    font-size: 1.5em;
    margin-left: 20px;
}

.top-icons ul li a {
    color: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

.top-icons ul li a :hover {
    color: #efbe0c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

.top-icons ul {
    margin-top: 0px;
}

.top-icons ul li a span {
    font-size: medium;
}

nav .navbar .navbar-default {
    right: 14px;
}

ul #slider3-pager li a img {
    border-radius: 50%;
}

.slider-info {
    position: absolute;
    z-index: 999;
    top: 39%;
    left: 11%;
}

.slider-info h4 {
    color: #fff;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Gudea',
    sans-serif;
    letter-spacing: 1px;
}

.slider-info h4 span, .slider-info h6 span {
    color: #efbe0c;
}

.slider-info p {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 4px;
    line-height: 3;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Gudea',
    sans-serif;
}

.slider-info h6 {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Gudea',
    sans-serif;
    letter-spacing: 4px;
}

/*--// header --*/
/*--about--*/
.count {
    text-align: center;
}

.agile_count_grid_left {
    font-size: 2em;
    color: #efbe0c;
}

.count h5 {
    font-size: 1.7em;
    color: #777;
    font-family: 'Gudea',
    sans-serif;
}

p
.counter {
    font-size: 2.5em;
}

.about-info {
    margin-top: 3em;
}

.about-info img {
    float: left;
    width: 50%;
}

.about-info2 {
    float: right;
    width: 50%;
    padding: 2em;
}

.about-info2 h4 {
    font-size: 1.7em;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-family: 'Gudea',
    sans-serif;
    font-weight: 700;
    color: #333;
}

.about-info2 p {
    line-height: 1.9em;
    font-size: 1.1em;
    color: #777;
}

.view2 {
    font-size: 18px;
    color: #fff;
    background: #333;
    padding: 10px 12px;
    margin: 18px 0px;
    display: inline-block;
    font-family: 'Gudea',
    sans-serif;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.view2 :hover {
    color: #efbe0c;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.modal-header h5 {
    color: #efbe0c;
    font-size: 1.3em;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.modal-header span {
    font-size: 1.1em;
    color: #777;
    letter-spacing: 2px;
    line-height: 33px;
    padding-bottom: 16px;
    display: inline-block;
    margin-top: 1em;
}

/*--//about--*/

/*--services--*/

.services {
    background-color: #f1f1f1;
    background-size: cover;
    position: relative;
    /*margin-left: 180px;*/
    width: 1666px;
    margin: 0 auto;
}

.services h3{
     font-size: 2em;
     color: #333;
     font-family: 'Gudea', sans-serif;
     font-weight: 700;
     text-align: center;
     margin: 80px 0 40px 0;
     text-transform: uppercase;
 }
 .agile-prod h3{
    font-size: 2em;
    color: #333;
    font-family: 'Gudea', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 30px 0 40px 0;
    text-transform: uppercase;
}



/*---------- 功能 -----------*/

.listing-item {
    list-style: none;
    display: inline-block;

    margin:0 0 0px 220px;
    width: 100%;
    text-align: center;

}

.wrap-card {
    background: #fff;
    position: relative;
    height: 300px;
    width: 216px;
}

.fpp {
    background-image: url(../images/index/s1.png);
    background-size:216px 300px ;
}

.fmm {
    background-image: url(../images/index/s2.png);
    background-size:216px 300px ;
}

.asm {
    background-image: url(../images/index/s3.png) ;
    background-size:216px 300px ;
}

.ainfo {
    background-image: url(../images/index/s4.png) ;
    background-size:216px 300px ;
}

.rescue {
    background-image: url(../images/index/s5.png);
    background-size:216px 300px ;
}

.l_title p {
    background: transparent;
    font-size: 14px;
    margin-top: 30px;
    height: 150px;
}

.l_dn t {
    width: 90%;
    color: white;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.l_dn p {
    width: 90%;
    color: white;
    font-size: 13px;
    line-height: 150%;
    text-align: center;
}

/*--//services--*/

/*特色*/
.portfolio {
    margin-left: 230px;
}

.portfolio li {
    background: none;
    width: 250px;
    height: 308px;
    border: 0px;
    position: relative;
    float: left;
    text-align: center;
    list-style: none
}

.portfolio li .tu {
    display: inline-block;
    *display: inline;
    zoom:1;
    width: 130px;
    height: 130px;
    margin-bottom: 0px;
}

.portfolio li .tu_montitor {
    background: url(../images/index/icon_monitor.png) no-repeat center center;
}

.portfolio li .tu_bigdata {
    background: url(../images/index/icon_bigdata.png) no-repeat center center;
}

.portfolio li .tu_distributed {
    background: url(../images/index/icon_distributed.png) no-repeat center center;
}

.portfolio li .tu_internet {
    background: url(../images/index/icon_internet.png) no-repeat center center;
}

.portfolio li a {
    color: #818181;
}

.portfolio li .name {
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding-top: 5px;
    font-size: 20px;
}

.portfolio li p {
    line-height: 30px;
    color: #818181;
    font-size: 14px;
    width: 160px;
    margin-left: 40px;
}

.portfolio li .f_line {
    width: 90%;
    margin: 0px auto;
    height: 2px;
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 99;
    background: #000;
    display: none;
}

/*特色*/
/*--//products--*/
/*app */
.app {
    margin-left: 350px;
}

.app
li {
    background: none;
    width: 250px;
    height: 300px;
    position: relative;
    float: left;
    text-align: center;
    list-style: none
}

.app li .tu {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 160px;
    height: 160px;
    margin-bottom: 20px;
}

.app li a {
    color: #818181;
}

.app li .name {
    width: 100%;
    height: 50px;
    line-height: 30px;
    padding-top: 5px;
    font-size: 20px;
}

.app li p {
    line-height: 30px;
    color: #818181;
    font-size: 14px;
}

.app li .f_line {
    width: 90%;
    margin: 0px auto;
    height: 2px;
    position: absolute;
    left: 10px;
    bottom: 0px;
    z-index: 99;
    background: #000;
    display: none;
}

/*app */



/*-- //Responsive --*/
/*-- elements --*/
.btn .btn-blue {
    background: #1d78cb;
    color: #000000;
}


.post-title a {
    font-size: 16px;
    color: #3e0a09;
}

.post-title a :hover {
    font-size: 16px;
    color: #096EFF;
}


/*-- search --*/

.law-container #search{
    width: 475px;
    margin: 0 0 0px 30px;
}

    /*设置选项卡：即设置ul下的a标签样式*/
#search > ul a {
    font-size: 10px; /*字体大小*/
    font-family: Tahoma,Arial,'Hiragino Sans GB'; /*字体*/
    text-decoration: none; /*取消下划线*/
    color: #000; /*颜色：黑色*/
    display: block;
    width: 50px;
    height: 50px;
    text-align: center; /*居中*/
    line-height: 50px;
}

/*鼠标放上来的时候ul下的a标签样式：变色*/
#search > ul a:hover {
    background-color: #F9E6E6;
}

/*类样式*/
.cls {
    clear: both; /*清除浮动*/
}

/*设置搜索框*/
#txt {
    width:415px;
    height:50px;
    background:rgba(255,255,255,1);
    float: left;
    outline: none; /*取消输入时的小蓝筐*/
    border-width: 0; /*取消text的边框*/
}
#txt input {
    width: 465px;
    height:50px;
    /*outline: none; !*取消输入时的小蓝筐*!*/
    /*border-width: 0; !*取消text的边框*!*/
    border:1px solid rgba(242,244,247,1);
}

#txt input:focus{
    width: 465px;
    height:50px;
    /*outline: none; !*取消输入时的小蓝筐*!*/
    /*border-width: 0; !*取消text的边框*!*/
    border:1px solid rgb(242, 155, 0);
}

/*搜索样式*/
#btn {
    position: relative; /*定位*/
}

#btn .search-btn {
    float: right;
    width: 50px;
    height: 49px;
    font-size: 20px;
    background: rgba(9, 110, 255, 1) url("../images/law/icon_search@3x.png") no-repeat center;
    background-size:20px 20px;
    border-width: 0;
    color: #fff;
    font-family: 微软雅黑; /*字体*/
    word-spacing: normal;
    font-weight: bold;
}

#btn .search-btn-down {
    float: right;
    width: 50px;
    height: 49px;
    font-size: 20px;
    background: #085ACC url("../images/law/icon_search@3x.png") no-repeat center;
    background-size:20px 20px;
    border-width: 0;
    color: #fff;
    font-family: 微软雅黑; /*字体*/
    word-spacing: normal;
    font-weight: bold;
}

.search {
    font-size:16px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(31,39,51,1);
    padding-right: 50px;
    text-align: left;
    padding-left: 20px;
    /*margin-left: 30px;*/
}

.search-container .search-content, .law-detail-container .law-detail-content
{
    width: 100%;
    height: 1100px;
    /*border: 1px solid #ddd;*/
    /*box-shadow: 0 0 2px #ddd;*/
    margin: 30px 0 0 100px;
    /*处理超出的内容*/
    overflow: hidden;
}

.law-detail-container .law-icon img {
    width: 237px;
    height: 236px;
    margin: 30px 0 0 190px;
}


/*设置搜索框*/
.search-container #txt {
    width:635px;
    height:50px;
    background:rgba(255,255,255,1);
    float: left;
    outline: none; /*取消输入时的小蓝筐*/
    border-width: 0; /*取消text的边框*/
}
.search-container #txt input {
    width: 720px;
    height:50px;
    /*outline: none; !*取消输入时的小蓝筐*!*/
    /*border-width: 0; !*取消text的边框*!*/
    border:1px solid rgba(242,244,247,1);
}

.search-container #btn {
    position: relative; /*定位*/
}

.search-container #btn .search-btn {
    float: left;
    width: 114px;
    height: 49px;
    font-size: 20px;
    background: rgba(9, 110, 255, 1) url("../images/law/icon_search@3x.png") no-repeat center;
    background-size:20px 20px;
    border-width: 0;
    color: #fff;
    font-family: 微软雅黑; /*字体*/
    word-spacing: normal;
    font-weight: bold;
}

.search-container #btn .search-btn-down {
    float: left;
    width: 114px;
    height: 49px;
    font-size: 20px;
    background: #085ACC url("../images/law/icon_search@3x.png") no-repeat center;
    background-size:20px 20px;
    border-width: 0;
    color: #fff;
    font-family: 微软雅黑; /*字体*/
    word-spacing: normal;
    font-weight: bold;
}

.search-container .search {
    font-size:16px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(31,39,51,1);
    padding-right: 50px;
    text-align: left;
    padding-left: 20px;
    margin-left: 30px;
}


.search-container .laws{
    margin: 60px 0 0 0px;
}

.search-container .total hr {
    background:rgba(242,244,247,1);
    width: 90%;
    margin: 10px 0 0 0;
    text-align:left;
}

.search-container .laws-list hr{
    background:rgba(242,244,247,1);
    width: 90%;
    margin-left: 0px;
    margin-top: 15px;
    text-align:left;
}

.search-container .total
{
    margin-left: 30px;
}

.search-container  .total span
{
    width:143px;
    height:15px;
    font-size:14px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(184,192,204,1);
}

.search-container .law-icon{
    margin: 30px 0 0 200px;
}

.search-container .law-icon img {
    width: 237px;
    height: 236px;
}

.law-container
{
    margin: 45px 0 45px 0px;
    background: white;
}


/*-- search --*/
.notice-container {
    margin: 45px 0 0 300px;
    background: white;
}

.notice-container .notice-title,.law-detail-container .law-title{

    height:22px;
    font-size:20px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    color:rgba(31,39,51,1);
}

.notice-container .notice-createtime ,.law-detail-container .law-createtime{
     font-size:14px;
     font-family:MicrosoftYaHei;
     font-weight:400;
     color:rgba(122,135,153,1);
 }

.notice-container .notice-createtime span ,.law-detail-container .law-createtime span{
   margin: 0px 0 0 5px;
}

.notice-container .notice-content {
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(71,84,102,1);
}

.notice-container .notice-content p {
    text-indent: 2em;
    line-height: 180%;
    margin: 10px;
}

.notice-icon img{
    width: 237px;
    height: 236px;
    margin: 0px 0 0 50px;
}

.notices {
    border: 2px solid #F2F4F7;
}

.notices .widget-title {
    background-color: white;
    font-weight: bolder;
    border-bottom: 1px solid #F2F4F7;
    color: #096EFF;
    padding: 0 0 10px 20px;
    font-size: 16px;
}

.notices .title span {
    border-bottom: 1px solid #096EFF;
    padding: 0 0 10px 0px;
}


.notices-list {
    margin: 0 0px 15px 20px;
}

.notices .notices-list a, .notices .notices-list a:link{
    font-size:16px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(31,39,51,1);
    line-height:28px;
    text-decoration: none;

}
 .notices .notices-list a:hover{

     color:rgba(9,110,255,1);

}

.notices .notices-list .date {
    padding: 10px;
    color: #7A8799;

}

.notices hr {
    height: 3px;
    margin: 15px 0 15px 0;
}

.notice-container .annex {
  margin: 100px 0 30px 0;
}

.notice-container .annex .annex-header{
    margin: 10px 0 0px 0;
}

.notice-container .annex .annex-list{

}

.notice-container .annex  ul li a, .notice-container .annex  ul li a:link{
    font-size: 14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(31,39,51,1);
    line-height:28px;
    text-decoration: none;
}

.notice-container .annex  ul li a:hover{

    color:rgba(9,110,255,1);

}

.law-content{
    margin-top: 40px;
}

.laws ul {
    margin: 20px 0 0px 0px;
    list-style: none;
}


.law-content hr {
    background:rgba(242,244,247,1);
    width: 90%;
   margin-left: 0px;
    text-align:left;
}

.laws .laws-list li .law-title ,.laws .laws-list li .law-title:link{
    font-size:18px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(31,39,51,1);
    text-decoration: none;
}

.laws .laws-list li .law-title:hover{

    color:rgba(9,110,255,1);
    text-decoration: none;
}


.laws .laws-list .icon-time
{
    width: 14px;
    height: 14px;

}

.laws .laws-list .date {
    display: inline-block;
    #display: inline;
    color: #7A8799;
    padding: 5px ;
}
.laws .laws-list .date span{
    margin: 0px 0 0 10px
}

.laws .laws-list .download {
    display: inline-block;
    #display: inline;
    margin-left: 20px;
}

.laws .laws-list .download  a{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(122,135,153,1);
    text-decoration: none;
}

.laws .laws-list .download a:hover{
    font-size:14px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(71,84,102,1);
    text-decoration: none;
}


.law-content .pagination, .search-content .pagination
{
    float: right;
}

.widget-title {
    font-size: 18px;
    margin: 15px 0 25px 0px;
}

.contact .content {
    background: white;
    text-align: center;
    padding-top: 50px;
}

.contact .content .title {

    font-size:28px;
    font-family:MicrosoftYaHeiUI-Bold;
    font-weight:bold;
    color:rgba(31,39,51,1);
    text-align: center;
    margin: 50px 0 0 0;
}

.contact .content .address {
    font-size:16px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(31,39,51,1);
    line-height: 0px;
    text-align: center;
    margin: 40px 0 20px 20px;
}

.contact .content .detail {
    font-size:14px;
    font-family:MicrosoftYaHeiUI;
    font-weight:400;
    color:rgba(122,135,153,1);
    text-align: center;
    margin: 10px 0 20px 10px;
    margin-top: 20px;
}

.contact .map {
    width: 100%;
    text-align: center;
    margin-top:50px;
}

.contact .map .container {
    width: 750px;
    height: 450px;
    text-align: center; /*让div内部文字居中*/
    margin: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	. TAB
/*-----------------------------------------------------------------------------------*/
.law-container #tab {
    width: 100%;
    height: 1100px;
    /*border: 1px solid #ddd;*/
    /*box-shadow: 0 0 2px #ddd;*/
    margin: 30px 0 0 0px;
    padding: 30px 0 0 0px;
    /*处理超出的内容*/
    overflow: hidden;
}

/*选项卡的头部*/
.law-container #tab-header {
    height: 33px;
    text-align: center;
    position: relative;

}

.law-container #tab-header ul {
    width: 500px;
    position: absolute;
    left: -1px;
    list-style: none;
    margin-bottom: 20px;
}

.law-container #tab-header ul li {
    float: left;
    width: 98px;
    height: 50px;
    line-height: 50px;
    font-size:16px;
    font-family:MicrosoftYaHei-Bold;

}

.law-container #tab-header ul li hr{
    width: 640px;
    margin-top: 0px;
}

.law-container .law-selected hr{
    background-color: white;
    font-weight: bolder;
    color: #096EFF;
    /*border-left: 1px solid #096EFF;*/
    /*border-right: 1px solid #dddddd;*/
    font-weight:bold;
    padding: 0;
}

.law-container .law-selected {
    background-color: white;
    font-weight: bolder;
    border-bottom: 1px solid #096EFF;
    color: #096EFF;
    /*border-left: 1px solid #096EFF;*/
    /*border-right: 1px solid #dddddd;*/
    font-weight:bold;
    padding: 0;
}

.law-detail-container .pdf-container iframe
{
    width: 884px;
    height: 696px;
}



/*-----------------------------------------------------------------------------------*/
/*-- //TAB --*/

/*下箭头*/
.arrow-box {
    float: right;
    position: relative;
}

.bottom {
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: 5px;
    margin-top: 12px;
    z-index: 2; /*兼容ie8-*/
}

.bottom-arrow1,
.bottom-arrow2 {
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 5; /*兼容ie8-*/
    border-bottom: 5px transparent dashed;
    border-left: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-top: 5px transparent solid;
    overflow: hidden;
}

.bottom-arrow1 {
    top: 1px; /*重要*/
    border-top: 10px white solid;
}

.bottom-arrow1 :hover {
    top: 1px; /*重要*/
    border-top: 10px #efbe0c solid;
}

/*-- navigation --*/

.header {
    position: relative;
}

.agile-top-header {
    position: absolute;
    z-index: 999;
    margin-right: 10px;
    top: 5px;
    width: 100%;
}

.top-nav {
    float: left;
    margin-left: 5%;
    margin-top: 10px;

}

.top-icons {
    float: right;
    margin-right: 3%;
    margin-top: 10px;
}

.top-icons ul li {
    display: inline-block;
    *display: inline;
    font-size: 12px;
}

.top-icons ul li .user-icon {
    padding: 5px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

.top-icons ul
.active {
    font-weight: bold;
}

.top-icons
.dropdown-toggle {
    font-size: 16px;
}

@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none){

    .header1 {
        width: 100%;
        height: 550px;
        position: relative;
    }

    /*上下高度5%；中间盒子高度90%*/
    .main1 {
        width: 100%;
        min-height:830px ;
    }

    /*上下高度5%；中间盒子高度90%*/
    .footer .footer1 {
        width: 2180px;
        height: 87px;
        background: #1F2733;
        display: table-cell;
        vertical-align: middle;

    }
    /*兼容IE11*/

    /*上下高度5%；中间盒子高度90%*/
    .main2 {
        width: 100%;
        height:940px;

    }

    /*上下高度5%；中间盒子高度90%*/
    .footer .footer2 {
        width: 2290px;
        height: 60px;
    }

    .header0 {
        width: 100%;
        height: 5%;
        background: transparent;
    }

    /*上下高度5%；中间盒子高度90%*/
    .main0 {
        overflow: hidden;
        width: 100%;
        height: 90%;
    }

    /*上下高度5%；中间盒子高度90%*/
    .footer .footer0 {
        width: 100%;
        background:transparent;
        text-align: center;
    }

    .footer .footer0 .center-block {
        width:100%;
        height:13px;
        font-size:12px;
        font-family:MicrosoftYaHeiUI;
        font-weight:400;
        color:rgba(255,255,255,1);
        opacity:0.5;
        width: 100%;
        line-height: 0px;
        vertical-align: middle;
    }

    .footer .footer2 .center-block,.footer .footer1 .center-block {
        width:100%;
        height:13px;
        font-size:12px;
        font-family:MicrosoftYaHeiUI;
        font-weight:400;
        color:rgba(184,192,204,1);
        opacity:0.5;
        width: 100%;
        line-height: 0px;
        text-align: center;
    }
}
/* 设置了浏览器宽度不大于1040px时 */
@media screen and (max-width: 1920px) {

    .agile-top-header {
        position: absolute;
        z-index: 999;
        top: 5px;
        margin-right: 10px;
        width: 100%;
    }

    .portfolio {
        margin-left: 200px;
    }

    .services {
        background-color: #f1f1f1;
        background-size: cover;
        position: relative;
        /*margin-left: 180px;*/
        width: 100%;
        margin: 0 auto;
    }


    .listing-item {
        list-style: none;
        display: inline-block;
        width: 100%;
        margin:0 0 0px 0px;
        text-align: center;

    }

    .wrap-card {
        background: #fff;
        position: relative;
        height: 270px;
        width: 215px;
        margin: 0px;
    }

    .law-container #tab {
        width: 100%;
        height: 1120px;
        /*border: 1px solid #ddd;*/
        /*box-shadow: 0 0 2px #ddd;*/
        margin: 10px 0 0 0px;
        /*处理超出的内容*/
        overflow: hidden;
    }

    /*设置搜索框*/
    #txt {
        width:415px;
        height:50px;
        background:rgba(255,255,255,1);
        float: left;
        outline: none; /*取消输入时的小蓝筐*/
        border-width: 0; /*取消text的边框*/
    }
    #txt input {
        width: 465px;
        height:50px;
        /*outline: none; !*取消输入时的小蓝筐*!*/
        /*border-width: 0; !*取消text的边框*!*/
        border:1px solid rgba(242,244,247,1);
    }


    #txt input:focus{
        width: 465px;
        height:50px;
        /*outline: none; !*取消输入时的小蓝筐*!*/
        /*border-width: 0; !*取消text的边框*!*/
        border:1px solid rgb(92, 143, 255);
    }



    .search-container #txt {
        width:445px;
        height:50px;
        background:rgba(255,255,255,1);
        float: left;
        outline: none; /*取消输入时的小蓝筐*/
        border-width: 0; /*取消text的边框*/
    }
    .search-container #txt input {
        width: 530px;
        height:50px;
        /*outline: none; !*取消输入时的小蓝筐*!*/
        /*border-width: 0; !*取消text的边框*!*/
        border:1px solid rgba(242,244,247,1);
    }

    .pdf-container iframe
    {
        width: 1084px;
        height: 996px;
    }

}

/* 设置了浏览器宽度不大于1920px时 */
@media screen and (min-width:1200px) and (max-width: 1400px){

    /*--header--*/

    .header0 {
        width: 100%;
        height: 5%;
        background: transparent;
    }

    /*上下高度5%；中间盒子高度90%*/
    .main0 {
        overflow: hidden;
        width: 100%;
        height: 90%;
    }

    /*上下高度5%；中间盒子高度90%*/
    .footer .footer0 {
        width: 100%;
        background:transparent;
        text-align: center;
    }

    .header1 {
        width: 100%;
        height: 450px;
        position: relative;
    }

    /*上下高度5%；中间盒子高度90%*/
    .main1 {
        width: 100%;
        min-height:720px ;
    }

    /*上下高度5%；中间盒子高度90%*/
    .footer .footer1 {
        width: 1270px;
        height: 53px;
        background: #1F2733;
        display: table-cell;
        vertical-align: middle;

    }

    .header2 {
        width: 100%;
        height: 53px;
        position: relative;
        background: transparent;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
    }

    /*上下高度5%；中间盒子高度90%*/
    .main2 {
        width: 100%;
        height:460px;
    }


    /*上下高度5%；中间盒子高度90%*/
    .footer .footer2 {
        width: 1279px;
        height: 53px;
        background: #1F2733;
        display: table-cell;
        vertical-align: middle;

    }

    .header2 .top-icons a {
        color: #1F2733;
        text-decoration: none;
    }

    .header2 .top-icons a:hover {
        color: #096EFF;
        text-decoration: none;
    }

    /*---------- footer -----------*/
    .footer .footer2 .center-block,.footer .footer1 .center-block {
        margin-top: 15px;
        width:531px;
        height:13px;
        font-size:12px;
        font-family:MicrosoftYaHeiUI;
        font-weight:400;
        color:rgba(184,192,204,1);
        opacity:0.5;
        width: 100%;
        line-height: 0px;
        text-align: center;
    }

    .footer .footer0 .center-block {
        width:531px;
        height:13px;
        font-size:12px;
        font-family:MicrosoftYaHeiUI;
        font-weight:400;
        color:rgba(255,255,255,1);
        opacity:0.5;
        width: 100%;
        line-height: 0px;
        text-align: center;
    }

    .top-nav .logo .logo-icon
    {
        display:block;
        max-width: 60%;
        height:18px
    }

    .header2 .top-nav .logo  {
        font-size: 20px;
        font-family: MicrosoftYaHeiUI-Bold;
        color: rgba(9, 110, 255, 1);
        font-weight: bold;
        line-height: 0px;
    }



    .agile-top-header {
        position: absolute;
        z-index: 999;
        top: 10px;
        margin-right: 10px;
        width: 100%;
    }

    .top-icons ul li {
        margin-left: 10px;
        margin-top: 0px;
    }

    .top-icons ul li a span {
        font-size: 14px;
    }

    .banner .bannerlaw
    {
        text-align:center;
        height: 400px;
        background-image: url(../images/law/banner.png);
        background-repeat:no-repeat;
        background-size:100% 100%;
        -moz-background-size:100% 100%;
    }
    .banner .bannerlaw span{
        font-size:56px;
        line-height:50px;
        top:150px;
        text-align:center;
        width:500px;
        position:relative;
        color:#fff;
        font-family: "SourceHanSerifCN-Heavy"
    }


    .rslides li{
        display: block;
        height: 400px;
        float: left;
        width: 100%;
        border: 0;
    }

    .portfolio {
        margin-left: 130px;
    }

    .portfolio li {
        background: none;
        width: 200px;
        height: 258px;
        border: 0px;
        position: relative;
        float: left;
        text-align: center;
        list-style: none
    }

    .portfolio li .tu {
        display: inline-block;
        zoom:1;
        width: 90px;
        height: 90px;
        margin-bottom: 0px;
        background-size:67px 60px;
    }

    .portfolio li a {
        color: #818181;
    }

    .portfolio li .name {
        width: 100%;
        height: 50px;
        line-height: 30px;
        padding-top: 5px;
        font-size: 18px;
    }

    .portfolio li p {
        line-height: 30px;
        color: #818181;
        font-size: 12px;
        width: 160px;
        margin-left: 40px;
    }

    .services {
        background-color: #f1f1f1;
        background-size: cover;
        position: relative;
        /*margin-left: 180px;*/
        width: 1262px;
        margin: 0 auto;
    }

    .services h3{
        font-size: 2em;
        color: #333;
        font-family: 'Gudea', sans-serif;
        font-weight: 700;
        text-align: center;
        margin: 60px 0 65px 0;
        text-transform: uppercase;
    }

    .listing-item img{
        width: 100%;
        height: 224px;
    }

    .wrap-card {
        background: #fff;
        position: relative;
        height: 270px;
        width: 215px;
        margin: 0px;
    }

    .law-container
    {
        margin: 0px;
        background: white;
    }

    .law-container #tab {
        width: 100%;
        height: 780px;
        /*border: 1px solid #ddd;*/
        /*box-shadow: 0 0 2px #ddd;*/
        margin: 10px 0 0 0px;
        /*处理超出的内容*/
        overflow: hidden;
    }

    /*设置搜索框*/
    #txt {
        width:415px;
        height:40px;
        background:rgba(255,255,255,1);
        float: left;
        outline: none; /*取消输入时的小蓝筐*/
        border-width: 0; /*取消text的边框*/
    }
    #txt input {
        width: 465px;
        height:40px;
        /*outline: none; !*取消输入时的小蓝筐*!*/
        /*border-width: 0; !*取消text的边框*!*/
        border:1px solid rgba(242,244,247,1);
    }


    #txt input:focus{
        width: 465px;
        height:40px;
        /*outline: none; !*取消输入时的小蓝筐*!*/
        /*border-width: 0; !*取消text的边框*!*/
        border:1px solid rgb(92, 143, 255);
    }

    #btn .search-btn {
        float: right;
        width: 50px;
        height: 39px;
        font-size: 18px;
        background: rgba(9, 110, 255, 1) url("../images/law/icon_search@3x.png") no-repeat center;
        background-size:20px 20px;
        border-width: 0;
        color: #fff;
        font-family: 微软雅黑; /*字体*/
        word-spacing: normal;
        font-weight: bold;
    }

    #btn .search-btn-down {
        float: right;
        width: 50px;
        height: 39px;
        font-size: 18px;
        background: #085ACC url("../images/law/icon_search@3x.png") no-repeat center;
        background-size:20px 20px;
        border-width: 0;
        color: #fff;
        font-family: 微软雅黑; /*字体*/
        word-spacing: normal;
        font-weight: bold;
    }

    .search-container #btn .search-btn {
        float: left;
        width: 114px;
        height: 39px;
        font-size: 18px;
        background: rgba(9, 110, 255, 1) url("../images/law/icon_search@3x.png") no-repeat center;
        background-size:20px 20px;
        border-width: 0;
        color: #fff;
        font-family: 微软雅黑; /*字体*/
        word-spacing: normal;
        font-weight: bold;
    }

    .search-container #btn .search-btn-down {
        float: left;
        width: 114px;
        height: 39px;
        font-size: 18px;
        background: #085ACC url("../images/law/icon_search@3x.png") no-repeat center;
        background-size:20px 20px;
        border-width: 0;
        color: #fff;
        font-family: 微软雅黑; /*字体*/
        word-spacing: normal;
        font-weight: bold;
    }

    .search-container #txt {
        width:445px;
        height:40px;
        background:rgba(255,255,255,1);
        float: left;
        outline: none; /*取消输入时的小蓝筐*/
        border-width: 0; /*取消text的边框*/
    }
    .search-container #txt input {
        width: 530px;
        height:40px;
        /*outline: none; !*取消输入时的小蓝筐*!*/
        /*border-width: 0; !*取消text的边框*!*/
        border:1px solid rgba(242,244,247,1);
    }

    .search-container .law-icon{
        margin: 30px 0 0 150px;
    }


    .search-container .law-icon img{
        width: 180px;
        height: 180px;
    }

    .law-detail-container .law-icon img {
        margin: 30px 0 0 55px;
    }


    .law-detail-container .law-icon img{
        width: 180px;
        height: 180px;
    }

    .law-container #tab-header {
        height: 30px;
        text-align: center;
        position: relative;
    }

    .law-container #tab-header ul {
        width: 500px;
        position: absolute;
        left: -1px;
        list-style: none;
        margin-bottom: 10px;
    }

    .law-container #tab-header ul li {
        float: left;
        width: 70px;
        height: 40px;
        line-height: 40px;
        font-size:14px;
        font-family:MicrosoftYaHei-Bold;
        text-align: left;
        margin-right: 10px;
    }
    .law-container #tab-header ul li hr{
        width: 420px;
        margin-top: 0px;
    }

    .law-container .law-selected hr{
        background-color: white;
        font-weight: bolder;
        color: #096EFF;
        /*border-left: 1px solid #096EFF;*/
        /*border-right: 1px solid #dddddd;*/
        font-weight:bold;
        padding: 0;
    }

    .law-content{
        margin-top: 0px;
    }

    .laws ul {
        margin: 25px 0 0px 0px;
        list-style: none;
    }


    .law-content hr {
        background:rgba(242,244,247,0.5);
        width: 500px;
        margin: 10px 0 10px 0px;
        text-align:left;
    }

    .laws .laws-list li .law-title ,.laws .laws-list li .law-title:link{
        font-size:12px;
        font-family:MicrosoftYaHei;
        color:rgba(31,39,51,1);
        text-decoration: none;
    }

    .laws .laws-list li .law-title:hover{

        color:rgba(9,110,255,1);
        text-decoration: none;
    }

    .laws .laws-list .icon-time
    {
        width: 11px;
        height: 11px;
    }

    .laws .laws-list .date {
        display: inline;
        color: #7A8799;

    }
    .laws .laws-list .date span{
        font-size:11px;
    }

    .notices .widget-title {
        background-color: white;
        font-weight: bolder;
        border-bottom: 1px solid #F2F4F7;
        color: #096EFF;
        padding: 0 0 10px 20px;
        font-size: 14px;
    }

    .notices-list {
        margin: 0 0px 15px 20px;
    }

    .notices .notices-list a, .notices .notices-list a:link{
        font-size:12px;
        font-family:MicrosoftYaHei;
        font-weight:400;
        color:rgba(31,39,51,1);
        line-height:28px;
        text-decoration: none;

    }

    .notices .notices-list .icon-time
    {
        width: 11px;
        height: 11px;
    }

    .notices .notices-list .date {
        display: inline;
        color: #7A8799;
        font-size:11px;

    }

    .notices hr {
        height: 3px;
        margin: 10px 0px 0px 0;
    }

    .notice-container {
        margin: 25px 0 0 150px;
        background: white;
    }


    .notice-icon img {
        width: 180px;
        height: 180px;
        margin: 20px 0 0px 80px;
    }

    .law-container{
        margin: 10px 0px 0px 150px;
    }


    .law-detail-container .law-detail-content hr {
        width: 604px;
        margin: 20px 0px 20px 0px;
    }

    .pdf-container{
        width: 684px;
    }

    #pdf-view
    {
        margin-right: 140px;
        width: 604px;
        height: 576px;
    }

    .contact .content {
        background: white;
        text-align: center;
        padding-top: 0px;
    }

    .contact .content .title {

        font-size:24px;
        font-family:MicrosoftYaHeiUI-Bold;
        font-weight:bold;
        color:rgba(31,39,51,1);
        text-align: center;
        margin: 40px 0 0 0;
    }

    .contact .content .address {
        font-size:14px;
        font-family:MicrosoftYaHeiUI;
        font-weight:400;
        color:rgba(31,39,51,1);
        line-height: 0px;
        text-align: center;
        margin: 20px 0 20px 20px;
    }

    .contact .content .detail {
        font-size:12px;
        font-family:MicrosoftYaHeiUI;
        font-weight:400;
        color:rgba(122,135,153,1);
        text-align: center;
        margin: 10px 0 20px 10px;
        margin-top: 20px;
    }

    .contact .map {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .contact .map .container {
        width: 490px;
        height: 300px;
        text-align: center; /*让div内部文字居中*/
        margin: auto;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
/*
* 气象情报 样式
*/
p {
    margin: 0;
}
.module-box {
    width: 100%;
    padding: 30px 0;
}
.module-box:nth-child(2n) {
    background-color: #fff;
}
.module-box:nth-child(2n + 1) {
    background-color: #f1f1f1;
}
.flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.module-box .content {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px #dedede;
    align-items: baseline;
}
.module-box .content.total {
    flex-direction: column;
    box-sizing: border-box;
    padding: 15px 30px;
    align-items: center;
}
.module-box .total h4 {
    font-weight: 600;
    padding-top: 10px;
    font-size: 20px;
}
.module-box .total .total-box {
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}
.module-box .total .total-box > div {
    padding: 5px 30px;
    color: #666;
    font-size: 20px;
}
.module-box .total .total-box > div > span {
    color: #096EFF;
    font-size: 30px;
    font-weight: bold;
}
.module-box .total .total-box .day {
    border-right: 1px solid #f1f1f1;
}
.module-box .total .msg {
    width: 100%;
    padding-top: 15px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
}
.module-box .total .msg span {
    display: block;
    width: 85px;
    color: red;
    font-weight: bold;
}
.module-box .total .msg .scroll-word {
    position: relative;
    height: 20px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
}
.module-box .total .msg .scroll-word p {
    position: absolute;
    height: 20px;
}
.module-box .container > h3 {
    font-size: 2em;
    color: #333;
    font-family: 'Gudea', sans-serif;
    font-weight: 700;
    text-align: center;
    margin: 80px 0 40px 0;
    text-transform: uppercase;
}
.module-box .mod-box {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px;
}
.module-box .mod-box:first-child {
    border-right: 1px solid #f1f1f1;
}
.layui-tab {
    position: relative;
}
.layui-tab .more {
    position: absolute;
    top: 10px;
    right: 0;
    height: 20px;
    line-height: 20px;
}
.layui-tab .more a {
    display: block;
    color: #096eff;
    cursor: pointer;
    text-decoration: none;
}
.update-box {
    justify-content: space-between;
    color: #7A8799;
}
.weather-list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.weather-list li img {
    width: 80px;
    height: 60px;
}
.weather-list li .info {
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-left: 10px;
}
.weather-list li .info div {
    width: 100%;
    line-height: 20px;
}
.weather-list li .info .title {
    height: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: #475466;
}
.weather-list li .info .time {
    color: #B8C0CC;
}
.limit-list li {
    margin-bottom: 15px;
    padding: 5px;
}
.limit-list li h4{
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    cursor: pointer;
}
.limit-list li .overview {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #475466;
}
.limit-list li .time {
    color: #B8C0CC;
}
.only-list {
    padding: 0 30px;
}
.only-list .layui-tab h3{
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f1f1f1;
}
.only-list .limit-list {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
}
.only-list .limit-list li {
    width: 50%;
    margin: 0;
    padding-bottom: 20px;
    padding-right: 20px;
}
.only-list .limit-list li:nth-child(2n+1) {
    border-right: 1px solid #f1f1f1;
}
.only-list .limit-list li:nth-child(2n) {
    padding-left: 15px;
}
.only-list .limit-list .time {
    justify-content: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}
.only-list .limit-list .time img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.only-list .limit-list .time .download {
    margin-left: 15px;
    cursor: pointer;
}
.only-list .limit-list .time .download:hover{
    color: #096EFF;
}
/* 更改layui tab 样式 */
.module-box .layui-tab-title li {
    font-size: 16px;
    font-weight: bold;
}
.module-box .layui-tab-brief>.layui-tab-title .layui-this {
    color: #096eff;
}
.module-box .layui-tab-brief>.layui-tab-more li.layui-this:after, .module-box .layui-tab-brief>.layui-tab-title .layui-this:after {
    border-color: #096eff;
}
