* {
    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: 1140px;
    margin: 0 auto 0 auto;
    background-color: #f2f2f2;
    padding: 0 30px 36px 30px;
}

.infosearch {
    width: 100%;
    text-align: center;
    height: 50px;
    padding: 75px 0 70px 0;
}

.infosearch #form1 {
    width: 510px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
    border: 1px solid rgb(45,102,165);
    border-radius: 10px;
}

.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: 251px;
    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: 40px;
    padding-left: 20px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    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;
}

.menu2 li a:hover, .menu2 li a.active, .menu2 li a.active:link, .menu2 li a.active:visited {
    background: #f8ebeb;
    color: #bd1a2d;
    font-weight: bold;
}
.right {
    width: 820px;
    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;
}
h1.title {
    text-align: center;
    font-size: 32pt;
    padding: 38px 0;
    color: rgb(45,102,165);
    font-weight: bold;
}

.info_view {
    clear: both;
    padding: 0px 5px;
}

.info_view h2.subtitle {
    color: #555555;
    font-size: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: solid #f9f9f9 2px;
}

.info_view div.content {
    padding: 10px 15px 10px 5px;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    height: 940px;
    overflow: auto;
    overflow-x: hidden;
    word-break: break-all;
}

.info_view div.content::-webkit-scrollbar {
  width: 10px;
  height: 80px;
  background-color: rgba(240, 240, 240, 1);
  border-radius: 10px;
}
/*定义滑块 内阴影+圆角*/
.info_view div.content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  min-height: 80px;
  background-clip: content-box;
  /*box-shadow: inset 0 0 0px rgba(240, 240, 240, .5);*/
  background-color: rgb(45,102,165);
}
/* footer */
/* footer */
