
* {
    text-rendering: geometricprecision;
}
body {
    margin: 0 auto;
    padding: 0;
}
a {
    color: #424242;
    font: 10pt arial;
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    background: #eee none repeat scroll 0 0;
    text-align: center;
}
.MainStructure .TopBanner {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(119, 119, 119, 1);
    margin: 0 auto;
    /* width: 1000px; */
  	width: 1320px;
}
.MainStructure .TopBar {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    text-align: justify;
        /* width: 1000px; */
  	width: 1320px;
    z-index: 1;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
}
.MainStructure .MainContent {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(119, 119, 119, 1);
    display: inline-table;
    margin: 0 auto;
    padding: 10px;
    vertical-align: top;
        /* width: 1000px; */
  	width: 1320px;
    z-index: 2;
}
.MainStructure .LeftBar {
    padding: 0 10px 0 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .ContentBar {
    padding: 0;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    box-shadow: 0 0 10px 0 rgba(119, 119, 119, 1);
    margin: 0 auto;
    text-align: center;
        /* width: 1000px; */
  	width: 1320px;
  
  background: #0071A6;
  
}
.MainStructure .FooterBar {

    display: inline-block;
    text-align: justify;
    width: 100%;
}
.MainStructure .MainContent {
	border-collapse: unset;
}
.MainStructure .ContentBanner .MainContent .LeftBar .ArticleDetailControl .ArticleContent table tbody tr td {
	border-style: unset;
    border-width: 1px;
}
.MainStructure .ContentBanner .MainContent .ContentBar .ListControl .List tbody td tr {
	border-width: 1px !important;
}
@media only screen and (min-width: 0px) {
        .MainStructure .ContentBanner .MainContent .ContentBar .HotnewsControl .HotnewsList .HotnewsItem {
        	    padding: 5px 15px;
        }
}
@media only screen and (max-width: 768px) {
        .MainStructure .MainContent {
        	padding: unset;
        }
        .UIWeekCalendar {
        	margin: unset !important;
        }
        .UIFooterControl .CopyRight {
        	font: 11px/24px tahoma !important;
        }
}