
ul,li{
list-style: none;
margin: 0;
padding: 0;
}
.box{display: flex;flex-direction: column-reverse;text-align: center;}



.name {
    background: #0970b4;
    color: #fff;
    WIDTH: 150px;
    display: inline-block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 34px;
    height: 30px;

   }




.treeweb{
    width: auto;
    color: #090909;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius: 50px 50px 0 0;
    border-bottom: 0px solid #c9c9c9;
    border-top: 2px solid #c9c9c9;
    border-right: 2px solid #c9c9c9;
    border-left: 2px solid #c9c9c9;

}

.box{display: flex;flex-direction: column-reverse;text-align: center;}




@media screen and (min-width: 768px) {
.tree{
    width: 750px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.mframe{width: 720px;}
.list_twidth{width: 720px;}
.lframe{width: 720px;}

}

@media screen and (min-width: 992px) {
.tree{
    width: 970px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.mframe{width: 945px;}
.list_twidth{width: 945px;}
.lframe{width: 945px;}
.lframe
}




@media screen and (min-width: 1200px) {
.tree{
    width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

.mframe{width: 1145px;}
.list_twidth{width: 1145px;}
.lframe{width: 1145px;}
}


@media screen and (min-width: 1300px) {
.tree{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
	.name{
    background: #0970b4;
    color: #fff;
    WIDTH: 150px;
    border-radius: 5px;
    margin: auto;
    line-height: 33px;
    height: 30px;

 }

.mframe{width: 1175px;}
.list_twidth{width: 1175px;}
.lframe{width: 1175px;}
}

#dai li{
width:40px; height:24px; display:block; margin-left:30px; float:left; text-align:center;
}
#dai .daidai{
clear:both;border-top-style:dotted; padding:10px; border-top-width:1px; border-top-color:#990000;margin-bottom:-24px; margin-left:-10px;
}
.tree ul {
	padding: 0px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	margin-left: 2.5px;
    margin-right: 2.5px;
    margin-bottom: 5px;
}

.tree li {
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 0px 0px 0px 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	border-radius: 10px 10px 10px 10px;
	border-bottom: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-left: 1px solid #ededed;
	margin-top: 60px;
	background: url(../head-bj.png) no-repeat;
	background-size: 100%;
}

/*We will use ::before and ::after to draw the connectors*/


/*We need to remove left-right connectors from elements without 
any siblings*/
.tree li:only-child::after, .tree li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before{
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 10px;
}

.tree li a{
	padding: 1px 1px;
	text-decoration: none;
	color: #0970b4;
	font-family: webfont;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	WIDTH: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tree2{float: right;position:relative;padding-left: 1px;border-top:dotted;border-top-color: #ffffff;border-top-style:dotted;border-top-width:1px;margin-bottom: 40px;width: 99%;}
#dai li{
width:40px; height:24px; display:block; margin-left:30px; float:left; text-align:center;
}
#dai .daidai{
clear:both;border-top-style:dotted; padding:10px; border-top-width:1px; border-top-color:#990000;margin-bottom:-24px; margin-left:-10px;
}
.tree2 ul {
	padding-top: 10px;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.tree2 li {
	text-align: center;
	list-style-type: none;
	position: relative;
	padding: 10px 5px 0px 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/

.tree2 li::before, .tree li::after{
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 10px;
}
.tree2 li::after{
	right: auto;
	left: 50%;
	border-left: 1px solid #000000;
}

/*We need to remove left-right connectors from elements without 
any siblings*/
.tree2 li:only-child::after, .tree2 li:only-child::before {
	display: none;
}

/*Remove space from the top of single children*/
.tree2 li:only-child{ padding-top: 0;}

/*Remove left connector from first child and 
right connector from last child*/
.tree2 li:first-child::before, .tree2 li:last-child::after{
	border: 0 none;
}
/*Adding back the vertical connector to the last nodes*/
.tree2 li:last-child::before{
	border-right: 1px solid #000000;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.tree2 li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree2 ul ul::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid #0970b4;
	width: 0;
	height: 10px;
}

.tree2 li a{
	border: 1px solid #0970b4;
	padding: 2px 2px;
	text-decoration: none;
	color: #0970b4;
	font-family: webfont;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	WIDTH: 280px;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/

/*Connector styles on hover*/
.tree li a:hover+ul li::after, 
.tree li a:hover+ul li::before, 
.tree li a:hover+ul::before, 
.tree li a:hover+ul ul::before{
	border-color:  #ffffff;
}
.izdew{
margin: 0px auto;
    height: 0;
    text-align: center;
    position: fixed;
    z-index: 20;
    right: 0;
    display: table;
    width: 100%;
    padding: 5px;
    table-layout: fixed;
    border-bottom: 0;
    margin-top: 40px;
}
.bottom_link{

    margin: 0px auto;
    border-top: #0970b4 solid 2px;
    height: 0;
    text-align: center;
    background: #ededed;
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    padding: 5px;
    table-layout: fixed;
    border-bottom: 0;
	font-size: 16px;
}
/*Thats all. I hope you enjoyed it.
Thanks :)*/
img {
	border: none;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	border: 2px solid #0970b4;
	margin-top: 1px;
}
img:hover{ border:2px solid #0970b4;}
li {
	list-style: none
}

.main{
    padding: 0 15px;
}








.list_twidth {BACKGROUND: #fff; OVERFLOW-X: hidden; MARGIN-LEFT: auto; WIDTH: 100%; height:auto; overflow:hidden; MARGIN-RIGHT: auto; margin-bottom: 0px;margin-top: 5px;}
	.list_twidth .sep {	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; HEIGHT: 8px; overflow:hidden;}
	.list_twidth .dateR {FONT-SIZE: 12px;COLOR: gray! important;TEXT-DECORATION: none;float: left;padding-right: 5px;}
	
.mframe {MARGIN-BOTTOM: 4px;width:100%;overflow: hidden;height:auto;float:right;padding-bottom: 30px;}
.mframe .tm {BORDER-RIGHT: #ededed 1px solid;BORDER-TOP: #ededed 1px solid;OVERFLOW: hidden;BORDER-LEFT: #ededed 1px solid;LINE-HEIGHT: 31px;HEIGHT: 31px;width: auto;height: 30px;border-bottom: 1px solid #ededed;border-left: 4px solid #0970b4;}
.mframe .tm_1 {BORDER-RIGHT: #ededed 1px solid; BORDER-TOP: #ededed 1px solid;  OVERFLOW: hidden; BORDER-LEFT: #ededed 1px solid; LINE-HEIGHT: 36px; HEIGHT: 36px}
.mframe .tl {DISPLAY: none}
.mframe .tr {DISPLAY: none}
.mframe SPAN.tt {PADDING-LEFT: 10px; FONT-SIZE: 14px; COLOR: #333}

.mframe .mm {BORDER-RIGHT: #ededed 1px solid;BORDER-TOP: #ededed 0px solid;BACKGROUND: #fff;OVERFLOW: hidden;BORDER-LEFT: #ededed 1px solid;BORDER-BOTTOM: #ededed 1px solid;padding: 5px 5px 5px 5px;}

.mframe .ml {DISPLAY: none}
.mframe .mr {DISPLAY: none}
.mframe .bm {DISPLAY: none}
.mframe .bl {DISPLAY: none}
.mframe .br {DISPLAY: none}
.mframe UL.nl A {FONT-SIZE: 14px}
.mframe UL.pl A {FONT-SIZE: 14px}
.mframe .tit {	 FLOAT: right; COLOR: #333; font-size:12px;}
.mframe .tit SPAN.tt {PADDING-RIGHT: 13px; PADDING-LEFT: 20px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px}
.mframe .titr {	FONT-SIZE: 1px; BACKGROUND: url(titbg.gif) no-repeat 0px -31px; FLOAT: left; WIDTH: 8px; HEIGHT: 31px}
SPAN.tn {PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 14px; BACKGROUND: url(sptn.gif) no-repeat; PADDING-BOTTOM: 0px; WIDTH: 113px; COLOR: #194d7f; PADDING-TOP: 3px; TEXT-ALIGN: center}
.mframe SPAN.tnews {PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; FONT-SIZE: 14px; BACKGROUND: url(sptnews.gif) no-repeat; PADDING-BOTTOM: 0px; WIDTH: 119px; COLOR: #fff; PADDING-TOP: 3px; TEXT-ALIGN: center}


.lframe {MARGIN-BOTTOM: 4px; width:100%; float:right;}
.lframe .tm {BORDER-RIGHT: #ededed 1px solid;BORDER-TOP: #ededed 1px solid;OVERFLOW: hidden;BORDER-LEFT: #ededed 1px solid;LINE-HEIGHT: 31px;HEIGHT: 31px;width: auto;height: 30px;border-bottom: 1px solid #ededed;border-left: 4px solid #0970b4;}
.lframe .tl {DISPLAY: none}
.lframe .tr {DISPLAY: none}
.lframe SPAN.tt {padding-right: 10px;FONT-SIZE: 14px;COLOR: #0970b4;}
.lframe .mm {BORDER-RIGHT: #ededed 1px solid;BORDER-TOP: #ededed 0px solid;OVERFLOW: hidden;BORDER-LEFT: #ededed 1px solid;BORDER-BOTTOM: #ededed 1px solid;padding:5px 5px 5px 5px;}

.lframe .ml {DISPLAY: none}
.lframe .mr {DISPLAY: none}
.lframe .bm {DISPLAY: none}
.lframe .bl {DISPLAY: none}
.lframe .br {DISPLAY: none}


.sList {PADDING-RIGHT: 0px; LIST-STYLE: none none outside; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
.sList A {PADDING-LEFT: 23px; BACKGROUND: url(iwms.gif) no-repeat 0px -250px; LINE-HEIGHT: 20px}
.sList A.sOpen {BACKGROUND: url(iwms.gif) no-repeat 0px -300px}
.sList .gray {FONT-SIZE: 8pt; FONT-FAMILY: arial}



@media screen and (min-width: 768px) {
.izdew{
    width: 750px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

@media screen and (min-width: 992px) {
.izdew{
    width: 970px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

@media screen and (min-width: 1200px) {
.izdew{
    width: 1170px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (min-width: 1300px) {
.izdew{
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.izdew li:only-child::after, .izdew li:only-child::before {
	display: none;
}
.izdew li:only-child{ padding-top: 0;}
.izdew li:first-child::before, .izdew li:last-child::after{
	border: 0 none;
}

.izdew li:last-child::before{
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}
.izdew li:first-child::after{
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}
.izdew ul ul::before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 10px;
}