* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family:"Microsoft YaHei";
    min-width: 1200px;
    margin: 0px;
    background: url(../images/toubutop.png) center top no-repeat;
}

a, a:link, a:visited, a:active {
    color: #333333;
    text-decoration: none;
}

a {
    outline: none;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
}

/* header */
.header {
    clear: both;
    width: 1100px;
    margin: auto;
    height: 370px;
}

.header .logo {
    width: 100%;
    padding: 35px 0 0 0;
    clear: both;
    position: relative;
}

.header .bgtitle {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 50px 0 0 0px;
}

.header .bgtitle img {
    margin: 0 auto;
    display: block;
    text-align: center;
}

/* main */
.main {
    clear: both;
    width: 1100px;
    margin: 0 auto 0 auto;
    background-color: #f2f2f2;
    padding: 0 36px 36px 36px;
    box-sizing: border-box;
}

.infosearch {
    width: 100%;
    text-align: center;
    height: 218px;
    padding-top: 83px;
    box-sizing: border-box;
}

.infosearch #form1 {
    width: 510px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
    border: 1px solid rgb(45,102,165);
    border-radius: 9px;
    box-sizing: border-box;
}

.infosearch .keyword {
    float: left;
    width: 440px;
    height: 40px;
    border: solid #000 0px;
    font-size: 18px;
    line-height: 40px;
    margin: 4px 0 0 10px;
    overflow: hidden;
    outline: none;
}

.infosearch .search {
    float: left;
    background: url(../images/search.png);
    width: 38px;
    height: 39px;
    border: none;
    margin: 4px 0 0 10px;
}

.left {
    width: 240px;
    box-sizing: border-box;
    margin-right: 18px;
    padding: 0;
}

.menu2 {
    clear: both;
}

.menu2 h3 {
    /*margin-top: 15px;*/
}

.menu2 ul {
    width: 240px;
    padding: 15px 0;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 0;
    box-sizing: border-box;
    border: solid #e6e6e6 1px;
    border-top: none;
}

.menu2 li {
    margin: 0 0 1px 0;
}
.menu2 li a {
    color: #454545;
    line-height: 32px;
    padding-left: 20px;
    text-decoration: none;
    display: block;
    font-size: 15pt;
    list-style: square inside url(../images/dot.png);
}
.menu2 li a:hover{
    background-color: #f8ebeb;
    font-weight: bold;
    color: #bd1a2d;
}
.menu2 li a img {
    margin-right: 10px;
    margin-bottom: 4px;
}

.menu2 li a:hover, .menu2 li a.active, .menu2 li a.active:link, .menu2 li a.active:visited {
    background: rgb(230,245,255);
    color: rgba(45,102,165);
    font-weight: bold;
}
.right {
    width: 870px;
    padding: 0px 0 0 0;
    /*margin: 15px 0 0 0;*/
    background-color: #FFFFFF;
    box-sizing: border-box;
    border: solid #d1d1d1 1px;
}

[class].mainarea {
    height: auto;
}

.mainarea {
    padding: 24px 25px 20px 25px;
    min-height: 360px;
    height: 360px;
}

.borderlist {
    /*max-height: 735px;*/
    /*overflow: auto;*/
    /*overflow-x: hidden;*/
    word-break: break-all;
}

.info_list {
    float: left;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    /* height: 735px; */
}

.right_title {
    /*width: 110px;*/
    height: 35px;
    line-height: 35px;
    background: rgba(45,102,165);
    text-align: center;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 5px 15px;
}

.info_list ul {
    float: left;
    width: 100%;
    margin-top: 20px;
    clear: both;
}

.info_list ul li {
    display: block;
    margin-bottom: 60pt;
    font-size: 16pt;
    clear: both;
    overflow: hidden;
}

.info_list ul li a {
    font-size: 16pt;
    color: #454545;
    float: left;
    width: 570px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.right a:hover {
    text-decoration: underline
}

.info_list ul li span {
    margin-left: 20px;
    color: #999;
    float: right;
}

.pagelist {
    clear: both;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    text-align: center;
    background: #eeeeee;
    color: #d73d00;
}

.pagelist > #pages li.active{
    background: rgba(45,102,165) !important;
    border: rgba(45,102,165) solid 1px !important;
    color: #ffffff !important;
}

.pagelist > #pages li{
    color: rgba(45,102,165) !important;
}

.info_list2 ul {
    clear: both;
    overflow: hidden;
}

.info_list2 ul li {
    float: left;
    width: 30%;
    margin: 1% 1.5%;
    font-size: 16px;
    border: 1px solid #d1d1d1;
    text-align: center;
    height: 43px;
    line-height: 43px;
}

.bd4 ul li a {
    font-size: 18px;
    color: #454545;
}

/*.info_list::-webkit-scrollbar {*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  background-color: rgba(240, 240, 240, 1);*/
/*  border-radius: 10px;*/
/*}*/
/*定义滑块 内阴影+圆角*/
/*.info_list::-webkit-scrollbar-thumb {*/
/*  border-radius: 10px;*/
/*  height: 10px;*/
  /*box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);*/
/*  background-color: rgb(45,102,165);*/
/*}*/


/* footer */
/* footer */
