@charset "gb2312";
/**
 * Created with 93website index.css(cs3).
 * User: CuiPeng
 * Date: 15-7-19
 * Time: p.m. 13:00
 * To change 93website Reset Style | Base | General stylesheet.
 */
/* CSS Document */

/* reset: 重设外观 */
body { color: #424242; font-family: "宋体", SimSun, sans-serif;}
a{ text-decoration:none; color:#424242;}
body,div,q,iframe,form,
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
img,fieldset{border: none 0;}
body,td,textarea{word-break: normal; line-height:1.4;}
body,input,textarea,select,button{margin: 0; font-size: 14px; font-family: "宋体", SimSun, sans-serif; color:#424242;}
div,p,table,th,td{ font-size:1em; font-family:inherit; line-height:inherit;}
td{word-wrap:break-word; word-break:normal;}
ul,dl,li{list-style: none outside;}
em,i,u,q,s,dl,caption{ font-style: normal; font-weight: normal; text-decoration: none;}
p{text-align: justify; text-justify: inter-ideograph; line-height:1.4; margin:0; padding:0;}

* html textarea,*+html textarea {overflow:auto; overflow-x: hidden; }/* 使多行文本框不显示默认的竖向滚动条 */
* html iframe, * html frame {overflow:auto; }/* 使浮动窗口不显示默认的竖向滚动条 */
* html input {overflow: hidden; }/* 使按钮文字不溢出 */
/* end reset */

/* Global:常用样式 */
.fl{ float:left; _display:inline;}
.fr{ float:right; _display:inline;}
.clear{ clear:both;}
.clearfix{display: block; display: table; *display: inline-block; _height: 1%;}
.clearfix:after {content:'\20'; display:block; clear:both;}
.clearself{ overflow:hidden; _overflow:visible; _height:1%;}
.inline-block{display:inline-block;*zoom: 1;*display: inline;vertical-align:middle;overflow:hidden;}
.justify{ text-align: justify; text-justify: inter-ideograph;}
a:link {color: #444;}
a:visited {color:#c00;}
a:hover,a:active {color:#0000CC;}
/* 页头样式cp */
.pageWidth {
	width: 1000px;
	margin: 0 auto;
}
.topbar {
	width: 100%;
	height: 37px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	background: url(imagestopbarbg.png) 0 0 repeat-x;
	margin: 0 auto;
	font-size: 12px;
}

.leftMail {
	margin-top: 3px;
	_margin-top: 1px;
}
.leftMail span {
	float: left;
	margin-right: 5px;
	margin-top: 1px;
}
.leftMail span .toptextbox {
	width: 7em;
	vertical-align: middle;
	margin-top: 2px;
}
.leftMail span .topbtn {
	width: 42px;
	height: 20px;
	line-height: 19px;
	border: none;
	color: #fff;
	vertical-align: middle;
	cursor: pointer;
	background: url(imagesbtnbg.png) 0 0 no-repeat;
	float: left;
	font-size: 9pt;
}
.leftMail span.nowtime {
	line-height: 23px;
}
.rightMenu {
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-top: 3px;
}
.rightMenu a {
	color: #000;
}

.banner {
	width: 100%;
	height: 249px;
	background: url(imagesbanner.jpg) center top no-repeat;
	margin: -40px auto 0;
	background-size: 100% auto;
}
.logoArea {
	float: left;
	padding-top: 90px;
	padding-left: 2em;
}
.searchArea {
	margin-top: 180px;
	width: 300px;
	height: 31px;
	float: right;
}
.searchArea input {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px #e60000 solid;
	line-height: 28px;
	height: 28px\9;
	width: 225px;
	float: left;
	filter: alpha(opacity=75); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.75; /*Firefox私有，透明度50%*/
	opacity: 0.75;/*其他，透明度50%*/
}
.searchArea button {
	line-height: 32px;
	height: 32px;
	width: 50px;
	float: left;
	background: url(imagesico-search.png) 12px 5px #e60000 no-repeat;
	border: 1px #e60000 solid;
	cursor: pointer;
	text-indent: -999em;
}
/*导航菜单样式*/
.menubar {
	width: 100%;
	height: 35px;
	border-bottom: 1px #e60000 solid;
	overflow: hidden;
}
.menu li {
	float: left;
	width: 130px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
}
.menu li a {
	width: 120px;
	height: 32px;
	line-height: 32px;
	float: left;
	padding-left: 10px;
}
.menu li a:link, .menu li a:visited {
	color: #0068b7;
	border-bottom: 3px transparent solid;
}
.menu li a:hover, .menu li a:active, 
.menu li a.current:link, .menu li a.current:visited,
.menu li a.current:hover, .menu li a.current:active {
	color: #e60000;
	border-bottom: 3px #e60000 solid;
}
.ico-menu {
	width: 26px;
	height: 26px;
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	background: url(imagesico-menu.png) no-repeat;
}
.ico-01 {
	background-position: 0 0;
}
.ico-02 {
	background-position: 0 -36px;
}
.ico-03 {
	background-position: 0 -72px;
}
.ico-04 {
	background-position: 0 -108px;
}
.ico-05 {
	background-position: 0 -144px;
}
.ico-06 {
	background-position: 0 -180px;
}
.ico-07 {
	background-position: 0 -216px;
}
.menu li a:hover .ico-01, .menu li a:active .ico-01, .menu li a.current .ico-01 {
	background-position: -45px 0;
}
.menu li a:hover .ico-02, .menu li a:active .ico-02, .menu li a.current .ico-02 {
	background-position: -45px -36px;
}
.menu li a:hover .ico-03, .menu li a:active .ico-03, .menu li a.current .ico-03 {
	background-position: -45px -72px;
}
.menu li a:hover .ico-04, .menu li a:active .ico-04, .menu li a.current .ico-04 {
	background-position: -45px -108px;
}
.menu li a:hover .ico-05, .menu li a:active .ico-05, .menu li a.current .ico-05 {
	background-position: -45px -144px;
}
.menu li a:hover .ico-06, .menu li a:active .ico-06, .menu li a.current .ico-06 {
	background-position: -45px -180px;
}
.menu li a:hover .ico-07, .menu li a:active .ico-07, .menu li a.current .ico-07 {
	background-position: -45px -216px;
}

/* 导航——二级栏目概要样式 */
.hide {
	display: none;
}
.menubar > div {
	padding: 20px;
	width: 954px;
	height: 304px;
	margin: 0 auto;
	position: absolute;
	border: 3px #e60000 solid;
	background: #fff;
	z-index: 999;
	margin-top: 35px;
	*margin-top: 0;
	left: 50%;
	margin-left: -500px;
	box-shadow: 0 5px 5px #333;
	filter: alpha(opacity=97);
	opacity: 0.97; 
	overflow: hidden;
}
.subci-base {
	width: 460px;
	height: 300px;
	float: left;
}
.subciMargin {
	margin-right: 30px;
}
.subci-base h2 {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px #c00 dashed;
	font-size: 16px;
}
.subci-base h2 span {
	float: right;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	*margin-top: -30px;
}
.subci-infobox {
	width: 460px;
	height: 270px;
}
.bsjs-laderlist ul {
	width: 460px;
	float: left;
	margin-top: 8px;
}
.bsjs-laderlist li {
	float: left;
	line-height: 35px;
	float: left;
	width: 100px;
	margin-right: 10px;
}
.bsjs-laderlist li a:link, .bsjs-laderlist li a:visited {
	color: #444;
}
.bsjs-laderlist li a:hover, .bsjs-laderlist li a:active {
	color: #c00;
}
.bsjs-laderlist li.lader_left_text {
	text-align: right;
	width: 100px;
	margin-right: 10px;
	margin-left: 0;
}
.bsjs_zzjg img {
	height: 270px;
}
.ladertextbox {
	height: 130px;
}
.news-sublist-top {
	padding: 10px 0;
	height: 110px;
	border-bottom: 1px #ccc dashed;
}
.news-st-thumbimg {
	width: 140px;
	height: 110px;
	margin-right: 20px;
	overflow: hidden;
	float: left;
}
.news-st-thumbimg img {
	height: 110px;
}
.news-st-reader {
	width: 290px;
	height: 110px;
	overflow: hidden;
	float: left;
}
.news-st-reader h3 {
	line-height: 30px;
	font-size: 14px;
	width: 290px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	float: left;
	color: #c60000;
}
.news-st-reader p {
	height: 80px;
	line-height: 25px;
	overflow: hidden;
	text-indent: 2em;
	float: left;
}
.news-sublist-bottom {
	height: 112px;
	padding: 14px 0;
	overflow: hidden;
}
.news-sublist-bottom li {
	height: 30px;
	line-height: 30px;
	width: 98%;
	float: left;
}
.news-sublist-bottom li a {
	display: block;
	width: 98%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	float: left;
}
.subnews-right .news-sublist-bottom, .syfc-right .news-sublist-bottom {
	padding: 0px 0;
	margin: 3px 0 8px 0;
}
.subnews-left h2 {	
	background: url(imagessubtbg.png) 0 27px no-repeat;
	border: 0;
}
.subnews-right h2, .syfc-right h2 {	
	background: url(imagessubtbg.png) 0px -28px no-repeat;
	text-align: center;
	border: 0;
}
.lxzn-left h2, .lxzn-right h2 {	
	background: url(imagessubtbg.png) 0px -100px no-repeat;
	padding-left: 30px;
	color: #fff;
	border: 0;
}
.zzjs-left h2, .zzjs-center h2, .zzjs-right h2 {	
	background: url(imagessubtbg.png) 0px -65px no-repeat;
	padding-left: 25px;
	border: 0;
}
.lshm-left h2, .lshm-right h2 {
	background: url(imagessubtbg.png) 0px -150px no-repeat;
	padding-left: 25px;
}
.lxzn-left h2 a, .lxzn-right h2 a {
	color: #fff;
}
.tab-b {
	font-size: 14px;
	color: #444;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px #ccc dashed;
} 
.tab-b li {
	float: left;
}
.tab-b a {
	padding: 0 15px;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}
.tab-b a:link, .tab-b a:visited {
	color: #444;
}
.tab-b a:hover, .tab-b a:active, 
.tab-b a.current:link, .tab-b a.current:visited {
	color: #c60000;
}
.lxzn-listbox {
	height: 200px;
}
.zzjs-left, .zzjs-center, .zzjs-right {
	width: 295px;
}
.zzjs-center {
	margin: 0 30px;
}
.syfc-fourbtn {
	width: 400px;
	height: 240px;
	padding: 30px;
	background: url(imagessyfc-fourbg.png) center center no-repeat;
}
.syfc-fourbtn li {
	width: 170px;
	height: 90px;
	float: left;
	margin: 15px;
}
.syfc-fourbtn li a {
	width: 170px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	float: left;
	border-radius: 8px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #fff;
}
.syfc-fourbtn li a:link, .syfc-fourbtn li a:visited {
	background: #49bdcc;
}
.syfc-fourbtn li a:hover, .syfc-fourbtn li a:active {
	background: #e60000;
}
.lshm-listbox {
	height: 240px;
}
.historyToday {
	width: 460px;
	height: 240px;
	padding: 14px 0;
	overflow: hidden;
}
.historyToday h3 {
	line-height: 20px;
	padding: 0 10px;
	color: #c60000;
}
.historyToday p {
	line-height: 30px;
	text-indent: 2em;
	height: 65px;
	overflow: hidden;
	border-bottom: 1px #ddd dashed;
	padding: 0px 10px;
	margin-bottom: 15px;
}
.historyTodayList {
	height: 30px;
	overflow: hidden;
	padding-left: 4px;
}
.historyTodayList li {
	float: left;
	line-height: 30px;
	width: 64px;
	text-align: center;
	margin-right: 1px;
	background: #f1f1f1;
}
.subci-base h2 a:link, .subci-base h2 a:visited {
	color: #c60000;
}
.subci-base h2 a:hover, .subci-base h2 a:active {
	color: #0000CC;
}
/*页脚样式*/
.footer {
	width: 100%;
	height: 113px;
	background: #ebebeb;
}
.footercon {
	padding-top: 20px;
	height: 113px;
}
.footercon p {
	text-align: center;
	color: #4e4e4e;
	line-height: 2;
}
.footercon p span {
	padding-right: 30px;
}
.footercon p a {
	padding: 0px 10px;
	color: #4e4e4e;
}
.footercon p a:hover {
	color: #c00;
}
.color_orange, a.color_orange:link, a.color_orange:visited {
	color: #F90;
}
.color_red {
	color: #f00;
}


/**
//  头部二维码显示样式新增
*/

.show-ewm {
	width: 120px;
	height: 140px;
	background: #fff;
	position: fixed;
	display: none;
	margin-top: -8px;
}
.show-ewm img, .show-ewm em {
	float: left;
	width: 120px;
}
.show-ewm em {
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.show-ewm em span {
	float: right;
}
.show-ewm em a {
	color: #c00;
}
@charset "gb2312";
/* CSS Document */


.mainBox {
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 10px;
	padding-top: 8px;
}
/*图片播放器样式*/
.NewsBox {
	background: #fff;
}
.imgplayer {
	width: 362px;
	height: 295px;
	position: relative;
	background: url(imagespptbg.png) 0 0 no-repeat;
}
.changeDiv img {
	width: 354px;
	height: 281px;
}
.myimg {
	padding: 4px;
}
.changeDiv {
	position:absolute;
	display:none;
}
.changeDiv h3{
	position: absolute;
	left: 0px;
	bottom: 60px;
	width: 354px;
	height: 36px;
	line-height: 36px;
	background: #000;
	filter: alpha(opacity=65);
	opacity: 0.65; 
	font-size: 12px;
	margin: 0px;
}
.changeDiv h3 a{
	display: block;
	padding-left: 10px; 
	color:#fff;
	font-size: 14px;
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.smallImages {
	width: 354px;
	height: 60px;
	background: #000;
	position: absolute;
	bottom: 10px;
}
.smallImages ul {
	padding: 0px 0px 0px 4px;
}
.smallImages ul li {
	float: left;
}
.smallImages ul li span {
	display: inline-block;
}
.smallImages ul li img {
	width: 65px;
	height: 45px;
	padding: 7px 2px 0px 2px;
}
.smallImages ul li span.on {
	background: url(imagespptcurrent.gif) center center no-repeat;
	width: 68px;
	height: 53px;
}

/*社会要闻样式*/
.midNews {
	width: 428px;
	height: 293px;
	overflow: hidden;
	margin-left: 8px;
	background: url(../images/midNewsBg.png) 0 0 no-repeat;
}
.midNews .tabtitle {
	width: 427px;
	height: 35px;
	line-height: 35px;
	background: url(../images/tabTitleBg.gif) 0 0 no-repeat;
}
.midNews .tabtitle ul.tabs li {
	float: left;
	padding: 0px 15px;
	height: 28px;
	line-height: 28px;
	margin-top: 3px;
}
.midNews .tabtitle ul.tabs {
	padding-left: 10px;
	font-size: 15px;
	font-family: "华文细黑";
}
.midNews .tabtitle ul.tabs li a {
	color:#4E4E4E;
	display: inline-block;
	height: 28px;
	line-height: 28px;
	width: 100px;
	text-align: center;
}
.midNews .tabtitle ul.tabs li a.current {
	color: #fff;
	background: url(../images/tabcurrent.gif) left top no-repeat;
}
.tabconCom h2 {
	font-size: 18px;
	padding: 15px 0px 5px 15px;
	color: #b50000;
	width: 380px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.tabconCom h2 a {
	color: #b50000;
}
.tabconCom ul {
	padding: 0px 15px 0px 20px;
}
.tabconCom ul li {
	height: 26px;
	line-height: 26px;
	background: url(imageslistarrow.gif) left center no-repeat;
	padding-left: 15px;
}
.tabconCom ul li a {
	display: block;
	width: 330px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.tabconCom ul li span a {
	color: #f76e00;
	width: auto;
}
.ChairBox {
	width: 202px;
	height: 294px;
	background: url(../images/mailBoxBg.jpg) 0 -20px no-repeat;
	margin-right: -5px;
}
.Chairimg {
	width: 161px;
	height: 212px;
	background: #fff;
	margin: 5px 0px 0px 22px;
}
.Chairimg img {
	padding: 6px;
}
.mailbox {
	margin: 8px 0px 0px 22px;
}
.adimg {
	background: #fff;
}
.adimg img {
	padding-top: 8px;
}
.MidContent {
	background: #fff;
}
.MidContent .Content {
	padding-top: 8px;
}

/*中间左侧样式*/
.LeftCon {
	width: 795px;
}
.czyzBox {
	width: 795px;
	height: 191px;
	overflow: hidden;
	background: url(../images/czyzBoxBg.jpg) 0 0 no-repeat;
}
.mzjdBox {
	width: 795px;
	height: 191px;
	overflow: hidden;
	margin-top: 8px;
	background: url(../images/mzjdBoxBg.jpg) 0 0 no-repeat;
}
/*第一块公用标题样式*/
.comtitle {
	width: 32px;
}
.comtitle h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 45px 0px 0px 8px;
	color: #fff;
}
.comtitle h2 a {
	color: #fff;
}
/*第一块公用列表样式*/
.comBox {
	width: 229px;
	margin-left: 20px;
	margin-top: 15px;
}
.listComTitle {
	height: 29px;
	line-height: 29px;
	background: url(../images/listtitlebg.gif) 0 0 no-repeat;
}
.listComTitle h2 {
	font-size: 14px;
	font-weight: bold;


	height: 29px;
	line-height: 15px;
	padding-left: 20px;
}
.listComTitle h2 a {
	color: #ca8619;
}
.listComTitle h2 span {
	font-weight: normal;
	font-size: 12px;
	margin-right: 15px;
}
.listComTitle h2 span a {
	color: #707070;
}
.comBox ul li {
	height: 28px;
	line-height: 28px;
	background: url(imageslistarrow.gif) left center no-repeat;
	padding-left: 10px;
	width: 210px;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.comBox ul li a {
}
.shfwBox {
	margin-top: 8px;
	height: 191px;
	overflow: hidden;
	background: url(../images/shfwBoxBg.jpg) 0 0 no-repeat;
}
/*身边的榜样样式*/
.MidThreeImage {
	width: 796px;
	height: 88px;
	margin-top: 5px;
	background: url(../images/themeBg.jpg) 0 0 no-repeat;
}
.MidThreeImage img {
	width: 259px;
	height: 61px;
	padding: 7px 0px 0px 5px;
	display: block;
	float: left;
}
.MidThreeImage span {
	margin: 2px 15px 0px 0px;
}
.MidThreeImage span a {
	color: #000;
}
/*第二块公用列表样式*/
.TcomBox {
	width: 238px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.TcomBox .listComTitle {
	height: 29px;
	background: url(../images/TcomTitlebg.gif) 0 0 no-repeat;
}
.TcomBox .listComTitle h2 {
	height: 29px;
	line-height: 29px;
	padding-left: 28px;
	overflow: hidden;
}
.TcomBox .listComTitle h2 a {
	color: #3d3d3d;
}
.TcomBox img {
	width: 222px;
	height: 62px;
}
.jxcon ul {
	padding: 5px 0px 0px 8px;
}
/*机关建设样式*/
.bulid {
	width: 795px;
	height: 191px;
	margin-top: 5px;
	overflow: hidden;
	background: url(../images/jgjsBoxBg.jpg) 0 0  no-repeat;
}
.bulidList {
	margin-left: 22px;
}
/*组织建设样式*/
.zzbulid {
	width: 795px;
	height: 191px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/zzjsBoxBg.jpg) 0 0  no-repeat;
}
.sxjs {
	width: 795px;
	height: 191px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/sxjsBoxBg.jpg) 0 0  no-repeat;
}
.history {
	width: 795px;
	height: 191px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/history.gif) 0 0  no-repeat;
}
/*精彩图片样式*/
.butifulImage {
	width: 794px;
	height: 183px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/imageBoxBg.jpg) 0 0 no-repeat;
}
.imgborder {
	width: 209px;
	height: 127px;
	margin: 0px 5px;
	padding: 8px 6px;
	background: url(../images/imgborder.jpg) 0 0 no-repeat;
}
.imgscroll {
	margin-left: 85px;
	margin-top: 18px;
}
.imgborder a {
	width: 203px;
	height: 127px;
	overflow: hidden;
	margin: 0 0 0 3px;
	float: left;
}
.imgscroll img {
	width: 203px;
	min-height: 127px;
}
/* 社员风采样式*/
.syfc {
	width: 795px;
	height: 191px;
	margin-top: 10px;
	overflow: hidden;
	background: url(../images/syfcBg.gif) 0 0 no-repeat;
}

.fcComBox {
	width: 410px;
	float: left;
	margin-left: 22px;
	margin-top: 5px;
}
.fcComBox .listComTitle {
	height: 29px;
	border-bottom: 1px dashed #F87C02;
	background: none;
}
.fcComBox .listComTitle h2 {
	height: 29px;
	line-height: 29px;
	padding-left: 20px;
	background: url(../images/circle.gif) left center no-repeat;
}
.fcComBox .listComTitle h2 a {
	color: #F87C02;
}
.syfcCon {
	margin-top: 6px;
}
.personPhoto {
	width: 117px;
	height: 142px;
	overflow: hidden;
}
.personPhoto  img {
	height: 142px;
}
.syfclist {
	width: 280px;
}
.syfclist ul {
	padding-top: 5px;
}
.syfclist ul li {
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	background: url(imageslistarrow.gif) left center no-repeat;
	width: 248px;
	white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.ysfc {
	margin: 10px 10px 0px 0px;
	width: 295px;
}
.ysfcTitle {
	width: 295px;
	height: 26px;
	line-height: 26px;
	background: url(../images/ysfcTitlebg.jpg) 0 0 no-repeat;
	text-align: center;
}
.ysfcTitle h2 {
	font-size: 14px;
}
.ysfcTitle h2 a {
	color: #fff;
}
.ysfc ul {
	padding-top: 10px;
}
.ysfc ul li {
	line-height: 2.3;
	padding-left: 10px;
	width: 260px;
    white-space: nowrap;
	overflow: hidden; 
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
	background: url(imageslistarrow.gif) left center no-repeat;
}
/*中间右侧样式*/
.RightCon {
	width: 202px;
	background: url(../images/rightBack.jpg) 0 0 repeat-y;
}
.rightComTitle {
	width: 195px;
	height: 24px;
	line-height: 24px;
	margin-left: 7px;
	background: url(../images/RcomTitlebg.gif) 0 0 no-repeat;
}

.rightComTitle  h2 {
	padding-left: 23px;
	font-size: 14px;
}
.rightComTitle  h2 a {
	color: #fff;
}
.personInfo {
	width: 184px;
	height: 240px;
	overflow: hidden;
	margin: 8px 0px 0px 12px;
	background: url(../images/personback.gif) 0 0 no-repeat;
}
.Mpersonimg {
	text-align: center;
}
.Mpersonimg  img {
	padding-top: 10px;
	width: 162px;
	height: 108px;
}
.personSummary {
	padding:8px 8px 0px 8px;
}
.personSummary p {
	text-indent: 2em;
	line-height:2.2;
}
.btnimg  {
	margin-top: 8px;
	padding-left: 9px;
}
.btnimg img {
	width: 185px;
	height: 50px;
	display: block;
	padding: 3px 0px;
}
.histoday {
	margin-top: 5px;
}
.histoday .personInfo {
	width: 184px;
	height: 172px;
	overflow: hidden;
	background: url(../images/todaybg.gif) 0 0 no-repeat;
}
.histoday .personInfo .personSummary p {
	line-height: 26px;
}
.histoday .personInfo .personSummary p span a {
	color: #424242;
}
.histoday .personInfo .personSummary p span a:hover {
	color: #c00;
}
/*德赛论坛样式*/
.forum {
	margin-top: 10px;
}
.forum .personInfo {
	width: 184px;
	height: 204px;
	overflow: hidden;
	background: url(../images/luntanbg.gif) 0 0 no-repeat;
}
.msglist {
	margin-top: 5px;
}
.msglist .personInfo {
	width: 184px;
	height: 231px;
	background: url(../images/msglistBg.jpg) 0 0 no-repeat;
}
.RightCon .msglist .personInfo ul li {
	 background: url(../images/msglistarrow.gif) left center no-repeat;
	 width: 156px;
}
.RightCon .msglist .personInfo ul li a {
	width: 132px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
	
.RightCon .msglist .personInfo ul li span {

}
.Person {
	margin-top: 8px;
}
.forum .personInfo ul {
	padding: 10px 0px 0px 10px;
}
.forum .personInfo ul li {
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	color: #925858;
	background: url(imagesRarrow.gif) left center no-repeat;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.forum .works {
	width: 184px;
	height: 201px;
	overflow: hidden;
	background: url(../images/works.gif) 0 0 no-repeat;
}
.forum .aboutbooks {
	width: 147px;
	height: 178px;
	overflow: hidden;
	margin-left: 30px;
	background: url(../images/lastbg.gif) 0 0 no-repeat;
}
.forum .aboutbooks img {
	padding: 6px;
}
.bookname {
	text-align: center;
	padding: 10px 0px;
}
.bookname a {
	color: #424242;
}
/*友情链接样式*/
.friendlinks {
	width: 998px;
	border: 1px solid #E9B37F;
	background: #fff;
}
.friendlinscon {
	padding: 8px 0px 0px 10px;
}
.frtitle {
	width: 82px;
}
.frtitle ul li {
	height: 31px;
	overflow: hidden;
}
.frtitle ul li a{
	height: 21px;
	line-height: 21px;
	background: #F5DDC5;
	text-align: center;
	display:block;
	font-weight: bold;
	color: #4f4f4f;
	width: 80px;
}
.frtitle ul li a.current {
	width: 82px;
	background: url(imagesfrtabcurrent.gif) 0 0 no-repeat;
	color: #fff;
}
.friendlinks .paness {
	width: 906px;
	float: right;
	line-height: 1.8;
}
.friendlinks .paness div.socity a,.friendlinks .paness div.city a,.friendlinks .paness div.linkscon a {
	padding: 0px 0px 10px 10px;
	letter-spacing: 2px;
	display: inline-block;
	text-align: left;
}
.friendlinks .paness div.socity a {
	width: 60px;
}
.friendlinks .paness div.city a {
	width: 95px;
}
.friendlinks .paness div.linkscon a {
	width: 210px;
}
.friendlinks .paness a {
	color: #4f4f4f;
}
.outlinks {
	margin: 0 auto;
	background: #fff;
	padding: 10px 0px;
	height: 65px;
	letter-spacing: 5.3px;
}






/*新闻集萃首页样式*/
.insideNews {
	width: 661px;
	margin-left: 7px;
}
.insideNews .NewsTitle {
	height: 29px;
	line-height: 29px;
	margin: 2px 0 0 0px;
	background: url(../images/insideNewsBg.jpg) 0 0 no-repeat;
}
.insideNews .NewsTitle h2 {
	width: 100px;
	height: 28px;
	margin-left: 25px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.insideNews .NewsTitle span {
	margin-right: 10px;
	margin-top: 3px;
}
.insideNews .NewsTitle span a {
	color:#DF4223;
}
.newImageInfo {
	width: 659px;
	padding-top: 5px;
	background: url(../images/dfkdconbg.jpg) repeat-x 0 -4px #FFFFFF;
}
.newImageInfo .newimg {
	width: 272px;
	height: 221px;
	background: url(imagessubnewsBg.png) 0 0 no-repeat;
	margin: 0 0 0 5px;
	overflow: hidden;
}
 .newimg img {
	width: 259px;
	height: 205px;
	padding: 6px;
}
.newintro {
	width: 355px;
	margin-left: 15px;
}
.newintro .newtitle {
	width: 355px;
	text-align: center;
}
.newintro .newtitle h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
}
.newintro .newtitle h2 a {
	color:#d5904b;
}
.newintro .newsummary p {
	text-indent: 2em;
	line-height:2;
}
.newintro .newsummary p span a {
	color: #EF6330;
}
.newlist ul {
	padding: 10px 0px 0px 10px;
}
.newlist ul li {
	height: 32px;
	line-height: 32px;
	background: url(imageslistarrow.gif) left center no-repeat;
	padding-left: 15px;
	border-bottom: 1px dashed #ccc;
}
.newlist ul li a {
    display: block;
	width: 500px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

}
.newlist ul li.bnone {
	border: none;
}
.newlist ul li span {
	margin-right: 8px;
}
	
.websiteNews {
	width: 318px;
	height: 439px;
	overflow: hidden;
	margin-right: 6px;
	background: url(imagesggtitle.jpg) right top no-repeat;
}
.websiteinfo {
	width: 300px;
	margin: 10px;
	height: 85px;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dotted #FCD494;
}
.websiteinfo h2 {
	font-size: 12px;
	font-weight: bold;
	width: 230px;
	padding-top: 10px;
	padding-left: 10px;
	height: 32px;
	overflow: hidden;
}
.websiteinfo h2 a {
	color: #d5904a;
}
.websiteinfo p {
	text-indent: 2em;
	padding: 5px 35px 0px 10px;
	line-height:2;
}
.websiteinfo p span {
	margin-left: 40px;
}
.websiteinfo p span a {
	color: #EF6330;
}
.websiteNews .websitelist ul {
	padding: 0px 10px 0px 10px;
	height: 290px;
	overflow: hidden;
}
.websiteNews .websitelist ul li {
	padding-bottom: 10px;
	padding-left: 15px;
	line-height: 1.4;
	background: url(imageslistarrow.gif) 3px 5px no-repeat;
}
.websiteNews .websitelist ul li a{
	display: block;
}
.websitelist span {
	margin-right: 15px;
}
.websitelist span a {
	color: #EF6330;
}
.newsBoxTwo .placeNews {
	width: 659px;
	margin-left: 8px;
}
.newsBoxTwo .placeNews .placeTitle {
	width: 659px;
	height: 29px;
	line-height: 29px;
	background: url(../images/dfkd.jpg) 0 0 no-repeat;
}
.newsBoxTwo {
	margin-top: 10px;
}
.newsBoxTwo .placeNews .placeTitle h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 45px;
	color:#fff;
}
.newsBoxTwo .placeNews .placeTitle span {
	margin-right: 10px;
}
.newsBoxTwo .placeNews .placeTitle span a {
	color:#DF4223;
}
.placeimglist {
	background: url(../images/dfkdconbg.jpg) repeat-x scroll 0 0 #FFFFFF;
}
.imglistcom {
	 margin-top: 10px;
}
.imglistcom .leftimg {
	width: 130px;
	height: 87px;
	margin: 0 0 0 10px;
}
.imglistcom .leftimg img {
	width: 130px;
	height: 87px;
}
.imglistcom .rightinfo {
	width: 490px;
	margin-left: 15px;
}
.imglistcom .rightinfo h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0px 8px 22px;
}
.imglistcom .rightinfo h2 a {
	color:#B50000;
}
.imglistcom .rightinfo p{
	text-indent: 2em;
	line-height: 2;
	color: #2F2E29;
}
.imglistcom ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
	width: 308px;
	margin: 0 0 0 10px;
	float: left;
}
.imglistcom ul li a {
	display: inline-block;
	padding-left: 10px;
	width: 300px;
	color:#2F2F2F;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;

	background: url(imageslistarrow.gif) left center no-repeat;
}
.imglistcom ul li span {
	margin-right: 39px;
}
.imglistcom ul li.bnone {
	border: none;
}
.dangNews {
	width: 316px;
	margin-right: 8px;
	background: url(imagesdangconbg.jpg) 0 0 no-repeat #fff;
}
.dangNews .dangtitle {
	height: 29px;
	line-height: 29px;
	width: 314px;
	background: url(imagesdangtitle.jpg) 0 0 no-repeat;
}
.dangNews .dangtitle h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-left: 12px;
}
.dangNews .dangtitle span {
	margin-right: 10px;
}
.dangNews .dangtitle span a {
	color: #DF4223;
}
.dangcon {
	width: 314px;
	margin-left: 1px;
	background: url(imagesdanglistbg.jpg) 0 0 repeat-x;
}
.dangcon ul {
	padding: 10px 0px 10px 10px;
}
.dangcon ul li {
	height: 31px;
	line-height: 31px;
	background: url(imageslistarrow.gif) left center no-repeat;
	padding-left: 10px;
	width: 285px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.videoBox {
	width: 994px;
	height: 213px;
	padding-bottom: 20px;
	background: url(imagesvideobg.jpg) 0 0 no-repeat;
}
.videotitle {
	width: 60px;
	height: 63px;
	margin: 35px 0px 0px 45px;
}
.videotitle h2 {
	font-size: 25px;
	font-family:"Adobe 黑体 Std";
	letter-spacing: 3px;
	font-weight: bold;
}
.videotitle h2 a {
	color: #EC752E;
}
.videoScrollImage {
	margin: 40px 0px 0px 35px;
}
.videoScrollImage table tr td img {
	width: 145px;
	height: 100px;
}
.videoScrollImage table tr td span {
    width: 130px;
	display:inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.videoScrollImage table tr td .imgborder {
	width: 152px;
	margin: 0px 8px;
	text-align: center;
	height: 107px;
	padding: 0px;
	background: url(imagesvideoImgBg.jpg) 1px 0 no-repeat;
}
.videoScrollImage table tr td .imgborder a {
    width: auto;
	height: auto;
}
.videoScrollImage table tr td a:link,.videoScrollImage table tr td a:visited {
	color: #2F2E29;
}
.videoScrollImage table tr td a:hover,.videoScrollImage table tr td a:active {
	color: #c00;
}

/*社员风采首页样式*/
.mienLeftCon {
	width: 738px;
	margin-left: 6px;
}
.leftcommonBox {
	width: 736px;
	height: 238px;
	border: 1px solid #DCA96C;
}
.leftcommonBox .xxscCon {
	background: url(../images/toplinebg.jpg) left top repeat-x;
}
.xxsctitle {
	margin: 0px 4px 0px 4px;
	height: 52px;
	background: url(../images/subtitlebg.jpg) 0 8px repeat-x;
}
.xxsctitle h2 {
	height: 30px;
	line-height: 40px;
	_line-height: 43px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 28px;
	background: url(../images/titlearrow.gif) 5px 13px no-repeat;
}
 .xxsctitle h2 a {
	color: #a32b03;
}
.xxsctitle h2 span {
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;
}
.xxsctitle h2 span a {
	color: #000;
}
.xxscCon .xxscInfo .leftInfoImage {
	width: 250px;
	height: 170px;
	margin: 0px 15px 0px 10px;
	overflow: hidden;
	position:relative;
}
.xxscCon .myimg ul li { float:left; display:inline-block; list-style:none; height: 16px; line-height:16px;}
.xxscCon .myimg ul { position:absolute;right:0px;bottom:2px;margin:0px;}
.xxscCon .myimg ul li span { 
   display:inline-block; 
   width: 16px; 
   height: 16px; 
   text-align: center;
   color:#fff; 
   font-size: 12px; 
   cursor:pointer; 
   margin-right:5px; 
   background:#000;
  }
.xxscCon .myimg ul li span.on { background:#c00; color:#fff;}
.xxscCon .xxscInfo .leftInfoImage img{
	width: 250px;
	height: 170px;
}
.xxscCon .xxscInfo .rightInfoList {
	width: 440px;
}
.xxscCon .xxscInfo .rightInfoList ul li {
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	color:#373737;
	background: url(imageslistarrow.gif) left center no-repeat;
}
.xxscCon .xxscInfo .rightInfoList ul li a {
	width: 312px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.xxscCon .xxscInfo .rightInfoList ul li span {
	margin-right: 5px;
}
.ysfcindex {
	margin-top: 10px;
	width: 736px;
	height: 299px;
}
.ysfcindex .ystopimg {
	padding-left: 10px;
	height: 101px;
	overflow: hidden;
}
.ysfcindex .ystopimg img {
	width: 156px;
	padding: 0px 9px 0px 9px;
	float: left;
}
.ysfcindex .ysfclist {
	margin-top: 12px;
}
.ysfcindex .ysfclist ul li {
	float: left;
	width: 320px;
	margin: 0px 0px 0px 20px;
	background: url(imageslistarrow.gif) left center no-repeat;
	padding-left: 15px;
	height: 30px;
	line-height: 30px;
	display: inline;
}
.ysfcindex .ysfclist ul li a {
	width: 220px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.ysleft {
	width: 364px;
}
.lyyscatalog {
	margin-top: 10px;
}
.lyyscatalog .ysleft .xxsctitle {
	height: 52px;
	margin: 0px;
	background: url(../images/subtitlebg.jpg) 0 0 repeat-x;
}
.lyyscatalog .ysleft .xxsctitle h2 {
	height: 30px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 28px;
	background: url(../images/titlearrow.gif) 5px 5px no-repeat;
}
.lyyscatalog .ysleft .xxsctitle h2 span a {
	color:#DF4223;
}
.lyyscatalog .ysleft ul {
	padding-left: 10px;
	top: -10px;
	position: relative;
}
.lyyscatalog .ysleft ul li {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	background: url(imageslistarrow.gif) left center no-repeat;
}
.lyyscatalog .ysleft ul li a {
	width: 230px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.lyyscatalog .ysleft ul li span {
	margin-right: 10px;
}
.ysimg {
    margin: 0px 0px 0px 10px;
}
.tyczright {
	width: 365px;
}
.lyyscatalog .tyczright .xxsctitle {
	height: 30px;
	margin-top: 5px;
	background: url(../images/tytitlebg.gif) right top no-repeat;
}
.lyyscatalog .tyczright .xxsctitle h2 {
	height: 20px;
	line-height: 15px;
	_line-height: 18px;
	padding-left: 23px;
	background: url(../images/titlearrow.gif) 0px 0px no-repeat;
}
.lyyscatalog .tyczright .xxsctitle h2 span {
	margin-right: 22px;
}
.lyyscatalog .tyczright .xxsctitle h2 span a {
	color:#DF4223;
}
.lyyscatalog .tyczright ul {
	padding-top: 15px;
}
.mienRightCon {
	width: 240px;
	height: 726px;
	margin-right: 6px;
}
#myleader {
	 background: none;
	 margin-right: 10px;
	 border: 1px solid #DCA96C;
	 background: #FFFBEB;
	 width: 238px;
	 margin-bottom: 0px;
}
#myleader .rightcomTitle {
    width: 238px;
	height: 30px;
	border-bottom: 1px solid #DCA96C;
	background: url(imagessyfcrightTitleBg.jpg) 0 0 no-repeat;
}
#myleader .rightcomTitle  h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	background: url(imagessyfcrightArrow.gif) 10px 12px no-repeat;
}
#myleader .rightcomTitle  h2 a {
	color:#A32B03;
}
#myleader .rightcomTitle  h2 span {
	margin-right: 10px;
	font-size: 12px;
	font-weight: normal;
}
#myleader .rightcomTitle  h2 span a {
	color: #000;
}
#myleader ul.allleader li {
	text-align: left;
	width: 202px;
	height: 30px;
	line-height: 30px;
	padding: 0 0 0 10px;
/*	width: 100px; 
	text-align: center; */
	overflow: hidden;
	margin: 5px 3px;
	float: left;
	display: inline;
	background: url(imageslistarrow.gif) left center no-repeat;
}
#myleader ul.allleader li img {
	 width: 90px;
	 height: 120px;
}
#myleader ul.allleader {
	padding: 10px 0px 0px 13px;
}
#myleader ul.allleader li.nofirst {
	width: 212px;
	text-align: center;
	margin: 10px 0px;
}
.mienRightCon .rightconBox .rdlist {
	width: 239px;
	padding: 0px;
}
.mienRightCon .rightconBox .rdlist ul.fclist li {
	margin: 0 0 0 3px;
}
.mienRightCon .rightconBox .rdlist ul.fclist li a {
    display: block;
	width: 60px;
	float: left;
}
.rightconBox {
	width: 238px;
	border: 1px solid #DCA96C;
	border-bottom: none;
	height: 365px;
	background: url(../images/rdConBg.jpg) 0 0 no-repeat;
}
.rightconBox .rightcomTitle {
	width: 238px;
	height: 30px;
	border-bottom: 1px solid #DCA96C;
	background: url(imagessyfcrightTitleBg.jpg) 0 0 no-repeat;
}
.rightconBox .rightcomTitle h2 {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	background: url(imagessyfcrightArrow.gif) 10px 12px no-repeat;
}
.rightconBox .rightcomTitle h2 a {
	color:#A32B03;
}
.rightconBox .rightcomTitle h2 span {
	margin-right: 10px;
	font-size: 12px;
	font-weight: normal;
}
.rightconBox .rightcomTitle h2 span a {
	color: #000;
}
.rddbImage {
	width: 238px;
	text-align: center;
}
.rddbImage img {
	width: 215px;
	height: 92px;
	padding-top: 12px;
}
.rightconBox .rdlist {
	width: 228px;
	padding-left: 10px;
}
.rightconBox .rdlist ul {
	padding: 10px 0px 10px 10px;
	width: 228px;
}
.rightconBox .rdlist ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	background: url(../images/subarrow.gif) left center no-repeat;
}
.zxwycon {
	width:238px;
	height: 359px;
	border-bottom: 1px solid #DCA96C;
	background: url(../images/zxConBg.jpg) 0 0 no-repeat;
}





/*历史回眸首页样式*/
.historyBoxOne {
	height: 240px;
	overflow: hidden;s
}
.historyBoxOne .leftcommonBox {
	margin-left: 6px;
}
.historyBoxOne .leftcommonBox .rightInfoList {
	margin-left: 12px;
}
.historyBoxOne .historyToday {
	margin-left: 10px;
	width: 238px;
	height: 238px;
	border: 1px solid #DCA96C;
}
.historyBoxOne .historyToday .rightconBox {
	background: none;
	border: none;
	width: 238px;
	height: 238px;
	
}
.historyBoxOne .historyToday .rightconBox .hisInfo {
	margin: 10px 10px 0px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #BBBBBB;
}
.historyBoxOne .historyToday .rightconBox .hisInfo p {
	text-indent: 2em;
	line-height: 2;
}
.historyBoxOne .historyToday .rightconBox .hisInfo p span a {
	color: #F08400;
}
.historyBoxOne .historyToday .rightconBox .rdlist ul {
	padding: 0px;
}
.historyBoxOne .historyToday .rightconBox .rdlist ul li {
	float: none;
}
.historyBoxOne .historyToday .rightconBox .rdlist ul li span {
	margin-right: 10px;
}

/*图说历史*/
.historyImage {
	width: 988px;
	height: 173px;
	margin: 10px 0px 0px 6px;
	background: url(../images/historyImageBg.jpg) 0 0 no-repeat;
}
.historyImage .historyImageCon {
	padding: 20px 0px 0px 110px;
}
.historyImage .imgscroll {
	margin: 0px;
}
.historyBoxOne .historyToday .rightconBox .things ul {
	padding-top: 10px;
}
.historyBoxOne .historyToday .rightconBox .things ul li {
	height: 27px;
	line-height: 27px;
}
.historyBoxOne .historyToday .rightconBox .things ul li span {
	margin-right: 10px;
}
.historyBoxOne .historyToday .rightconBox .things ul li a {
	display: inline-block;
	width: 110px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}




/*履行职能首页样式*/
.perFunctionComBox {
	margin: 0px 6px;
}
.mzjd .functionLeftCon {
    width: 986px;
}
.mzjd .functionLeftCon .ConInfo .ysleft {
    width: 478px;
}
.mzjd .functionLeftCon .ConInfo .ysleft ul li a{
    width: 350px;
}
.perFunctionComBox .FunctionTitle {
	width: 988px;
	height: 46px;
}
.functionLeftCon {
	width: 736px;
	height: 253px;
	border: 1px solid #DCA96C;
	margin-top: 10px;
}
.functionLeftCon .ConInfo {
	background: url(../images/czyzBg.jpg) 0 0 repeat-x;
	height: 252px;
	margin: 0px;
}
.functionLeftCon .ConInfo .ysleft {
	width: 351px;
	margin-left: 10px;
	margin-top: 10px;
}
.functionLeftCon .ConInfo .ysleft .xxsctitle h2 a {
	color: #2f2e29;
}
.functionLeftCon .ConInfo .ysleft .xxsctitle h2 span a {
	color: #df4223;
}
.functionLeftCon .ConInfo .tyczright {
	width: 350px;
	margin: 10px 10px 0px 0px;
}
.functionLeftCon .ConInfo .ysleft ul li {
	height: 32px;
	line-height: 32px;
	color: #000;
}
.functionLeftCon .ConInfo .ysleft ul li a {
	color: #000;
}
.funtionRightCon {
	width: 238px;
	height: 253px;
	border: 1px solid #DCA96C;
	margin-top: 10px;
	background: none;
}
.funtionRightCon .rddbImage img {
	width: 218px;
	height: 75px;
}
.funtionRightCon .rdlist ul {
	padding-top: 5px;
	padding-left: 0px;
}
.funtionRightCon .rdlist ul li {
	width: 197px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.lyyscatalog .tyczright .gylktitle {
	height: 30px;
	background: url(imagesgylktitlebg.gif) right top no-repeat;
}
.lyyscatalog .tyczright .gylktitle h2 {
	padding-left: 25px;
}
.lyyscatalog .tyczright .gylktitle h2 span {
	margin-right: 15px;
}



/*本社介绍首页样式*/
.introleft {
	width: 250px;
	margin-left: 6px;
}
.introleft .introTop {
	width: 250px;
	height: 3px;
	background: url(imagesintroTopBg.jpg) 0 0 no-repeat;
}
.introleft .introMiddle {
	width: 250px;
	_margin-top: -10px;
	background: url(imagesintroMiddleBg.jpg) 0 0 repeat-y;
}
.introleft .introMiddle .introtitle {
	width: 233px;
	height: 50px;
	background: url(imagestitleBg.jpg) 1px 0px no-repeat;
	margin-top: -1px;
}
.introleft .introMiddle .midCon {
	height: 662px;
	background: url(../images/introConBg.jpg) 1px 0px no-repeat;
}

.midCon ul.intromenu {
	padding: 20px 0px 0px 0px;
}
.midCon ul.intromenu li.level1 {
	text-align: center;
}
.midCon ul.intromenu li.level1 a {
	font-family:"微软雅黑";
	font-size: 20px;
	color: #818181;
	display: block;
	height: 54px;
	line-height: 54px;
	background: url(imageslinearrow.png) 20px 24px no-repeat;
}
.midCon ul.intromenu li.level1 a.cur {
	background: url(imagescurrentBg.gif) 24px 0px no-repeat;
	padding-left: 60px;
	color: #eb6426;
	margin-top: 10px;
}

.midCon ul.intromenu li.level1 ul.level2 {
	padding-top: 10px;
}
.midCon ul.intromenu li.level1 ul.level2 a {
	font-size: 14px;
	color: #000;
	background: none;
	display: block;
	height: 26px;
	line-height: 26px;
}
.midCon ul.intromenu li.level1 ul.level2 a.current {
	color: #c00;
	font-weight: bold;
}
.introleft .introBottom {
	width: 250px;
	height: 3px;
	background: url(imagesintroBottomBg.jpg) 0 0 no-repeat;
}


.introright {
	width: 726px;
	 background: url(imagesintrorightBg.jpg) 0 0 repeat-x #fff;
	 margin-left: 10px;
}
.introContern {
	padding: 0px 20px 120px 20px;
	width: 686px;
	min-height: 614px;
	height:100%!important;
	_height:614px;
	background: url(imagescontentBg.jpg) left bottom no-repeat;
}
.introright .contenttitle {
	text-align: center;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	padding: 20px 0px 0px 0px;
}
.introright .consubTitle {
    text-align: center;
	font-size: 16px;
}
.introright .introContern p {
	text-indent: 2em;
	line-height: 2;
	margin: 10px 25px;
	line-height: 30px;
	color: #000;
}

/*领导成员样式*/
.comimglist .hanqide {
	text-align: center;
	margin-top: 30px;
}
#leaderIntroList img {
	margin: 0px;
}
.comimglist img {
	width: 120px;
	height: 158px;
}
.comimglist a:link,.comimglist a:visited {
	color: #000;
}
.comimglist a:hover,.comimglist a:active {
	color: #c00;
}
.comimglist .hanqide span {
	margin: 5px 0px;
	display: block;
}
.comimglist ul {
	padding: 10px;
	overflow: hidden;
}
.comimglist ul li {
	text-align: center;
	float: left;
	margin: 10px 22px;
	display: inline;
}
.comimglist ul li span {
	display: block;
	margin: 5px 0px;
}
.comimglist .redfont {
	padding-top: 20px;
	width: 680px;
}
.comimglist .redfont p {
	color: #c00;
	text-indent: 0px;
	line-height: 35px;
	margin: 0px;
}
.introright .namelist div {
	line-height: 35px;
	color: #000;
}
.introright .namelist div a {
	width: 75px;
	display: inline-block;
	cursor: pointer;
	color: #000;
}
.introright  div.leaderInfoTitle {
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px #ccc dashed;
}
.introright .namelist ul {
    padding: 10px 0px 0px 0px;
}
.introright .namelist ul li {
    height: 30px;
	line-height: 30px;
	float: none;
	display: block;
	margin: 0px;
	text-align: left;
	background: url(imageslistarrow.gif) left center no-repeat;
}
.introright table {
    border-collapse:collapse;
}
.introright table tr td {
    line-height: 3;
	border: 1px solid #ccc;
}
.introright table tr td.c_left {
    background: #efefef;
	width: 10%;
	text-align: center;
}
.introright table tr td span {
    width: 75px;
	display: inline-block;
	padding-left: 5px;
}
.introright .namelist ul li a {
    padding-left: 15px;
}
.introContern img {
	margin-top: 50px;
}
.leaderlist ul {
	padding: 0px;
}
.leaderlist ul li {
	margin: 0px 20px 0px 0px;
}
.tyryBox {
	width: 350px;
	margin-right: 10px;
	margin-left: 0px;
}
.tyryBox .listComTitle {
	height: 23px;
	line-height: 23px;
	background: url(../images/tyrytitlebg.jpg) 0 0px no-repeat;
}
.tyryBox .listComTitle h2 a {
	padding-left: 130px;
	position: relative;
	top: 3px;
}
.tyryBox .tyrylist {
	width: 320px;
}
.tyryBox .tyrylist ul li {
	width: 320px;
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.tyryBox ul li {
    width: 340px;
}
.jdjyBox {
	width: 350px;
}
.jdjyBox .listComTitle {
	height: 24px;
	line-height: 24px;
	background: url(../images/jdjytitlebg.gif) 0 0 no-repeat;
}
.jdjyBox ul li {
	width: 280px;
}

.cataloglink a {
    display: block;
	width: 68px;
	height: 160px;
	float: left;
}

.c_map {
    margin: 0 auto;
	text-align: center;
	background: #fff;
	padding: 10px 0px;
}
.leaderCon ul li {
    float: left;
	margin: 0px 0px 0px 4px;
}
.leaderCon ul li img {
    display: block;
}
.searchList {
    padding: 10px 30px 10px 30px;
}
.searchList ul li {
    height: 32px;
	line-height: 32px;
	background:url(imageslistarrow.gif) no-repeat scroll left center;
	padding-left: 15px;
}
.searchList ul li span {
    margin-right: 10px;
}
.searchList ul li span.fl {
    width: 80px;
	font-weight: bold;
}
.searchList ul li a {
    display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 650px;
}
.searchList .leaderlistpage {
    /* margin: 20px 0px 0px 180px; */
}

.leaderlistpage ul.pagebox li a {
    padding: 0px 10px;
	width: auto;
	float: left;

}
.leaderlistpage ul.pagebox li a:hover,.leaderlistpage ul.pagebox li a:active {
    font-weight: normal;
}
.leaderlistpage ul.pagebox li {
    background: none;
}
.leaderlistpage ul.pagebox li.CurrentPage a {
    background:#74706f;
	color: #fff;
	font-weight: bold;
}
.searchreault {
    padding: 10px 30px;
	margin: 0px 20px;
	border-bottom: 1px dashed #ccc;
	font-weight: bold;
	font-size: 32px;
	color: #B76A01;
	text-align: center;
}
.introContern img.phoneImg {
	margin: 0px;
}
.hightSearchBOx {
    padding: 20px 30px;
}
.hightSearchBOx div {
    width: 200px;
	float: left;
	margin: 10px;
}
.hightSearchBOx div .highBtn {
    cursor: pointer;
    width: 70px;
	height: 22px;
	border: none;
	background: url(../images/searchbtn.gif) 0 0 no-repeat;
}