@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: Microsoft YaHei;
    font-size: 14px;
}

ul,
li,
input,
p,
h1,
h2,
dd,
dl,
a {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #454545;
}

li a:hover {
    color: #0861c1
}

img {
    border: none;
    max-width: 100%;
    height:  auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
}

.clear {
    clear: both;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.container {
    width: 1248px;
    margin: 0 auto;
}

.nomar {
    margin-right: 0 !important;
}

.hover-color li a:hover {
    color: #CB0306;
}

/*head*/

.head {
    width: 100%;
    background: #045e8e;
}

.top {
       height: 148px;
background: url(../images/header_bg.png) no-repeat right center;
}

/*logo*/

.logo {
    width: 670px;
    height: 64px;
    margin-top: 42px;
}

.logo a {
    display: block;
}

.top_right {
    margin-top: 10px;
}

.top_right li {
    color: #fff;
    padding: 0 7px;
}

.top_right li a {
    color: #fff;
    display: block;
}

.top_right li img {
    margin-top: 2px;

}

.login {
    margin-top: 42px;
    margin-left: 79px;
}

.login_txt {
    display: block;
    width: 155px;
    height: 35px;
    background: #e6b700;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    padding-left: 15px;
}

.login_img {
    width: 35px;
    height: 35px;
    display: block;
}

.login_img img {

}

/*menu*/

.menu {
    height: 50px;
    background: #087fc1;
    position: relative;
    z-index: 10;
}

#nav {
    display: block;
    width: 1200px;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

#nav .mainlevel {
    float: left;
    height: 50px;
    margin-right: 5px;
}

.mainlevel:hover,
.mainlevel .cur {
    background: #efaa62;
}

#nav .mainlevel:hover a {
    color: #FFFFFF;
}

#nav .mainlevel a {
    color: #FFFFFF;
    line-height: 50px;
    display: block;
    font-size: 16px;
    height: 50px;
    padding: 0px 22px;
}

#nav li.mainlevel a:hover {
    color: #FFFFFF;
}

#nav .mainlevel ul {
    /* display: none; */
    position: absolute;
    z-index: 99;
    padding-top: 0px;
}

#nav .mainlevel li {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    border-top: 1px solid #FFFFFF;
    width: 100%;
}

#nav .mainlevel li a {
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #000 !important;
    background:#efaa62;
    filter: alpha(opacity=70);
    /* opacity: .7; */
    text-align: center;
    padding: 0 51px;
}

#nav .mainlevel li a:hover {
    color: #FFFFFF!important;
    filter: alpha(opacity=100);
    opacity: 1;
}

/*focusBox*/

