﻿*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
a{

    color: #333;
    cursor: pointer;
}
body{
	font-family: MicrosoftYaHeiLight;
}
.bfc::after {
    content: "";
    display: block;
    clear: both;
}
.container{
    width: 1176px;
    margin: auto;
    margin-bottom: 30px;
	margin-top: 15px;
}
 /*当前位置*/
 .container .dqwz {
    height: 30px;
    line-height: 30px;
    width: 1176px;
    margin: auto;
    padding-bottom: 15px;
    padding-top: 5px;
    background: white;
    margin-bottom: 15px;
}
.dqwz a:hover{
    color: #E74141;
}

/*分页*/
.commonPage{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.commonPage .box{
    width: 55px;
    height: 30px;
    display: inline-block;
    background: #2D6DCA;
    line-height: 30px;
    margin: 0 5px;
}
.commonPage .box a{
    display:block;
    color:#fff;
}
.commonPage .box1{
    color:#2D6DCA;
}
.commonPage .quyt{
    width: 50px;
}
.commonPage .enter{
    outline:none;
    border:none;
    width: 55px;
    height: 30px;
    display: inline-block;
    background: #2D6DCA;
    line-height: 30px;
    margin: 0 5px;
    color: #fff;
}