* {
    padding: 0;
    margin: 0;
}
html, body {
    font-family: 'Microsoft Yahei', Helvetica, 'Hiragino Sans GB', '微软雅黑', Arial, sans-serif;
    background-color: #fdf2e6;
}
div, ul, li, a {
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
img {
    border: 0;
}
.l, .fl {
    float: left;
}
.r {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.tc {
    text-align: center;
}
.tr {
    text-align: right;
}
.oh {
    overflow: hidden;
}

.container {
    padding: 0 16px;
    overflow: hidden;
}
.pic-title {
    text-align: center;
    padding-bottom: 12px;
}
.pic-title img {
    width: 151px;
}

.banner img {
    display: block;
    width: 100%;
}

.block1 {
    padding-top: 36px;
}
.block1 .content {
    padding: 12px;
    background-color: #ffffff;
}
.block1 .content .title {
    background-color: #19306d;
    padding: 8px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
}
.block1 .content .line {
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}
.block1 .content .line.bm {
    border-bottom: 1px dashed #ddd;
}
.block1 .content .line .time {
    margin-right: 16px;
}
.block1 .content .date {
    background-color: #eaf8fa;
}
.block1 .content .date p {
    width: 140px;
    background-color: #19306d;
    text-align: center;
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.block1 .content .date p span {
    padding-right: 5px;
    font-size: 28px;
}

.block2 {
    padding-top: 36px;
}
.photos {
    position: relative;
    z-index: 1;
}
.photos ul {
    overflow: hidden;
}
.photos li {
    float: left;
    width: 50%;
    padding: 0 1% 12px;
    overflow: hidden;
}
.photos li img {
    width: 100%;
    display: block;
    margin-bottom: 8px;
}
.photos li p {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.more {
    text-align: center;
    padding: 0 0 10px;
}
.more a {
    width: 80px;
    height: 24px;
    line-height: 24px;
    background-color: #17316d;
	border-radius: 12px;
    color:#ffffff; 
    font-size:12px; 
    display:block; 
    margin:0 auto;
}


.block3 {
    padding-top: 26px;
}
.trends {
    position: relative;
    z-index: 1;
    padding: 0 16px;
    overflow: hidden;
}
.news {
    padding-bottom: 8px; 
}
.news ul {
    height: 250px;
    overflow-y: auto;
}
.news li {
    width: 100%;
}
.news li a {
    display: inline-block;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}


.block4 {
    padding: 36px 16px 20px;
}
.dh-scrol {
    position: relative;
    width: 100%;
}
.dh-box img{ 
	float: left;
	width: 100%;
}
.dh-box	.ctn{
	margin-top: 12px;
}
.dh-box	.ctn .name{
	font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
}
.dh-box	.ctn .post{
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #959595;
}
.dh-box	.ctn .des{
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}
.pic-small{
	position: relative;
    padding: 0 28px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 8px;
}
.pic-small .tempWrap {
    width: 100% !important;
}
.pic-small .next,.pic-small .prev{ 
    position: absolute;
    top:18px; 
    width:20px;
    height: 30px; 
}
.pic-small .next{
    right: 0;
}
.pic-small .prev{
    left: 0;
}
.dh-pic li{
	float: left;
	width: 76px;
	height: 68px;
	padding: 4px;	
}
.dh-pic li img{
	width: 58px;
	height:58px;
}
.dh-pic li.active{
	padding: 4px;
	border: 1px solid #333333;
}

.block5 {
    padding: 20px 0;
    background-color: #19306d;
}
.block5 .title {
    text-align: center;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0.5px;
	color: #ffffff;
}
.block5 .content {
    padding-top: 16px;
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.block5 .content .card {
    padding-bottom: 8px;
}
.block5 .content .name {
    font-size: 14px;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 100;
    width: 1.387rem;
    height: 1.707rem;
    background: #5cc2cf;
    font-size: .373rem;
    color: #1d2088;
    text-align: center;
    padding: .4rem .16rem 0;
    box-sizing: border-box;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}