.focusBox {
    position: relative;
    width: 1200px;
    overflow: hidden;
margin:0 auto;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */

.focusBox .prev,
.focusBox .next {
    position: absolute;
    left: 29px;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 36px;
    height: 36px;
    background: url("../images/prev.png") no-repeat center;
}

.focusBox .next {
    left: auto;
    right: 29px;
    background: url("../images/next.png") no-repeat center;
}

.focusBox .next:hover, .focusBox .prev:hover {
    filter: alpha(opacity=50);
    opacity: .5;
}

.focusBox .prevStop {
    display: none;
}

.focusBox .nextStop {
    display: none;
}

/*row*/

.row {
    width: 100%;
}

/*medical*/

.title {
    width: 700px;
    height: 70px;
    text-align: center;
    margin-bottom: 30px;
   float:right;
}

.title a {
    display:inline-block;
    margin: 0 10px 0 10px;
    font-size: 24px;
    color: #005faf;
    line-height: 70px;
    font-weight: bold;
    cursor: pointer;
   
}

.line{ background: url("../images/line.png") no-repeat center bottom;}

.title a:hover{
  /* background: url("../images/line.png") no-repeat center bottom;*/
}
/*
.medical_list ul li {
    width: 150px;
    height: 150px;
    border-radius:50%;
    margin:0 25px 0 25px;
    overflow: hidden;
    position: relative;
}*/

.medical_list ul li {
    width: 200px;
    height: 200px;
    border-radius:50%;
    margin: 15px 100px 0 100px;
    overflow: hidden;
    position: relative;
    box-shadow: 10px 10px 5px #ddd;
}


.medical_list ul li:hover .change_img {
    transform: scale(1.1);
}

.change_img {
    width: 100%;
    transition: 0.3s;
    cursor: pointer;
}

.medical_list ul .medical_item01 {
    background: #f57983;
}
.medical_list ul .medical_item02 {
    background: #4b8daf;
}
.medical_list ul .medical_item03 {
    background: #ffb3a6;
}
.medical_list ul .medical_item04 {
    background: #bbe672;
}
.medical_list ul .medical_item05 {
    background: #f99070;
}
.medical_list ul .medical_item06 {
    background: #7febad;
}
/*
.medical_list ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}*/

.medical_list ul li span {
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.medical_list ul li a {
    display: block;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.medical_list ul li img {
    display:block;
    width: auto;
    margin:25px auto;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

}


.medical_list ul li:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);

}

/*row1*/

.row1 {
    width: 100%;
    height: 504px;
    margin-top: 60px;
    background: #ededed url("../images/news_bg.png") no-repeat left bottom;
    padding: 16px 0 40px;
}

/*news*/

.picScroll-left {
    width: 440px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    _display: inline;
    overflow: hidden;
}

.picScroll-left .pic_img {
    width: 440px;
    height: 248px;
    overflow: hidden;
    position: relative;
}

.picScroll-left .bd ul li:hover .change_img {
    transform: scale(1.1);
}

.picScroll-left .pic_img .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 81px;
    height: 71px;
    background: #005faf;
    color: #fff;
    text-align: center;
}

.picScroll-left .pic_img .date .day {
    display: block;
    line-height: 42px;
    font-size: 30px;

}

.picScroll-left .pic_img .date .year {
    display: block;
    line-height: 24px;
}

.picScroll-left .pic_txt {
    margin-top: 30px;
}

.picScroll-left .pic_txt a {
    font-size: 16px;
    color: #005faf;
    font-weight:bold;
}

.picScroll-left .pic_txt p {
    font-size: 14px;
    color: #808080;
    line-height: 31px;
    margin-top: 15px;
}

.picScroll-left .pic_txt .more {
    width: 88px;
    height: 32px;
    background: #005faf;
    margin-top: 20px;
    line-height: 32px;
    text-align: center;
    transition: 0.2s;
}

.picScroll-left .pic_txt .more a {
    color: #fff;
}

.picScroll-left .pic_txt > a:hover {
    color: #005faf;
}

.picScroll-left .pic_txt .more:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

/*news_list*/

.news_list {
    width: 698px;
    margin-left: 62px;
}

.news_list li {
    padding-bottom: 26px;
    border-bottom: 1px solid #d9d9d9;
    transition: 10s;
    margin-top: 20px;
}

.news_list li:first-child {
    margin-top: 0;
}

.news_list li:last-child {
    border-bottom: none;
}

.news_list .date {
    color: #999999;
    width: 66px;
    text-align: center;
}

.news_list .date .day {
    font-style: normal;
    font-size: 36px;
    display: block;
    line-height: 27px;
}

.news_list .date .year {
    font-style: normal;
    font-size: 16px;
    line-height: 12px;
    display: block;
    margin-top: 24px;
}

.news_list .text {
    width: 600px;
}

.news_list .text a {
    font-size: 16px;
    color: #005faf;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:bold;
}

.news_list .text p {
    margin-top: 8px;
    font-size: 14px;
    color: #808080;
    line-height: 20px;
}

.news_list li:hover {
    width: 100%;
}

.news_list li:hover a {
    color: #005faf;
}

.news_list li:hover .date {
    color: #005faf;
}

/*row2*/

.row2 {
    width: 100%;
    margin-top: 36px;
}

/*party*/

.party {
    overflow: hidden;
    position: relative;
}

