form .te_hr{width: 600px;height: 1px;background: #11406C;border: 1px #11406C solid;transition-duration: 1s;}

form:hover .te_hr{width:860px;height: 1px;background: #11406C;border: 1px #11406C solid;transition-duration: 1s;}

.v_news_content div:nth-child(1) {
    width: 100%;
    height: 180px;
    position: relative;}
.v_news_content div:nth-child(1)>div:nth-child(2) {
    width: 250px;
    height: 180px;
    position: absolute;
    left: 160px;
    top: 0px;}

.v_news_content div:nth-child(1) img:nth-child(3) {
    position: absolute;
    top: 0px;
    right: 250px;}


.v_news_content div:nth-child(1)>div:nth-child(2)>a:hover>span {
    background: #1A61A2;
    border: 0px;
    color: #FFF;
    transition-duration: 1s;}

.v_news_content div:nth-child(1)>div:nth-child(2)>a>span {
    display: inline-block;
    width: 120px;
    height: 30px;
    background: #FFF;
    border: 1px #1A61A2 dashed;
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 29px;
    transition-duration: 1s;}
