﻿body {
	font-family: "Microsoft YaHei";
}

ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

.ldtp {
	width: 1000px;
	height: 460px;
	background-color: #fff;
}

.ldtp img {
	width: 100%;
}

.bread {
	height: 50px;
	background: url(bt_position_blue.png) no-repeat 0 center;
	padding-left: 20px;
	font-size: 13px;
	line-height: 50px;
	color: #333333;
}

.bread a {
	color: #333333;
}

/*领导简介*/
.ldjj {
	width: 1000px;
	height: 445px;
	background-color: #fff;
}

.ldjjs {
	width: 490px;
	height: 405px;
	border: 1px solid #e9e8e9;
}

.zyhd {
	width: 490px;
	height: 405px;
	border: 1px solid #e9e8e9;
	padding: 0 15px;
}

.ldjjs-title {
	width: 100%;
	height: 46px;
	background: url(ldjj.jpg) no-repeat 0 center;
	background-size: 100%;
}

.ldjjs-bt {
	margin: 0 20px;
	height: 20px;
	line-height: 60px;
	/*border-bottom:1px solid #dedfe3;*/
}

.ldjjs-content {
	padding: 0 20px;
}

.ldjjs-content p {
	color: #333333;
	line-height: 30px;
	font-size: 15px;
	margin-top: 0px;
}

/*重要活动*/
.zyhd-title {
	background: url(leaf.png) no-repeat 0 center;
	padding-left: 30px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dedfe3;
}

.zyhd-title h2 {
	color: #2389ef;
	font-size: 17px;
}

.zyhd-title span a {
	color: #666666;
	font-size: 13px;
}

.zyhd-content span {
	float: right;
	color: #999999;
	font-size: 15px;
}

.zyhd-content ul li {
	background: url(list.png) no-repeat 0 center;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
}

.zyhd-content ul {
	margin-top: 15px;
}

.zyhd-content ul li a {
	color: #333333;
	font-size: 15px;
}

/* 适老化样式 */
.old_type .bt-box-1000{width: 1200px;}
.old_type .bread {
	width: 1200px; 
	padding-left: 50px;
	height: 90px;
	font-size: 32px;
	line-height: 90px;
	background-size: auto 26px;
}
.old_type .bread span,.old_type .bread a{font-size: 32px;}
.old_type .ldtp{width:1200px;}
.old_type .ldjj {
    width: 1200px;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 5px;
}
.old_type .ldjjs,.old_type .zyhd{
    width: 1140px;
    height: auto;
    margin: 0 auto;
    float: none
}
.old_type .ldjjs-title{line-height: 96px;height:96px;background: url(ldjj_old.png) no-repeat 0 center;}
.old_type .zyhd{padding:10px 30px 20px 30px;margin-top: 30px;}
.old_type .ldjjs-content{padding: 0 30px 30px 30px;}
.old_type .ldjjs-content p {
    font-size: 36px;
    line-height: 72px;
}
.old_type .zyhd-title {
    padding-left: 50px;
    height: 96px;
	line-height: 96px;
	background: url(leaf_old.png) no-repeat 0 center;
}
.old_type .zyhd-title h2{font-size: 48px;}
.old_type .zyhd-title span a{font-size: 42px;}
.old_type .zyhd-content ul li a{font-size: 36px;}
.old_type .zyhd-content ul li {
    padding-left:30px;
    height: 72px;
    line-height: 72px;
    background-size:10px 8px;
}
.old_type .zyhd-content span{font-size: 36px;}

/* 手机端样式 */
.mobile_type .bt-box-1000{width: 96%;}
.mobile_type .ldtp{width:100%;height:auto;}
.mobile_type .ldjj{width:100%;height:auto;}
.mobile_type .ldjjs {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.mobile_type .ldjjs-title{background-size: auto;}
.mobile_type .zyhd {
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding-bottom: 15px;
}
.mobile_type .zyhd-content ul li a {
    width: 82%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: inline-block;
	padding: 0 15px 15px 0;
}