				    a.com:link, a.com:visited, a.com:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #767676;
    font-size: 14px;
}

a.com:hover {
    color: #ac1212;
    text-decoration: none;
}

a.title:link, a.title:visited, a.title:active {
    display: inline-block;
    width: 120px;
    height: 35px;
    border-radius: 18px;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-size: 16px;
}

a.title:hover {
    color: #fff;
    background-color: #188ffa;
    text-decoration: none;
}

a.appendix:link, a.appendix:visited, a.appendix:active {
    text-decoration: none;
    font-family: "Microsoft YaHei";
    color: #a40001;
    font-size: 14px;
}

a.appendix:hover {
    color: red;
}

/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}



.margin10 {
    margin-top: 10px;
}

.margin20 {
    margin-top: 20px;
}
.margin30 {
    margin-top: 30px;
}
.hr_10 {
    box-sizing: content-box;
    height: 10px;
    overflow: visible;
}
/*-----------------焦点红线效果------------------*/
.panel {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    background: #fff;
    -webkit-transition: all .15s ease-in-out;
    /* transition: all .15s ease-in-out; */
    border: 0;
}
.panel:hover:after,
.panel:hover:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #003c79;
    content: '';
}
.panel:hover:after {
    top: 0;
    animation:panel-top-solid 5s infinite alternate;
    -webkit-animation:panel-top-solid 5s infinite alternate ;
    -moz-animation:panel-top-solid 5s infinite alternate ;
    -o-animation:panel-top-solid 5s infinite alternate ;
    -ms-animation:panel-top-solid 5s infinite alternate ;
}
@keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}
@-webkit-keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}
@-moz-keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}
@-o-keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}
@-ms-keyframes panel-top-solid{
    0% {left:0;}
    50% { left: 100%;}
    100% {left:0;}
}

.panel:hover:before {
    bottom: 0;
    animation:panel-bottom-solid 5s infinite alternate;
    -webkit-animation:panel-bottom-solid 5s infinite alternate ;
    -moz-animation:panel-bottom-solid 5s infinite alternate ;
    -o-animation:panel-bottom-solid 5s infinite alternate ;
    -ms-animation:panel-bottom-solid 5s infinite alternate ;
}
@keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}
@-webkit-keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}
@-moz-keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}
@-o-keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}
@-ms-keyframes panel-bottom-solid{
    0% {right:0;}
    50% { right: 100%;}
    100% {right:0;}
}

/*--------------*/

.hy-top{
    height: 691px;
    text-align: center;
}
.hy-top img{
    padding-top: 145px;
}
.hy-container{
    width: 1200px;
    margin: 0 auto;
}
.hy-jj{
    width: 650px;
    margin-right: 20px;
    padding: 10px;
    height: 336px;
    overflow: hidden;
   border: 1px solid lightgrey;
}
.item .title{
	font-weight: bold;
    font-size: 18px;
    height: 45px;
    text-indent: 1em;
}
.item .title a{
    color: #003c79;
    position: relative;
    line-height: 45px;
	font-size:24px;
}
.item .title a::before{
    content:"";
    position: absolute;
    width: 3px;
    height: 24px;
    top:5px;
    left: -11px;
    background-color: #003c79;
}
.hy-jj .info{
    padding: 0 10px;
    color:#767676;
    font-size: 16px;
    line-height: 34px;
}
.hy-tj{
    width:530px;
    height: 336px;
    overflow: hidden;
    background: none;
}
.hy-tj .bt{
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding-top: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

.hy-tj .sx{
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}


.jqhy{
    width: 590px;
	min-height:275px;
    margin-right: 20px;
    padding: 10px;
   border: 1px solid lightgrey;
}
.mtbd{
    width: 590px;
	min-height:275px;
    padding: 10px;
    border: 1px solid lightgrey;
}

.item .box{
    padding-top: 10px;
    padding-bottom: 10px;
}
.item .box li{
    width: 96%;
    margin: 0 auto;
    background: url(dian.png) 10px center no-repeat;
    position: relative;
    padding: 7px;
    line-height: 1.5;
    color: #999;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.img-list1 li span {
    color: #333;
   
}
.item .box li a{
    width: 76%;
    color: #333;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 15px;
}
.item .box li span{
    margin-right: 5px;
    top: 12px;
    font-size: 14px;
    width: 80px;
    opacity: .7;
    font-family: arial;
    position: absolute;
    right: 0;
    text-align: right;
}
.item .bm-con .title span {
    border:none;
    position: relative;
}
.item .bm-con .title span::before{
    content:"";
    position: absolute;
    width: 3px;
    height: 16px;
    top: 4px;
    left: 5px;
    background-color: #de371c;

}
.item .box li:hover{
    color: #de371c;
    background: url(dian-h.png) #f8f8f8 10px center no-repeat;
}
.item .box li a:hover{
    color: #ac1212;
}
.item .bm-con .title a{
    color: #de371c;
}
.item .bm-con .title a:hover{
    color: #ac1212;
}
.cont{
    width: 100%;
    position: relative;
}
.img-scroll{
    width: 1180px;
}
.img-list {
    margin-left: 18px;
    overflow: hidden;
    color:#767676;
	min-height: 270px;
}
.img-list ul {
    width: 9999px;
}
.img-list ul li{
    width: 266px;
    height: 320px;
    overflow: hidden;
    float: left;
    padding: 15px;
    margin-left: 20px;
    border: 1px solid lightgrey;
}
.img-list ul li dl{
    line-height: 34px;
    font-size: 16px;
}
.img-list ul li dt{
    text-align: center;
    border-bottom:1px solid #003c79;
    color: #003c79;
    font-weight: bold;
	padding-bottom: 7px;
    margin: 0 0 10px 0;
}
.img-list ul li dt a{
	color:#003c79;
}
.img-list ul li dd{
    font-weight: bold;
}
.img-list li span{
	color:#333;
    display: inline-block;
    width: 60%;
    vertical-align: top;
    font-weight: normal;
}
.prev{
    position: absolute;
    left: 0;
    width: 30px;
    top:140px;
    height: 100%;
}
.next{
    position: absolute;
    right:0;
    top:140px;
    width: 30px;
    height: 100%;
}
				
				