
/*重置样式*/
*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

#app{
    width: 100%;
    height: 100%;
    background: url("../images/d12.png") no-repeat;
    background-position-y: bottom;
    padding-bottom: 150px;
    background-position-x: center;
}


.appTop{
    width: 100%;
    min-height: 500px;
    padding-top: 30px;
    background:url("../images/banner.png") no-repeat;
    background-position-x: center;
    background-position-y: top;
}

.appTop .Search{
    display: flex;
    justify-content: space-between;
    width:418px;
    height:46px;
    background: #fff;
    margin:260px auto 0;
    box-shadow: 0px 0px 8.73px 0.27px rgba(31, 1, 1, 0.15);
    border-radius: 30px;
    overflow: hidden;
}
.appTop .Search div{
    float:left
}
.appTop .Search .inp{
    width: 300px;
    height: 100%;
}
.appTop .Search .inp input{
    width: 100%;
    height: 100%;
    padding-left: 20px;
    border: 0;
}
.appTop .Search .inp input:focus{
    outline:none;
    outline:0
}

.appTop .Search .ico{
    width: 50px;
    height: 100%;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}


/*居中控制*/
.content{
    width: 1200px;
    margin: 0 auto;
}
.conImg{
    width: 100%;
    height:auto;
    margin-top: 50px;
    overflow: hidden;
}
/*轮播和列表*/
.list{
    display: flex;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 8.73px 0.27px rgba(31, 1, 1, 0.15);
    padding-bottom: 20px;

}
.listbox{
    width: 95%;
    height: 420px;
    margin: 20px auto 0;
}
.listbox>div{
    float: left;
    width: 49%;
    height: 100%;
}
.listbox .imgs img{
    width: 100%;
    height: 378px;
    object-fit: cover;
}
.listbox .imgs .active{
    background-color: #ff6137 !important;
}
.list .datas{
    position: relative;
    margin-left: 20px;
}
.list .datas>ul{
    width: 100%;
}
.list .datas>ul>li{
    width: 100%;
    min-height: 60px;
    margin-bottom: 35px;
}
.list .datas>ul>li>a{
    display: flex;
    color: #000;
}
.list .datas>ul>li>a img{
    margin-top: 10px;
}
.list .datas>ul>li>a>.title {
    line-height: 30px;
    margin-left: 10px;
    font-family: "Microsoft YaHei";
    font-variant: small-caps;
    font-size: 18px;
}
.list .datas>ul>li>a:hover{
    color: rgb(154, 0, 13);
}

.list .datas .more{
    position: absolute;
    right: 0;
    width:150px;
    border-radius: 30px;
    text-align: center;
    background-color:#870c0c ;
    padding: 3px;
}
.list .datas .more a{
    color: #fff;
}

/*专题*/
.zt{
    width: 100%;
    margin-top: 50px;

}


.conList{
    width: 100%;
    height: 100%;
    margin-top: 50px;
}
.conList>ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.conList>ul>li{
    float: left;
    width: 550px;
    padding:20px;
    box-shadow: 0px 0px 8.73px 0.27px rgba(31, 1, 1, 0.15);
    margin-bottom: 20px;
    min-height: 80px;
    background: #fff;
}
.conList>ul>li:nth-child(2n){
    margin-left: 20px;
}
.conList>ul>li>a{
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 18px;
}
.conList>ul>li>a>div>i{
    display: block;
    width: 15px;
    height: 15px;
    margin-top: 10px;
    background: url("../images/c2.png") no-repeat 100% 100%;
}

.conList>ul>li>a>.ListTitle{
    margin-left: 10px;
    line-height: 40px;
    color: #000;
}
.conList>ul>li:hover{
    background-color: #990000;
}
.conList>ul>li:hover i{
    background: url("../images/c5.png") no-repeat 100% 100%;
}
.conList>ul>li:hover a .ListTitle{
    color: #fff;
}

.conList .more{
    float: right;
    width:150px;
    border-radius: 30px;
    text-align: center;
    background-color:#870c0c ;
    padding: 3px;
}
.conList .more a{
    color: #fff;
}


.xuexiList{
    width: 100%;
    margin-top: 50px;
    overflow: auto;
}

.xuexiList>ul{
    display: flex;
    width: 100%;
    height: 100%;
}
.xuexiList>ul>li{
    display: flex;
    float: left;
    width: 286px;
    padding: 20px;
    margin-right: 20px;
    box-shadow: 0px 0px 8.73px 0.27px rgba(31, 1, 1, 0.15);
    background: #fff;
}
.xuexiList>ul>li>a{
    width: 100%;
    height: 100%;

    font-size: 18px;
}
.xuexiList>ul>li>a>.ListImg{
    float: left;
    width: 20px;
    height: 100%;
    margin-top: 13px;
}
.xuexiList>ul>li>a>div>i{
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/c2.png") no-repeat 100% 100%;
}
.xuexiList>ul>li>a>.ListTitle{
    color: #000;
    line-height: 40px;

}
.xuexiList>ul>li:hover a>.ListTitle{
    color: #990000;
}
.xuexiList>ul>li:nth-child(4n){
    margin: 0;
}

.xuexiList .more{
    float: right;
    width:150px;
    border-radius: 30px;
    text-align: center;
    background-color:#870c0c ;
    padding: 3px;
    margin-top: 20px;
}
.xuexiList .more a{
    color: #fff;
}




/*概览*/
.location{
    width: 100%;
    height: 84px;
    background-color: #f5f5f5;
}

.locationBox{
    width: 1200px;
    margin: 0 auto 0;
    padding-top: 1px;
}
.location a{
    color: #000;
}
.location .locationBox div{
    float: left;
    line-height: 84px;
    font-size: 19px;
    font-family: "Microsoft YaHei";
    color: rgb(0, 0, 0);
}
.location .locationBox .locimg{
    display: block;
    margin-right: 20px;
    margin-top: 4px;
}

.datalist{
    width: 100%;
    height: 100%;
}
.datalist>ul{
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.datalist>ul>li{
    width:100%;
    padding: 30px 0 30px;
    border-bottom: 1px solid #e6e6e6;
}
.datalist>ul>li>a{
    overflow: auto;
    display: flex;
    justify-content: space-between;
    display: block;
    width:100%;
    font-size: 18px;
}
.datalist>ul>li>a>div{
    float: left;
    color: #000;
}
.datalist>ul>li>a>.listTitle{
    width: 1000px;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.datalist>ul>li>a>.Time{
    float:right;
}
.datalist>ul>li:hover div{
    color:#990000;
}

/*细览*/
.detail{
    margin-top:80px;
}
.detail>h1{
    font-size: 24px;
    font-family: "Microsoft YaHei";
    font-variant: small-caps;
    color: #990000;
    text-align: center;
}

.detail .scur{
    display: flex;
    width: 65%;
    margin:50px auto 0;
    overflow: hidden;
}
.detail .scur span{
    cursor: pointer;
}

.detail .scur .active{
    color: #990000;
}
.detail .scur div{
    float: left;
    margin-left: 80px;
}

.detailBox{
    margin-top: 50px;
}
.detailBox p{
    margin-top: 10px;
    line-height: 36px;
    font-size: 16px;
}
