﻿/*-----------------[初始化]--------------*/
body{color: #505050;font-size: 12px;font-family:"微软雅黑","Microsoft Yahei";}
a{color: #333;cursor: pointer;}
a:hover{color: #be1c1c;}
img,.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";}

/*布局*/
.court2-wp{width: 1200px;margin: 0 auto;}

/*标题*/

.pic:hover img{
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    filter:alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*颜色*/


/*******************************
    -------[=头部]-------
********************************/
/*.court2-top{
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    background-color: #be1c1c;
}
/*.court2-top .top-r{
    text-align: right;
    color: #df8e8e;
    position: relative;
    padding-right: 40px;
}
.court2-top .top-r > a{
    display: inline-block;
    padding:0 16px;
    color: #fff;
}
.court2-top .top-r > a:hover{
    text-decoration: underline;
}
.court2-top .top-r .icon{
    display: inline-block;
    width: 40px;
    background:url(../images/court2-so.png) no-repeat center center;
    cursor: pointer;
}
.top-r .court2-text,.top-r .court2-sub,.top-r .icon{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
}
.top-r .court2-text{
    right: 40px;
    top: 8px;
    height: 25px;
    border-radius: 12.5px;
    width: 0;
    border:none;
    outline: none;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.top-r .court2-text.show{
    width: 150px;
    padding:0 10px;
}
.top-r .court2-sub{
    cursor: pointer;
    border:none;
    width: 40px;
    background-color: ;
    background:#be1c1c url(../images/court2-so.png) no-repeat center center;
}*/

.court2-top{
    min-width: 1200px;
    position: relative;
    z-index: 700;
    height: 62px;
    line-height: 62px;
    font-size: 0;
    background-color: #be1c1c;
}
.court2-top .top-r{
    float: right;
    color: #df8e8e;
    position: relative;
    text-align: center;
    font-size: 12px;
    padding-left: 40px;
}
.court2-top .top-r > a,.court2-top .top-r .lang{
    display: inline-block;
    padding:0 16px;
    color: #fff;
}
.court2-top .top-r > a:hover{
    text-decoration: underline;
}
.court2-top .top-r .admin{
    padding: 0 0 0 30px;
    text-align: right;
    background: url(../images/court2-admin.png) 9px 50% no-repeat;
}
.court2-top .top-r .icon{
    display: inline-block;
    width: 40px;
    background:url(../images/court2-so.png) no-repeat center center;
    cursor: pointer;
}
.top-r .court2-text{
    position: absolute;
    left: -170px;
    top: 19px;
    height: 25px;
    line-height: 25px;
    border-radius: 12.5px;
    width: 0;
    border:none;
    outline: none;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.top-r .court2-text.show{
    width: 150px;
    padding:0 10px;
}
.top-r .court2-sub{
    cursor: pointer;
    border:none;
    width: 40px;
    background:#be1c1c url(../images/court2-so.png) no-repeat center center;
    display: none;
    outline: none;
}
.top-r .court2-sub.cur{
    display: block;
}
.top-r .lang{
    position: relative;
    cursor: pointer;
}
.top-r .lang span{
    display: inline-block;
    padding-right: 16px;
    background: url(../images/court2-down.png) no-repeat right center;
}
.top-r .lang dl{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 700;
    width: 100%;
    line-height: 2.3;
    background-color: #000;
    display: none;
}
.top-r .lang a{
    display: block;
    color: #fff;
}
.top-r .lang a:hover{background-color: #be1c1c;}
.top-r .court2-sub,.top-r .icon{
    position: absolute;
    left: 0;
    top: 0;
    height: 62px;
}
.z666{
    z-index: 666;
}
/*.court2-header{
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 666;
    width: 100%;
    height: 70px;
    background-image: url(../images/court2-nav.png);
    background-position: center center;
    background-repeat: repeat-x;
}
.court2-logo{
    float: left;
    width: 195px;
    height: 40px;
    padding-top: 15px;
    padding-left: 24px;
}
.court2-nav{
    float: right;
}
.court2-nav li{
    float: left;
    padding:16px 27px;
    position: relative;
}
.court2-nav li a.v1{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
}
.court2-nav li a.down{
    padding-right: 16px;
    background: url(../images/court2-down.png) no-repeat right 10px;
}
.court2-nav li:hover a.down{
    background: url(../images/court2-down1.png) no-repeat right 10px;

}
.court2-nav li:hover a.v1,.court2-nav li.on a.v1{
    color: #ea0000;
}
.court2-nav li span{
    display: block;
    font-size: 12px;
    font-family: "Arial";
    letter-spacing: 0;
}
.court2-nav li dl{
    position: absolute;
    left: 24px;
    top: 69px;
    width: 125px;
    z-index:99;
    display: none;
}
.court2-nav li dd{
    height: 54px;
}
.court2-nav li dd a{
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #be1c1c;
    color: #fff;
    padding:10px 0 0 10px;
}
.court2-nav li dd a:hover{
    background-color: #9f1717;
    padding:10px 0 0 10px;
}*/

/*.court2-header{
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 666;
    width: 100%;
    height: 70px;
    background-image: url(../images/court2-nav.png);
    background-position: center center;
    background-repeat: repeat-x;
}
.court2-logo{
    float: left;
    width: 195px;
    padding-top: 11px;
    padding-left: 24px;
}
.court2-logo img{
    display: block;
}
.court2-nav li{
    position: relative;
    float: left;
    width: 14.2%;
    text-align: center;
}
.court2-nav li a.v1{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    letter-spacing: 1px;
}
.court2-nav li a.down{
    background: url(../images/court2-down.png) 82% 50% no-repeat ;
}
.court2-nav li:hover a.down{
    background-image: url(../images/court2-down1.png);

}
.court2-nav li:hover a.v1,.court2-nav li.on a.v1{
    color: #ea0000;
}
.court2-nav li span{
    display: block;
    font-size: 12px;
    font-family: "Arial";
    letter-spacing: 0;
}
.court2-nav li dl{
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    z-index:99;
    display: none;
}
.court2-nav li dd{
    line-height: 40px;
    background: url(../images/court2-dl.png);
}
.court2-nav li dd a{
    display: block;
    font-size: 14px;
    color: #fff;
}
.court2-nav li dd a:hover{
    background: #be1c1c url(../images/court2-dla.png) 0 100% repeat-x;
}*/

.court2-header{
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 666;
    width: 100%;
    /* height: 70px; */
    /* background-image: url(../images/court2-nav.png); */

    background-image: url(../images/court2-nav.png);
    padding: 15px 0;
    line-height: 30px;
}
.court2-header90{
    top: 10px;
}
.court2-logo{
    float: left;
    width: 195px;
    padding-top: 11px;
    padding-left: 24px;
}
.court2-logo img{
    display: block;
}
/*.court2-nav li{
    position: relative;
    float: left;
    width: 14.2%;
    text-align: center;
}
.court2-nav8 li{
    width: 12.5%;
}
.court2-nav li a.v1{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 70px;
    letter-spacing: 1px;
}
.court2-nav li a.down{
    background: url(../images/court2-down.png) 82% 50% no-repeat ;
}
.court2-nav li:hover a.down{
    background-image: url(../images/court2-down1.png);

}
.court2-nav li:hover a.v1,.court2-nav li.on a.v1{
    color: #ea0000;
}
.court2-nav li span{
    display: block;
    font-size: 12px;
    font-family: "Arial";
    letter-spacing: 0;
}
.court2-nav li dl{
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    z-index:99;
    display: none;
}
.court2-nav li dd{
    line-height: 40px;
    background: url(../images/court2-dl.png);
}
.court2-nav li dd a{
    display: block;
    font-size: 14px;
    color: #fff;
}
.court2-nav li dd a:hover{
    background: #be1c1c url(../images/court2-dla.png) 0 100% repeat-x;
}*/

.court2-nav li{
    position: relative;
    float: left;
    min-width: 10.2%;
    text-align: center;
}
.court2-nav8 li{
    min-width: 11%;
    padding: 0;
}
.court2-nav li a.v1{
    display: block;
    font-size: 16px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
}
.court2-nav li a.down{
    /* background: url(../images/court2-down.png) 82% 50% no-repeat ; 原始*/
    background: url(../images/court2-down.png) no-repeat right center ;
    padding-right: 20px;
}
.court2-nav li:hover a.down{
    background-image: url(../images/court2-down1.png);

}
.court2-nav li:hover a.v1,.court2-nav li.on a.v1{
    color: #ea0000;
}
.court2-nav li span{
    display: block;
    font-size: 12px;
    font-family: "Arial";
    letter-spacing: 0;
}
.court2-nav li dl{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    z-index:99;
    display: none;
    /* max-width: 200%; */
}
.court2-nav li dd{
    height: 40px;
    line-height: 40px;
    /* background: url(../images/court2-dl.png); 原始*/
    background: url(../images/court2-dl.png);
    position: relative;
    min-width: 100%;
    max-width: 200%;
}
.court2-nav li dd .v2{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #fff;
    position: relative;
}
.court2-nav li dd .v2 i{
    display: inline-block;
    width: 7px;
    height: 11px;
    /* background: url(../images/court21-down.png)no-repeat center center; 原始*/
    background: url(../images/court21-down.png)no-repeat center center;
    position: absolute;
    right: 15px;
    top:38%;

}
.court2-nav li dd .v2:hover{
    background: #be1c1c url(../images/court2-dla.png) 0 100% repeat-x;
}
.court2-nav li dd .v2:hover i{
    background: url(../images/court21-down-on.png)no-repeat center center;
}
.court2-nav dd .box{
    position: absolute;
    left:100%;
    top:0;
    display: none;
    width: 110px;
    text-align: center;
}
.court2-nav dd .box a{
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    background: url(../images/court2-dl.png);
    white-space: nowrap;
    overflow: hidden;
}
.court2-nav dd .box a:hover{
    background: #be1c1c url(../images/court2-dla.png) 0 100% repeat-x;
}
/*处理导航固定高度bug问题 2018-01-14 jojo*/
.court2-nav li dd{
        height: auto;
    }
        .court2-nav li dd a{
            line-height: 20px;
            padding: 10px 0;
        }
/*******************************
    -------[=导航]-------
********************************/

/*******************************
    -------[=court2-banner]-------
********************************/
.court2-banner{min-width: 1200px;overflow:hidden; position:relative;}
.court2-banner .bd{position:relative; height:100%; z-index:0;   }
.court2-banner .bd li{
    width: 100%;
    zoom:1;
    background-position: center center;
    background-repeat: no-repeat;
}
.court2-banner .bd a{ width:100%; display:block;height: 100%;  }
.court2-banner .bd li a img{width: 100%;}
.court2-banner .hd{position: absolute;bottom: 20px;width: 100%;left:0;z-index:80;text-align:center; }
/*.court2-banner .hd ul li{
    cursor:pointer; display:inline-block; *display:inline; zoom:1;
    width:12px; height:12px; margin:0 4px;overflow:hidden; background: #fff;border-radius: 50%;
    line-height:999; opacity: .57;
}
.court2-banner .hd ul .on{opacity: .9;}*/
.court2-banner .hd ul li{
    cursor:pointer;
    display:inline-block;
    *display:inline;
    zoom:1;
    width:14px;
    height:14px;
    margin:0 4px;
    overflow:hidden;
    background-image: url(../images/slide-dot1.png);
    line-height:999;

}
.court2-banner .hd ul .on{
    background-image: url(../images/slide-dot2.png);

}
.court2-banner .prev,.court2-banner .next{display: inline-block;width: 75px;height: 75px;
    position: absolute;top:50%;margin-top: -38px;z-index: 100;
}
.court2-banner .prev{left:110px;background:url(../images/ban-prev.png) no-repeat;}
.court2-banner .next{right:110px;background:url(../images/ban-next.png) no-repeat;}
/*******************************
    -------[=底部]-------
********************************/
.court2-footer{
    min-width: 1200px;
    height: 294px;
    background-color: #be1c1c;
    color: #fff;
}
.court2-footer .fd-top{
    border-bottom: 1px solid #df8e8e;
    font-size: 16px;
    line-height: 56px;
    padding-top: 18px;
}
.court2-footer .fd-top a{
    font-size: 14px;
    line-height: 4;
    color: #fff;
}
.court2-footer .fd-top a:hover{
    text-decoration: underline;
}
.court2-footer .fd-bot{
    padding:60px 0;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}



.court2-ptab-title{
    overflow: hidden;
}
.court2-ptab-title li{
    float: left;
}
.court2-ptab-title a{
    display: block;
    width: 100px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #cb4949;
    color: #333;
}
.court2-ptab-title li.on a{background-color: #be1c1c;border-color: #be1c1c;color: #fff;}


/*******************************
    -------[=公共]-------
********************************/
.court2-ban img{
    display: block;
    width: auto;
    height: 100%;
}
.court2-cur{
    font-size: 14px;
    color: #999;
    padding:15px 0;
    letter-spacing: 1px;
}
.court2-cur a{
    color: #999;
}
.court2-cur a:hover{
    color: #be1c1c;
}
.court2-cur span{
    color: #be1c1c;
}
.court2-leftp{
    float: left;
    margin-right: 30px;
    width: 200px;
}
.court2-leftp ul{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 50px;
    border: 1px solid #ebe4e4;
    background-color: #f4f4f4;
}
.court2-leftp li > em{
    display: block;
    padding-left: 15px;
    color: #be1c1c;
}
.court2-leftp li > em .border{
    display: inline-block;
    margin-right: 6px;
    width: 3px;
    height: 14px;
    background-color: #be1c1c;
    vertical-align: -2px;
}
.court2-leftp li{
    padding-bottom: 1px;
}
.court2-leftp li:last-child{padding-bottom: 0;}
.court2-leftp li > a{
    display: block;
    padding-left: 24px;
}
.court2-leftp li.on > a,
.court2-leftp li > a:hover{
    color: #fff;
    background-color: #be1c1c;
}

.court2-leftp285{
    float: left;
    margin-right: 20px;
    width: 285px;
}
.court2-leftp285 .box-site{
    border: 1px solid #e2e2e2;
}
.court2-leftp285 .box-site h3{
    padding-left: 50px;
    line-height: 50px;
    font-weight: normal;
    font-size: 18px;
    background: url(../images/court2-ico-site.png) 16px 50% no-repeat;
    color: #333;
}
.court2-leftp285 .box-site .list{
    letter-spacing: -12px;
    overflow: hidden;
    padding: 7px 0 22px;
}
.court2-leftp285 .box-site .list a{
    letter-spacing: 0;
    /* min-width: 30.333333333333333%; */
    padding: 0 10px;
    font-size: 14px;
    line-height: 34px;
    color: #666;
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
}
.court2-leftp285 .box-site .list a:first-child{
    /* width: 80%; */
}
.court2-leftp285 .box-site .list a.on,
.court2-leftp285 .box-site .list a:hover{background-color: #efefef;}

.court2-rightp{
    overflow: hidden;
}
.court2-tith2{
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 3px solid #dacaca;
    color: #be1c1c;
}

.court2-ptab-title{
    overflow: hidden;
}
.court2-ptab-title li{
    float: left;
}
.court2-ptab-title a{
    display: block;
    width: 100px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #cb4949;
    color: #333;
}
.court2-ptab-title li.on a{background-color: #be1c1c;border-color: #be1c1c;color: #fff;}

.court2-search{
    padding: 15px 0;
}
.court2-search .form{
    font-size: 0;
    text-align: center;
}
.court2-search .inpt{
    display: inline-block;
    padding: 0 12px;
    width: 685px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    border-right: 0;
    outline: none;
    vertical-align: middle;
}
.court2-search .inpt::-webkit-input-placeholder {color: #999;}
.court2-search .inpt::-moz-placeholder {color: #999;}
.court2-search .inpt::-ms-input-placeholder {color: #999;}

.court2-search .btns{
    display: inline-block;
    padding-left: 20px;
    width: 160px;
    height: 48px;
    font-size: 16px;
    border: 0;
    background: #be1c1c url(../images/court2-so2.png) 50px 50% no-repeat;
    color: #fff;
    cursor: pointer;
    vertical-align: middle;
}

.court2-subnavp{
    overflow: hidden;
    margin: 15px 0 20px;
    border: 1px solid #e2e2e2;
}
.court2-subnavp .ul-tab{
    margin: 0 -1px;
    font-size: 0;
    border-bottom: 2px solid #be1c1c;
}
.court2-subnavp .ul-tab li{
    display: inline-block;
    font-size: 16px;
}
.court2-subnavp .ul-tab a{
    display: block;
    line-height: 44px;
    min-width: 100px;
    padding: 0 10px;
    color: #333;
}
.court2-subnavp .ul-tab li.on a,.court2-subnavp .ul-tab a:hover{background-color: #be1c1c;color: #fff; text-align: center;}
.court2-subnavp .tab-cont{
    overflow: hidden;
    padding: 17px 25px 30px;
}
.court2-subnavp .tab-cont li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    min-width: 14.6666%;
    padding-right: 1.6%;
    vertical-align: top;
}
.court2-subnavp .tab-cont a{
    display: block;
    margin: 11px 0;
    padding-left: 15px;
    font-size: 14px;
    background: url(../images/court2-dot.png) 0 8px no-repeat;
    color: #4e4e4e;
}
.court2-subnavp .tab-cont a:hover{color: #be1c1c;}

.pages{
    font-size: 0;
}
.pages.right{
    text-align: right;
}
.pages *{
    display: inline-block;
    margin-left: 5px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
    background-color: #f4f4f4;
    color: #999;
}
.pages a.on,.pages a:hover{background-color: #be1c1c;color: #fff;}
.pages a.prev.none,.pages a.next.none{color: #d7d7d7;}
.pages a.prev.none:hover,.pages a.next.none:hover{color: #d7d7d7;background-color: #f4f4f4;}


/*首页顶部添加学习专区广告*/
.bg-xi{
    height: 400px;
    background: url(../images/bg-xi.jpg) no-repeat;
}
.bg-xi .container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 400px;
}
.bg-xi ul{
    position: absolute;
    bottom: 0;
    right: 0;
}
.bg-xi li{
    margin-bottom: 3px;
}
.bg-xi li a{
    font-size: 14px;
    color: #a60602;
    background: #eeebaa;
    text-align: center;
    display: block;
    line-height: 36px;
    width: 110px;
}
/*增加滚动公告 2020-07-14 by jing*/
.scroll-wrap{
    position: absolute;
    left: 40%;
    right: 40%;
    top: 100px;
    font-size: 18px;
    color: #fff;
}
/*浏览器版本小于IE8 提示*/
.ie-tips{
	text-align: center;
	padding: 100px 0;
	background: #faea88;
}
.ie-tips img{
    margin-right: 10px;
    vertical-align: middle;
}
.ie-tips a{
    color: #008de8;
}