.party .bd {
    padding: 20px 0;
    height: 297px;
    overflow: hidden;
}

.party .bd ul {
    overflow: hidden;
    zoom: 1;
}

.party .bd ul li {
    margin: 0 14px 10px;
    _display: inline;
    overflow: hidden;
    width:328px;
    height: 245px;
    padding: 30px;
    background: url("../images/party_bg.png") no-repeat center;
}

.party .bd .party_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.party .bd .party_title .date {
    color: #005faf;
}

.party .bd .party_title .date .day {
    font-size: 36px;
}

.party .bd .party_title .date .year {
    font-size: 16px;
}

.party .bd .party_title .more {
    width: 25px;
    height: 25px;
    background: url("../images/more.png") no-repeat center;
    margin-top: 10px;
    display: block;
}

.party .bd .party_txt {
    margin-top: 26px;
}

.party .bd .party_txt a {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 27px;
}

.party .bd .party_txt p {
    line-height: 30px;
    color: #666666;
    margin-top: 14px;
}

.party .bd ul li:hover {
    background: #005faf;
}

.party .bd ul li:hover .date {
    color: #fff;
}

.party .bd ul li:hover .more {
    background: url("../images/f_more.png") no-repeat center;
}

.party .bd ul li:hover .party_txt a, .party .bd ul li:hover .party_txt p {
    color: #fff;
}

/*link*/
.link_bg {
    width: 100%;
    height: 119px;
    padding: 36px 0 22px;
    background: #f5f5f5;
    margin-top: 50px;
}

.link_title {
    width: 150px;
    background: url("../images/link_bg.png") no-repeat left center;
    margin-top: 8px;
}

.link_title a {
    font-size: 24px;
    padding-left: 38px;
    color: #005faf;
    font-weight: bold;
}

.link {
    width: 980px;
}

.link ul li {
    width: 300px;
    height: 40px;
    background: #e3e3e3;
    margin: 0 20px 20px 0;
    line-height: 40px;
    position: relative;
    cursor: pointer;
}

/*.link ul li:nth-child(4n) {
    margin-right: 0;
}*/

.link ul li a {
    font-size: 16px;
    color: #333333;
    padding-left: 30px;
}

.link ul li i {
    font-style: normal;
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 12px;
    background: url("../images/arrow_icon.png") no-repeat center;
}

.link ul li:hover {
    background: #005faf;
}

.link ul li:hover a {
    color: #fff;
}

.link ul li:hover i {
    background: url("../images/f_arrow_icon.png") no-repeat center;
}

/*footer*/

.footer {
    height: 64px;
    background: #045e8e;
    padding: 40px 0;
}

.footer .foot-logo {
    width: 237px;
    height: 64px;
}

.footer .copyright {
    margin-left: 63px;
    line-height: 30px;
}

.footer .copyright p {
    color: #fff;
}

.footer .foot_img ul li {
    width: 70px;
    height: 70px;
    margin-left: 20px;
}

.footer .foot_img a {
    display: block;
}

.footer .foot_img ul li:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

/*list*/

/*list-left*/

.list-left {
    width: 228px;
    margin-top: 40px;
    padding-bottom: 195px;
    background: #f2f2f2 url("../images/aside_bg.png") no-repeat center bottom;
}

.lanmu-name {
    width: 100%;
    min-height: 45px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #04478e;
}

/*accordion*/

.accordion {
    width: 208px;
    padding: 0 10px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 20px 0 20px 0px;
    width: 100%;
    color: #404040;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url("../images/aside_icon.png") no-repeat left center;
    text-align:center;
}

.accordion .link a {
    color: #404040;
}



.accordion li {
    cursor: pointer;
}

.accordion li i {
    position: absolute;
    top: 24px;
    right: 24px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 24px;
    height: 7px;
    background: url("../images/aside_arrow.png") no-repeat center;
}


.accordion li.open .link {
    color: #00477f;
}

.accordion li.open .link a {
    color: #00477f;
}

