@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "宋体"
}

img {
    border: 0;
}

ul li {
    list-style: none
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline;
}

.fl {
    float: left
}

.fr {
    float: right
}

.clr {
    clear: both
}

.top_box {
    width: 100%;
    height: 114px;
    background: url("../images/topbg.png") no-repeat;
    background-size: 100% 114px;
}

.top {
    width: 1220px;
    height: 114px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top .user_login {
    height: 25px;
    line-height: 25px;
    color: #fff;
    text-align: right;
    font-size: 12px;
}

.top .user_login a {
    color: #fff;
}
.user_login_btn{
    width: 110px;
    height: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777777 !important;
    font-size: 14px;
    background: #ffffff;
    border-radius: 40px;
    text-decoration: none;

}
.user_login_btn img{
    margin-right: 5px;
}
/* 菜单 */
.menu {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #1475c0;
}

.menu_box {
    width: 1220px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu a {
    width: 105px;
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    font-family: "微软雅黑";
}

.menu .fen {
    width: 2px;
    height: 38px;
    background: url(images/fen.jpg) no-repeat;
    float: left;
}

.menu_date {
    width: 230px;
    float: right;
    color: #fff;
    font-size: 12px;
}


.main {
    width: 950px;
    padding: 10px 25px;
    min-height: 450px;
    margin: 18px auto 30px;
    border: 1px solid #CFCFCF;
}

.main .title {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #262525;
    text-indent: 12px;
    font-size: 18px;
    font-family: "微软雅黑";
    background: url("../images/title.jpg") no-repeat;
    position: relative;
    padding-bottom: 3px;
}

.main .title span {
    font-family: 'Aparajita';
    color: #6f0000;
    padding-left: 5px;
    font-weight: bold;
}

.main .title a.more {
    width: 43px;
    height: 12px;
    display: block;
    background: url(images/more.jpg) no-repeat;
    position: absolute;
    right: 10px;
    bottom: 15px;
}

.main .left {
    width: 256px;
    float: left;
}

.main .left .photo {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #CFCFCF;
}

.main .left .photo img {
    max-width: 200px;
    max-height: 280px;
}

.main .left .jieshao {
    width: 226px;
    height: 40px;
    padding: 8px 15px;
    text-align: center;
    border-bottom: 1px solid #CFCFCF;
    color: #000;
    font-size: 18px;
    line-height: 40px;
    font-family: "微软雅黑";
}

.main .left .jieshao a {
    color: #620202;
}

.left_contact {
    width: 246px;
    min-height: 160px;
    overflow: hidden;
    padding: 10px 5px;
    line-height: 30px;
    color: #244c68;
    font-size: 12px;
}

.left_jishu {
    width: 100%;
    text-align: center;
    padding: 50px 0;
}

.left_jishu img {
    margin: 0 1px;
}

/*用户菜单*/
.user_menu {
    width: 236px;
    margin: 20px auto;
}

.user_menu ul {
    width: 100%;
}

.user_menu ul li {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background: url("../images/jt.gif") no-repeat 16px center;
    font-size: 14px;
    display: block;
    color: #666;
}

.user_menu ul li a {
    color: #000;
    color: #620202;
}

.user_menu ul li a:hover, .user_menu ul li.on a {
    font-weight: bold;
}


.right {
    width: 670px;
    float: right;
}

.right .info {
    width: 660px;
    padding: 5px;
    min-height: 150px;
    line-height: 25px;
    font-size: 14px;
    color: #244c68;
}

.right .position {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #CFCFCF;
    font-size: 16px;
    text-indent: 10px;
    font-family: "微软雅黑";
    position: relative;
}

.right .position input {
    width: 100px;
    position: absolute;
    top: 5px;
    right: 5px;
}

.right .content {
    padding: 10px;
    font-size: 14px;
}

.right .content input[type='text'], .right .content input[type='password'], .right .content input[type='file'] {
    width: 265px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #BDBDBD;
    color: #333;
    padding-left: 5px;
}

.right .content .button {
    width: 100px;
    height: 40px;
    background: #227dc9;
    border: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 16px;
}


/* 登录框 */
.login_box {
    width: 445px;
    height: 310px;
    margin: 100px auto;
    border: 1px solid #CFCFCF;
    font-size: 14px;
}

.login_box h1 {
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 25px;
    color: #620202;
    text-align: center;
    font-weight: normal;
    font-family: "微软雅黑";
}

.login_box input[type='text'], .login_box input[type='password'] {
    width: 265px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #BDBDBD;
    color: #333;
    padding-left: 5px;
}

.login_box .button {
    width: 272px;
    height: 40px;
    background: #227dc9;
    border: 0;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    font-family: "微软雅黑";
    font-size: 16px;
}


/* 新闻列表 */
ul.news_list {
    width: 98%;
    margin: 0 auto
}

ul.news_list li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 12px;
    position: relative;
    text-indent: 20px;
    background: url(images/dot.jpg) 5px 10px no-repeat;
    border-bottom: 1px dotted #A7A2A2;
}

ul.news_list li a {
    color: #244c68;
}

ul.news_list li a:hover {
    text-decoration: underline;
}

ul.news_list li .date {
    width: 100px;
    font-family: 'Arial';
    color: #244c68;
    text-align: right;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

/* 底部 */
.bottom {
    width: 100%;
    height: 85px;
    background: #3086bf;
}

.bottom_box {
    width: 1000px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-family: "微软雅黑";
    color: #fff;

}

.bottom_box a {
    color: #fff;
}

/* 分页CSS */
.pg {
    font-size: 12px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.pg span {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 3px;
    padding: 0 5px;
    text-align: center;
}

.pg a {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #666666 !important;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    margin: 0 3px;
    padding: 0 5px;
    text-decoration: none;
}


.banner{
    width: 100%;
    background: url("../images/bannerbg.png") top no-repeat #e9eef1;
    background-size: 100% 821px;
}
.banner-box{
    width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 50px;
}
.banner_left{
    width: 320px;
    height: auto;
    padding: 10px 0;
    background: #227dc9;
    place-self: flex-start;
}
.title{
    width: 278px;
    margin: 0 auto;
    border-bottom: 1px solid #438dcb;
    font-size: 22px;
    color: white;
    font-weight: 600;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
}
.title img{
    margin-right: 10px;
}
.title:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 152px;
    height: 3px;
    background: white;
}
.photo{
    width: 138px;
    height: 190px;
    overflow: hidden;
    margin: 36px auto 0;
}
.photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jieshao{
    width: 278px;
    margin: 20px auto;
    color: white;
    line-height: 1.8;
}
.name{
    margin-top: 16px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    text-align: center;
}
.content-box{
    width: 886px;
    background: white;
    padding: 20px 0 26px;
    margin-bottom: 15px;
}
.title1{
    width: 834px;
    margin: 0 auto;
    border-bottom: 1px solid #d2d3d4;
    font-size: 22px;
    color: #2284cf;
    font-weight: 600;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
}
.title1 img{
    margin-right: 10px;
}
.title1:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 152px;
    height: 3px;
    background: #2284cf;
}
.info-box{
    width: 810px;
    margin: 20px auto 0;
    color: black;
    line-height: 1.8;
}


.menber-img{
    width: 100%;
    display: flex;
    justify-content: center;
}



