﻿/* 内容页 */
.contentpage{min-height: 600px;background-color: #e8ebee;padding: 25px 0;}
.contentpage .content{min-height: 600px;background-color: #fff;padding: 0 25px 20px 25px;}
.contentpage .title h3{font-size: 30px;text-align: center;height: 50px;line-height: 50px;font-weight: bold;margin-top: 40px;}
.contentpage .subtitle{height: 31px;font-size: 16px;text-align: center;line-height: 31px;}
/*.contentpage .content{text-align: center;}*/
.contentpage .foot{height: 31px;font-size: 16px;}
.contentpage .foot  .foot-left{height: 31px;}
.contentpage .foot  .foot-right{height: 31px;}

@media (max-width: 1099.98px) ,(min-resolution: 192dpi), (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
/* 内容页 */
.contentpage{min-height: 6rem;padding: 0.25rem 0;}
.contentpage .content{min-height: 6rem;padding: 0 0.25rem 0.2rem 0.25rem;}
.contentpage .title h3{font-size: 0.3rem;text-align: center;height: 0.7rem;line-height: 0.7rem;font-weight: bold;margin-top:0.4rem;}
.contentpage .subtitle{height: 0.33rem;font-size: 0.2rem;text-align: center;line-height: 0.33rem;}
.contentpage .content{text-align: center;}
.contentpage .foot{height: 0.33rem;;font-size: 0.2rem;}
.contentpage .foot  .foot-left{height: 0.33rem; width: 2.2rem;}
.contentpage .foot  .foot-right{height: 0.33rem; width: 2.2rem;}
}