.accordion li.open i {
    background: url("../images/f_aside_arrow.png") no-repeat center;
}


/*Submenu*/

.submenu {
    display: none;
    padding: 12px 0;
    border-bottom: 1px solid #dbdbdb;
}

.submenu li {
    background: url("../images/aside_li_icon.png") no-repeat 40px center;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666666;
    line-height: 26px;
    padding-left: 60px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover,
.submenu li.current a {
    color: #0f4f83;
}



/*list-right*/
.list-right {
    width: 928px;
    margin-top: 40px;
    min-height: 600px;
}

.list-right .list-title {
    height: 44px;
    border-bottom: 1px solid #b2b2b2;
    line-height: 44px;
}
.list-right .list-title>a{
    display: inline-block;
    color: #04478e;
    font-weight: bold;
    font-size: 20px;
    height: 44px;
    border-bottom: 2px solid #04478e;
}

.location {
    color: #888888;
}
.location img {
    display: inline-block;
    width: 14px;
    height: 14px;
}
.location a {
    color: #888888;
    padding: 0 5px;
}

/*list-con*/

.list-con {
    margin: 0px auto;
    padding: 10px 0 20px;
    font-size: 14px;
}

.list-con ul {
    padding: 0px;
}

.list-con ul li {
    padding: 17px 0 19px 15px;
    line-height: 22px;
    border-bottom: 1px dashed #dcdcdc;
    background: url("../images/list_li_icon.png") no-repeat left center;
}

.list-con ul li a {
    color: #454545;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-con ul li a:hover {
    color: #04478e;
    font-weight: bold;
}

.list-con ul li .date {
    color: #999999;
    font-size: 12px;
}

.fanye {
    padding: 30px 15px 20px;
    text-align: center;
    font-family: "宋体";
    font-size: 13px;
    color: #5b5b5b;
}


/*page-con*/

.page-con {
    margin: 0px auto;
    padding: 10px 30px 20px;
    min-height: 500px;
    height: auto;
    overflow: hidden;
}

.page-con .page-tit {
    font-size: 17px;
    color: #444444;
    text-align: center;
    line-height: 150%;
    padding: 20px 0 0;
    font-weight: bold;
}

.page-con .fbt {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 150%;
    padding: 14px 0 10px;
}

.page-con .page-date {
    font-size: 15px;
    color: #999999;
    text-align: center;
    line-height: 150%;
    padding: 0px 0 15px;
    border-bottom: 1px dashed #dbdbdb;
}

.page-con .zhengwen {
    padding: 20px 0;
    line-height: 30px;
    font-size: 15px;
    color: #555555;
}

.page-con .zhengwen p {
    text-indent: 2em;
    line-height: 30px;
    font-size: 15px;
    color: #555555;
    padding: 0 0 14px 0;
}

.page-con .zhengwen img,.page-con .zhengwen p img {
    max-width: 600px;
    display:block;
    margin: 10px auto;
}


.page-con .zhengwen table tr td p,
.box-2 .zhengwen table tr td span p {
    text-indent: 0;
}

/*结构化内容*/

.box-2 p.indent0 {
    text-indent: 0;
}

.box-2 p.photo {
    text-align: center;
}

.box-2 p.photo img {
    padding: 15px 8px;
}

/*附件*/

.attach {
    padding: 10px 0 20px;
    width: 780px;
    margin: 0 auto;
}

.attach .att-title {
    color: #2649a1;
    font-weight: bold;
}

.attach p {
    line-height: 150%;
    padding: 5px 0;
}

.attach p a {
    color: #2649a1;
}

/*上一条、下一条*/

.other-title {
    padding: 40px 0 10px;
    border-top: 1px dashed #d6d6d6;
}

.other-title a {
    color: #555555;
    font-size: 16px;
    display: block;
    line-height: 30px;

}
.other-title a:hover {
    color: #005faf;
}
#u0u0{width:300px}
.banner_bar img{width:100%;}
.gray{color: #999999 !important;}
.foot_img {margin-top:-5px !important;margin-right:80px;}