/* PAGE页面样式 */
.headerPage {
    width: 100%;
    height: auto;
}

.bannerPage {
    width: 100%;
    height: 480px;
}

.bannerPage img {
    width: 100%;
    height: 100%;
}

.bannerPageMobile {
    width: 100%;
    height: 240px;
    margin-top: 68px;
}

.bannerPageMobile img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1px) and (max-width: 1500px) {
    .bannerPage {
        display: none;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .bannerPageMobile {
        display: none;
    }
}

.subjectContent {
    width: 100%;
}

.subjectContentContainerPosition {
    display: block;
    width: 100%;
    height: 40px;
    border-bottom: #e6e6e6 1px solid;
    background-image: url(../images/position.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    overflow: hidden;
    margin-top: 40px;
}

.subjectContentContainerPosition span {
    float: left;
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
    text-align: left;
    line-height: 30px;
    font-weight: bold;
    margin-left: 32px;
}

.subjectContentContainerPosition a {
    float: left;
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 30px;
}

.subjectContentContainerPosition .address {
    color: #2e75b6;
}

.subjectContentContainerContent {
    display: block;
    width: 100%;
    min-height: 704px;
    overflow: hidden;
    margin-top: 40px;
}

.classification {
    float: left;
    display: block;
    width: 396px;
    background-color: aquamarine;
}

.classification ul {
    width: 100%;
}

.classification li {
    width: 100%;
    height: 75px;
    background-color: #f5f5f5;
    border-bottom: #dedfe0 1px solid;
}

.classification li a {
    display: block;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #62666d;
    text-align: left;
    line-height: 75px;
    padding-left: 12px;
    background-image: url(../images/classification.png);
    background-repeat: no-repeat;
    background-position: 364px 30px;
}

.classification .classificationLiCurrent {
    background-color: #2e75b6;
}

.classification .classificationACurrent {
    color: #fff;
    background-image: url(../images/classificationhover.png);
}

.classification li:hover a {
    background-color: #2e75b6;
}

.classification li:hover a {
    color: #fff;
    background-image: url(../images/classificationhover.png);
}

.list {
    float: right;
    display: block;
    width: calc(100% - 416px);
    min-height: 614px;
    border: #d8e1fc 1px solid;
    position: relative;
}

.list ul {
    width: calc(100% - 24px);
    height: 100%;
    margin: 0 auto;
}

.list li {
    width: 100%;
    height: 40px;
    border-bottom: #e0e0e0 1px dotted;
    overflow: hidden;
}

.list li span {
    float: left;
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #555;
    line-height: 40px;
    text-align: left;
}

.list li a:hover span {
    color: #2e75b6;
}

.list li p {
    float: right;
    display: block;
    font-family: "Arial";
    font-size: 14px;
    color: #555;
    line-height: 40px;
    text-align: left;
}

.list li a:hover p {
    color: #2e75b6;
}

.page {
    display: block;
    width: 384px;
    height: 32px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -192px;
}

.page dl {
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.page dd {
    display: inline-block;
    width: auto;
    height: 30px;
    margin-right: 5px;
    border: 1px solid #e1e1e1;
}

.page a {
    padding: 0 10px;
    display: block;
    font-family: "宋体";
    font-size: 12px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.page dd:hover {
    background-color: #2e75b6;
    border: 1px solid #2e75b6;
}

.page a:hover {
    color: #fff;
}

.subjectContentMobile {
    width: 100%;
    height: auto;
}

.subjectContentContainerContentMobile {
    display: block;
    width: 96%;
    margin: 0 auto;
    margin-top: 10px;
}

.classificationMobile {
    display: block;
}

.classificationMobile ul {
    width: 100%;
    overflow: hidden;
}

.classificationMobile li {
    float: left;
    display: block;
    width: calc(33% - 10px);
    height: auto;
    background-color: #f5f5f5;
    border-bottom: #dedfe0 1px solid;
}

.classificationMobile li {
    margin: 0px 5px 10px;
}

.classificationMobile li a {
    display: block;
    font-family: "微软雅黑";
    font-size: 18px;
    color: #62666d;
    text-align: center;
    line-height: 44px;
    background-image: url(../images/classification.png);
    background-repeat: no-repeat;
    background-position: 364px 30px;
}

.classificationMobile .classificationLiCurrentMobile {
    background-color: #2e75b6;
}

.classificationMobile .classificationACurrentMobile {
    color: #fff;
    background-image: url(../images/classificationhover.png);
}

.classificationMobile li:hover a {
    background-color: #2e75b6;
}

.classificationMobile li:hover a {
    color: #fff;
    background-image: url(../images/classificationhover.png);
}

.listMobile {
    display: block;
    min-height: 614px;
    border: #d8e1fc 1px solid;
    position: relative;
    margin-bottom: 10px;
}

.listMobile ul {
    width: calc(100% - 24px);
    height: 100%;
    margin: 0 auto;
}

.listMobile li {
    width: 100%;
    height: 40px;
    border-bottom: #e0e0e0 1px dotted;
    overflow: hidden;
}

.listMobile li span {
    float: left;
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #555;
    line-height: 40px;
    text-align: left;
}

.listMobile li a:hover span {
    color: #2e75b6;
}

.listMobile li p {
    float: right;
    display: block;
    font-family: "Arial";
    font-size: 14px;
    color: #555;
    line-height: 40px;
    text-align: left;
}

.listMobile li a:hover p {
    color: #2e75b6;
}

.pageMobile {
    display: block;
    width: 384px;
    height: 32px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -192px;
}

.pageMobile dl {
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.pageMobile dd {
    display: inline-block;
    width: auto;
    height: 30px;
    margin-right: 5px;
    border: 1px solid #e1e1e1;
}

.pageMobile a {
    padding: 0 10px;
    display: block;
    font-family: "宋体";
    font-size: 12px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.pageMobile dd:hover {
    background-color: #2e75b6;
    border: 1px solid #2e75b6;
}

.pageMobile a:hover {
    color: #fff;
}

/* 详情页样式 */
.details {
    float: right;
    display: block;
    min-height: 850px;
    width: calc(100% - 416px);
    border: #d8e1fc 1px solid;
    overflow-y: auto;
}

.detailsMobile {
    display: block;
    height: auto;
    border: #d8e1fc 1px solid;
    overflow-y: auto;
    margin-bottom: 10px;
}

@media screen and (min-width: 1px) and (max-width: 1500px) {
    .subjectContent {
        display: none;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1920px) {
    .subjectContentMobile {
        display: none;
    }
}