﻿
/*初始化设置*/
body,html,header,article,section,footer,ul,li,table,p,div,button,input,i,table,thead,tbody,img{
    margin: 0;
    padding: 0;
}
body,html{
    font-family: "微软雅黑";
    font-size: 16px;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
/*清除浮动*/
.clear{
    clear: both;
}
.article{
    width: 1200px;
    margin: 0 auto;
}
/* to Title */
.btMain{
    height: 60px;
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}
.btMain-x,.btMain-content{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;

}
.btMain-x {
    width: 100%;
    height: 2px;
    background: #2857c1;
}
.btMain-content{
    height: 60px;
    width: auto;
    display:block;
    text-align:center;
}
    .btMain-content span {
        display: block;
        font-size: 24px;
        color: #a4a4a4;
    }
        .btMain-content span:first-child {
            display: inline-block;
            font-size: 26px;
            color: #2857c1;
            text-align: center;
            padding: 0 20px;
            background-image: url(/Webs/p/Home/www/Themes/images/view_bg.jpg);
        }
/* end */
/* to 行为监督 */
.xwjd-Main {
    padding-bottom:70px;
}
.xwjd-ul:after {
    content:"";
    display:table;
    clear:both;
}
.xwjd-ul li{
    width: 275px; 
    height: 395px;
    background: #2857c1;
    color: #fff;
    float: left;
    margin-right: 93.75px;
    overflow: hidden;
    border-radius: 5px;
}
.xwjd-ul li:first-child{
    margin-left: 93.75px;
}
.xwjd-top{
    width: 110px;
    height: 110px;
    margin:0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
    border-radius: 100%;
    text-align: center;
    box-sizing: border-box;
}
.xwjd-top img{
    width: 100%;
    height: 100%; 
}
.xwjd-li-main{
    width: 100%;
    height: 100%;
    padding: 50px;
    box-sizing: border-box;
    transition: .6s;
}
.xwjd-center{
    width: 30px;
    height: 5px;
    margin: 0 auto;
    background: #fff;
}
.xwjd-content{
    margin-top: 55px;
    text-align: center;
    font-size: 24px;
}
.xwjd-ul li a{
    color: #fff;
}
    .xwjd-ul li:hover * {
        color:#fff;
    }
.xwjd-ul li:hover{
    background: #ffae00;
    transition: .6s;
}
.xwjd-ul li:hover > a .xwjd-li-main{
    margin-top: -20px;
    transition: .6s;
}
/* end */