





.lf{
    float: left;
}
.rf{
    float: right;
}

.fr { float: right; }

.fl { float: left; }

.clearfix:after { content: ""; display: block; height: 0; clear: both; }

.text-left { text-align: left; }

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.vertical-middle { vertical-align: middle; }

.inline-block { display: inline-block; }

.block { display: block; }

.hide { display: none; }

.o-hide { overflow: hidden; }

.wrap { width: 87.5%; margin: 0 auto; }

.border-0 { border-width: 0px !important; }

.border-transparent-1 { border: 1px solid transparent !important; }

/*字体图标*/
@font-face {
  font-family: 'iconfont';  /* project id 274880 */
  src: url('../font/font_274880_i2tgifrfjfijatt9.eot');
  src: url('../font/font_274880_i2tgifrfjfijatt9.eot') format('embedded-opentype'),
  url('../font/font_274880_i2tgifrfjfijatt9.woff') format('woff'),
  url('../font/font_274880_i2tgifrfjfijatt9.ttf') format('truetype'),
  url('../font/font_274880_i2tgifrfjfijatt9.svg') format('svg');
}

.iconfont { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; -moz-osx-font-smoothing: grayscale; }

/**************easysite默认样式***********************/
.navgationDiv {
    height: 50px;
    background: url("../image/topnav.png") left top repeat-x #D8D8D8;
    padding: 0 30px;
    margin: 0;
}

.navgationDiv ul {
    float: right;
    width: 500px;
    list-style-type: none;
}

.navgationDiv ul li {
    text-align: right;
    height: 24px;
    list-style-type: none;
}

.navgationDiv .currentSite {
    color: #17970A;
    padding-right: 10px;
}

.navgationDiv .currentUser {
    color: #0184B1;
    padding-right: 10px;
}

.navgationDiv .exit {
    background: url("../image/quit.gif") left -1px no-repeat;
    padding-left: 20px;
    margin-top: 3px;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
}

.navgationDiv .actionBar input {
    cursor: pointer;
}

.navgationDiv .actionBar label {
    cursor: pointer;
}

.navgationDiv .actionBar img {
    margin-right: 3px;
    width: 12px;
}

.m-t-20px{
  margin-top: 20px;
}

.m-t-30px{
  margin-top: 30px;
}

.m-t-50px{
  margin-top: 50px;
}

/*************************************分页样式*****************************************/
/*
.gs_more a {
    text-decoration: none;
}
.fyleft{
    width:22px;
    height:16px;
    margin-right:20px;
    display:inline-block;
    background:url("/ydkg/uiFramework/commonResource/image/2017100916495955814.png") no-repeat scroll 0 0;
}
.fyright{
    width:22px;
    height:16px;
    margin-left:20px;
    display:inline-block;
    background:url("/ydkg/uiFramework/commonResource/image/2017100916500773048.png") no-repeat scroll 0 0;
}
a.fyleft:hover{
    background:url("/ydkg/uiFramework/commonResource/image/2017100917373789160.png") no-repeat scroll 0 0;
}
a.fyright:hover{
    background:url("/ydkg/uiFramework/commonResource/image/2017100917374684671.png") no-repeat scroll 0 0;
}
.gs_more {
    text-align: center;
    padding:80px 0 100px;
}
.gs_more a,.gs_more font{
    font-size:24px;
}
.gs_more a{
    cursor:pointer;
}
.gs_more font {
    color: #35a3d1;
}
.gs_more a:hover{
    color: #35a3d1;
}

.gs_more font {
    color: #35a3d1;
    margin: 0 18px;
}

.columnbar {
    margin-top: 78px;
    text-align: center;
    width: 100%;
    margin-bottom: 70px;
}
*/
.pagingNormal {
    cursor: pointer;
}
.NormalRed {
    cursor: pointer;
}

